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 17, 2022
1 parent 391fae7 commit f5df8b5
Show file tree
Hide file tree
Showing 8 changed files with 501 additions and 543 deletions.
12 changes: 6 additions & 6 deletions apps/remix/package.json
Expand Up @@ -45,17 +45,17 @@
"@launchpad-ui/tooltip": "workspace:~",
"@react-aria/ssr": "^3.4.0",
"@react-stately/collections": "^3.5.0",
"@remix-run/node": "^1.8.0",
"@remix-run/react": "^1.8.0",
"@remix-run/serve": "^1.8.0",
"@remix-run/node": "^1.9.0",
"@remix-run/react": "^1.9.0",
"@remix-run/serve": "^1.9.0",
"isbot": "^3.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^1.8.0",
"@remix-run/eslint-config": "^1.8.0",
"eslint": "^8.29.0",
"@remix-run/dev": "^1.9.0",
"@remix-run/eslint-config": "^1.9.0",
"eslint": "^8.30.0",
"typescript": "^4.9.3"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -70,19 +70,19 @@
"@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.1",
"chromatic": "^6.13.1",
"concurrently": "^7.6.0",
"cypress": "^11.2.0",
"cypress-axe": "^1.1.0",
"cypress-axe": "^1.2.0",
"cypress-real-events": "^1.7.2",
"deepmerge": "^4.2.2",
"eslint": "^8.29.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-functional": "^4.4.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
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.10.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
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.10.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
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.10.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/snackbar/package.json
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.10.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/toast/package.json
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.10.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down

0 comments on commit f5df8b5

Please sign in to comment.