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] committed Dec 14, 2022
1 parent aa16cf0 commit 5bb2f84
Show file tree
Hide file tree
Showing 7 changed files with 223 additions and 121 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/testing-library__jest-dom": "^5.14.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/coverage-c8": "^0.25.1",
"@vitest/ui": "^0.25.1",
"axe-core": "^4.5.0",
"chromatic": "^6.11.2",
"axe-core": "^4.6.0",
"chromatic": "^6.13.1",
"concurrently": "^7.6.0",
"cypress": "^11.2.0",
"cypress-axe": "^1.1.0",
Expand All @@ -96,11 +96,11 @@
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"lint-staged": "^13.1.0",
"nx": "^15.2.1",
"nx": "^15.3.3",
"nyc": "^15.1.0",
"plop": "^3.1.1",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.0",
"postcss-preset-env": "^7.8.0",
"prettier": "^2.8.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 @@ -40,7 +40,7 @@
"@launchpad-ui/tokens": "workspace:~",
"@react-aria/overlays": "^3.12.0",
"classix": "^2.1.13",
"framer-motion": "^7.6.1"
"framer-motion": "^7.9.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@launchpad-ui/tokens": "workspace:~",
"@react-aria/overlays": "^3.12.0",
"classix": "^2.1.13",
"framer-motion": "^7.6.1"
"framer-motion": "^7.9.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@launchpad-ui/overlay": "workspace:~",
"@launchpad-ui/tokens": "workspace:~",
"classix": "^2.1.13",
"framer-motion": "^7.6.1"
"framer-motion": "^7.9.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/snackbar/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.13",
"framer-motion": "^7.6.1"
"framer-motion": "^7.9.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@launchpad-ui/icons": "workspace:~",
"@launchpad-ui/tokens": "workspace:~",
"classix": "^2.1.13",
"framer-motion": "^7.6.1"
"framer-motion": "^7.9.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down

0 comments on commit 5bb2f84

Please sign in to comment.