Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#278)
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 Jun 28, 2024
1 parent d3c23ff commit 11cd8f6
Show file tree
Hide file tree
Showing 7 changed files with 315 additions and 322 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 @@ -37,7 +37,7 @@
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.7",
"@types/micromatch": "4.0.8",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@willbooster/eslint-config-ts": "10.6.0",
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 @@ -41,8 +41,8 @@
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.7",
"@types/node": "20.14.8",
"@types/micromatch": "4.0.8",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@willbooster/eslint-config-ts": "10.6.0",
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,17 +35,17 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@mdx-js/react": "3.0.1",
"@storybook/addon-actions": "8.1.10",
"@storybook/addon-docs": "8.1.10",
"@storybook/addon-essentials": "8.1.10",
"@storybook/addon-interactions": "8.1.10",
"@storybook/addon-links": "8.1.10",
"@storybook/addon-actions": "8.1.11",
"@storybook/addon-docs": "8.1.11",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/addon-links": "8.1.11",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "8.1.10",
"@storybook/react": "8.1.11",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.7",
"@types/micromatch": "4.0.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.14.1",
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 @@ -37,7 +37,7 @@
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.7",
"@types/micromatch": "4.0.8",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@willbooster/eslint-config-ts": "10.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@swc/core": "1.6.5",
"@types/eslint": "8.56.10",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.7",
"@types/node": "20.14.8",
"@types/micromatch": "4.0.8",
"@types/node": "20.14.9",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
Expand All @@ -55,7 +55,7 @@
"lint-staged": "15.2.7",
"micromatch": "4.0.7",
"prettier": "3.3.2",
"prisma": "5.15.1",
"prisma": "5.16.1",
"sort-package-json": "2.10.0",
"type-fest": "4.20.1",
"typescript": "5.5.2",
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 @@ -14,15 +14,15 @@
"dependencies": {
"@blitzjs/auth": "2.0.10",
"@blitzjs/next": "2.0.10",
"@prisma/client": "5.15.1",
"@prisma/client": "5.16.1",
"blitz": "2.0.10",
"next": "14.2.4",
"prisma": "5.15.1",
"prisma": "5.16.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.7",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"typescript": "5.5.2"
}
Expand Down
Loading

0 comments on commit 11cd8f6

Please sign in to comment.