Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 9d84280 commit 8635e58
Show file tree
Hide file tree
Showing 4 changed files with 840 additions and 941 deletions.
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@remix-run/dev": "^2.3.0",
"@remix-run/eslint-config": "^2.3.0",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"typescript": "^5.3.2"
},
"engines": {
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,40 +40,40 @@
"homepage": "https://github.com/launchdarkly/launchpad-ui#readme",
"devDependencies": {
"@axe-core/playwright": "^4.8.1",
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.26.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@etchteam/storybook-addon-status": "^4.2.4",
"@playwright/test": "^1.40.0",
"@csstools/postcss-global-data": "^2.1.0",
"@storybook/addon-a11y": "^7.5.1",
"@storybook/addon-a11y": "^7.6.3",
"@storybook/addon-designs": "^7.0.5",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addons": "^7.5.1",
"@storybook/api": "^7.5.1",
"@storybook/blocks": "^7.5.1",
"@storybook/cli": "^7.5.1",
"@storybook/client-api": "^7.5.1",
"@storybook/client-logger": "^7.5.1",
"@storybook/components": "^7.5.1",
"@storybook/core-client": "^7.5.1",
"@storybook/core-events": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/react-vite": "^7.5.1",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addons": "^7.6.3",
"@storybook/api": "^7.6.3",
"@storybook/blocks": "^7.6.3",
"@storybook/cli": "^7.6.3",
"@storybook/client-api": "^7.6.3",
"@storybook/client-logger": "^7.6.3",
"@storybook/components": "^7.6.3",
"@storybook/core-client": "^7.6.3",
"@storybook/core-events": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/react-vite": "^7.6.3",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.5.1",
"@storybook/types": "^7.5.1",
"@storybook/theming": "^7.6.3",
"@storybook/types": "^7.6.3",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.10.0",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/vite-plugin": "^3.9.2",
"@vitejs/plugin-react-swc": "^3.5.0",
Expand All @@ -82,8 +82,8 @@
"chromatic": "^9.1.0",
"concurrently": "^8.2.0",
"deepmerge": "^4.3.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand All @@ -95,7 +95,7 @@
"framer-motion": "10.16.1",
"husky": "^8.0.1",
"jsdom": "^23.0.0",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"nx": "^17.1.1",
"plop": "^4.0.0",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@launchpad-ui/tokens": "workspace:~",
"classix": "2.1.17",
"isomorphic-dompurify": "^1.9.0",
"isomorphic-dompurify": "^1.11.0",
"marked": "^10.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8635e58

Please sign in to comment.