Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1309)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent cc04c9e commit 3f44067
Show file tree
Hide file tree
Showing 8 changed files with 898 additions and 443 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@playwright/test": "^1.44.0",
"@storybook/addon-a11y": "^8.0.9",
"@storybook/addon-a11y": "^8.1.1",
"@storybook/addon-designs": "^8.0.0",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-themes": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/cli": "^8.0.9",
"@storybook/components": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@storybook/test": "^8.0.9",
"@storybook/theming": "^8.0.9",
"@storybook/types": "^8.0.9",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-themes": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/cli": "^8.1.1",
"@storybook/components": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test": "^8.1.1",
"@storybook/theming": "^8.1.1",
"@storybook/types": "^8.1.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.4",
Expand All @@ -75,7 +75,7 @@
"fast-glob": "^3.3.0",
"husky": "^9.0.3",
"jsdom": "^24.0.0",
"lightningcss": "^1.24.0",
"lightningcss": "^1.25.0",
"lint-staged": "^15.2.0",
"nx": "^19.0.2",
"plop": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@react-aria/interactions": "3.21.2",
"@react-aria/overlays": "3.22.0",
"classix": "2.1.17",
"framer-motion": "11.1.7"
"framer-motion": "11.2.4"
},
"peerDependencies": {
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@launchpad-ui/tokens": "workspace:~",
"classix": "2.1.17",
"isomorphic-dompurify": "^2.8.0",
"isomorphic-dompurify": "^2.10.0",
"marked": "^12.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@react-aria/interactions": "3.21.2",
"@react-aria/overlays": "3.22.0",
"classix": "2.1.17",
"framer-motion": "11.1.7"
"framer-motion": "11.2.4"
},
"peerDependencies": {
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@launchpad-ui/overlay": "workspace:~",
"@launchpad-ui/tokens": "workspace:~",
"classix": "2.1.17",
"framer-motion": "11.1.7"
"framer-motion": "11.2.4"
},
"peerDependencies": {
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@launchpad-ui/icons": "workspace:~",
"@launchpad-ui/tokens": "workspace:~",
"classix": "2.1.17",
"framer-motion": "11.1.7"
"framer-motion": "11.2.4"
},
"peerDependencies": {
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@launchpad-ui/icons": "workspace:~",
"@launchpad-ui/tokens": "workspace:~",
"classix": "2.1.17",
"framer-motion": "11.1.7"
"framer-motion": "11.2.4"
},
"peerDependencies": {
"react": "18.3.1",
Expand Down

0 comments on commit 3f44067

Please sign in to comment.