Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#345)
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 Jan 17, 2025
1 parent e9dbbc1 commit 139b556
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 162 deletions.
2 changes: 1 addition & 1 deletion 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.10.5",
"@types/node": "22.10.7",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@willbooster/eslint-config-ts": "10.6.1",
Expand Down
16 changes: 8 additions & 8 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.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/addon-actions": "8.5.0",
"@storybook/addon-docs": "8.5.0",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-interactions": "8.5.0",
"@storybook/addon-links": "8.5.0",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "8.4.7",
"@storybook/react": "8.5.0",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@willbooster/eslint-config-ts-react": "10.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/eslint": "8.56.10",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.9",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
Expand Down
6 changes: 3 additions & 3 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": "6.2.1",
"blitz": "2.1.1",
"next": "15.1.4",
"next": "15.1.5",
"prisma": "6.2.1",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"concurrently": "9.1.2",
"typescript": "5.7.3",
"wait-on": "8.0.2"
Expand Down
Loading

0 comments on commit 139b556

Please sign in to comment.