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 29, 2024
1 parent fe33d09 commit 925cabb
Show file tree
Hide file tree
Showing 7 changed files with 273 additions and 228 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.4.1",
"sort-package-json": "2.12.0",
"typescript": "5.7.2",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@willbooster/eslint-config-ts": "10.6.1",
Expand All @@ -60,7 +60,7 @@
"prettier": "3.4.1",
"sort-package-json": "2.12.0",
"typescript": "5.7.2",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"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.5",
"@storybook/addon-docs": "8.4.5",
"@storybook/addon-essentials": "8.4.5",
"@storybook/addon-interactions": "8.4.5",
"@storybook/addon-links": "8.4.5",
"@storybook/addon-actions": "8.4.6",
"@storybook/addon-docs": "8.4.6",
"@storybook/addon-essentials": "8.4.6",
"@storybook/addon-interactions": "8.4.6",
"@storybook/addon-links": "8.4.6",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "8.4.5",
"@storybook/react": "8.4.6",
"@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.12.0",
"typescript": "5.7.2",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"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.4.1",
"sort-package-json": "2.12.0",
"typescript": "5.7.2",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"@types/eslint": "8.56.10",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.9",
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@willbooster/eslint-config-ts": "10.6.1",
"@willbooster/prettier-config": "9.1.3",
"at-decorators": "2.1.0",
"at-decorators": "2.2.1",
"build-ts": "13.1.8",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -58,9 +58,9 @@
"prettier": "3.4.1",
"prisma": "5.22.0",
"sort-package-json": "2.12.0",
"type-fest": "4.27.1",
"type-fest": "4.29.0",
"typescript": "5.7.2",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"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 @@ -22,7 +22,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"concurrently": "9.1.0",
"typescript": "5.7.2",
Expand Down
Loading

0 comments on commit 925cabb

Please sign in to comment.