Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 1b46af5 commit ff95b7a
Show file tree
Hide file tree
Showing 7 changed files with 402 additions and 367 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.2",
"sort-package-json": "2.12.0",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"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 @@ -36,7 +36,7 @@
},
"prettier": "@willbooster/prettier-config",
"dependencies": {
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"tree-kill": "1.2.2"
},
"devDependencies": {
Expand All @@ -60,7 +60,7 @@
"prettier": "3.4.2",
"sort-package-json": "2.12.0",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@mdx-js/react": "3.1.0",
"@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/addon-actions": "8.4.7",
"@storybook/addon-docs": "8.4.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "8.4.6",
"@storybook/react": "8.4.7",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@willbooster/eslint-config-ts-react": "10.2.1",
Expand All @@ -71,7 +71,7 @@
"react-dom": "18.3.1",
"sort-package-json": "2.12.0",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"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.2",
"sort-package-json": "2.12.0",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"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 @@ -25,7 +25,7 @@
"prettier": "@willbooster/prettier-config",
"dependencies": {
"chalk": "5.3.0",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"globby": "14.0.2",
"kill-port": "2.0.1",
"minimal-promise-pool": "4.1.2",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rollup/plugin-swc": "0.4.0",
"@swc/core": "1.9.3",
"@swc/core": "1.10.0",
"@types/eslint": "8.56.10",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.9",
Expand All @@ -58,9 +58,9 @@
"prettier": "3.4.2",
"prisma": "5.22.0",
"sort-package-json": "2.12.0",
"type-fest": "4.29.0",
"type-fest": "4.30.0",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"engines": {
"node": ">= 18"
Expand Down
4 changes: 2 additions & 2 deletions packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@blitzjs/next": "2.1.1",
"@prisma/client": "5.22.0",
"blitz": "2.1.1",
"next": "14.2.18",
"next": "14.2.20",
"prisma": "5.22.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react": "18.3.14",
"concurrently": "9.1.0",
"typescript": "5.7.2",
"wait-on": "8.0.1"
Expand Down
Loading

0 comments on commit ff95b7a

Please sign in to comment.