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 Aug 1, 2023
1 parent 057e9ee commit 78ab99d
Show file tree
Hide file tree
Showing 8 changed files with 3,246 additions and 1,461 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
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
"@commitlint/config-conventional": "^17.6.5",
"@cypress/code-coverage": "^3.11.0",
"@etchteam/storybook-addon-status": "^4.2.4",
"@storybook/addon-a11y": "^7.1.0",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addons": "^7.1.0",
"@storybook/api": "^7.1.0",
"@storybook/cli": "^7.1.0",
"@storybook/client-api": "^7.1.0",
"@storybook/client-logger": "^7.1.0",
"@storybook/components": "^7.1.0",
"@storybook/core-client": "^7.1.0",
"@storybook/core-events": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/react-vite": "^7.1.0",
"@storybook/addon-a11y": "^7.2.0",
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
"@storybook/addons": "^7.2.0",
"@storybook/api": "^7.2.0",
"@storybook/cli": "^7.2.0",
"@storybook/client-api": "^7.2.0",
"@storybook/client-logger": "^7.2.0",
"@storybook/components": "^7.2.0",
"@storybook/core-client": "^7.2.0",
"@storybook/core-events": "^7.2.0",
"@storybook/react": "^7.2.0",
"@storybook/react-vite": "^7.2.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.1.0",
"@storybook/types": "^7.1.0",
"@storybook/theming": "^7.2.0",
"@storybook/types": "^7.2.0",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
Expand All @@ -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.1",
"@typescript-eslint/parser": "^6.2.1",
"@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 78ab99d

Please sign in to comment.