Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2023
1 parent 6559d6b commit b387cfa
Show file tree
Hide file tree
Showing 8 changed files with 478 additions and 362 deletions.
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@remix-run/dev": "^1.19.1",
"@remix-run/eslint-config": "^1.19.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"typescript": "^5.1.3"
},
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/testing-library__jest-dom": "^5.14.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vanilla-extract/css": "^1.12.0",
"@vanilla-extract/recipes": "^0.5.0",
"@vanilla-extract/vite-plugin": "^3.8.2",
Expand All @@ -84,11 +84,11 @@
"cypress-axe": "^1.4.0",
"cypress-real-events": "^1.9.1",
"deepmerge": "^4.3.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.0",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"eslint-plugin-react": "^7.33.0",
Expand All @@ -98,13 +98,13 @@
"husky": "^8.0.1",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"nx": "^16.5.0",
"nx": "^16.6.0",
"nyc": "^15.1.0",
"plop": "^3.1.1",
"postcss": "^8.4.16",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.0",
"postcss-preset-env": "^9.0.0",
"postcss-preset-env": "^9.1.0",
"prettier": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.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 @@ -41,7 +41,7 @@
"@react-aria/interactions": "3.16.0",
"@react-aria/overlays": "3.15.0",
"classix": "2.1.17",
"framer-motion": "10.13.1"
"framer-motion": "10.15.0"
},
"peerDependencies": {
"react": "18.2.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 @@ -40,7 +40,7 @@
"@react-aria/interactions": "3.16.0",
"@react-aria/overlays": "3.15.0",
"classix": "2.1.17",
"framer-motion": "10.13.1"
"framer-motion": "10.15.0"
},
"peerDependencies": {
"react": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@floating-ui/core": "1.3.0",
"@floating-ui/dom": "1.4.1",
"@floating-ui/core": "1.4.1",
"@floating-ui/dom": "1.5.1",
"@launchpad-ui/focus-trap": "workspace:~",
"@launchpad-ui/overlay": "workspace:~",
"@launchpad-ui/tokens": "workspace:~",
"classix": "2.1.17",
"framer-motion": "10.13.1"
"framer-motion": "10.15.0"
},
"peerDependencies": {
"react": "18.2.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.17",
"framer-motion": "10.13.1"
"framer-motion": "10.15.0"
},
"peerDependencies": {
"react": "18.2.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.17",
"framer-motion": "10.13.1"
"framer-motion": "10.15.0"
},
"peerDependencies": {
"react": "18.2.0",
Expand Down
Loading

0 comments on commit b387cfa

Please sign in to comment.