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] authored Nov 15, 2024
1 parent 40661f2 commit f52cd96
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 256 deletions.
2 changes: 1 addition & 1 deletion packages/shared-lib-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prettier": "3.3.3",
"sort-package-json": "2.10.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "3.3.3",
"sort-package-json": "2.10.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@mdx-js/react": "3.1.0",
"@storybook/addon-actions": "8.4.2",
"@storybook/addon-docs": "8.4.2",
"@storybook/addon-essentials": "8.4.2",
"@storybook/addon-interactions": "8.4.2",
"@storybook/addon-links": "8.4.2",
"@storybook/addon-actions": "8.4.4",
"@storybook/addon-docs": "8.4.4",
"@storybook/addon-essentials": "8.4.4",
"@storybook/addon-interactions": "8.4.4",
"@storybook/addon-links": "8.4.4",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "8.4.2",
"@storybook/react": "8.4.4",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
Expand Down Expand Up @@ -71,7 +71,7 @@
"react-dom": "18.3.1",
"sort-package-json": "2.10.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"peerDependencies": {
"react": "~18.2.0 || ~18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"prettier": "3.3.3",
"sort-package-json": "2.10.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rollup/plugin-swc": "0.4.0",
"@swc/core": "1.9.1",
"@swc/core": "1.9.2",
"@types/eslint": "8.56.10",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.9",
Expand All @@ -58,9 +58,9 @@
"prettier": "3.3.3",
"prisma": "5.22.0",
"sort-package-json": "2.10.1",
"type-fest": "4.26.1",
"type-fest": "4.27.0",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"engines": {
"node": ">= 18"
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@blitzjs/next": "2.1.1",
"@prisma/client": "5.22.0",
"blitz": "2.1.1",
"next": "14.2.17",
"next": "14.2.18",
"prisma": "5.22.0",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
Loading

0 comments on commit f52cd96

Please sign in to comment.