Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent 9ac7fa7 commit 5431029
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 320 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.44.3",
"@types/micromatch": "4.0.3",
"@types/node": "20.7.2",
"@types/node": "20.8.2",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@willbooster/eslint-config-ts": "10.5.0",
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.23.0",
"@mdx-js/react": "2.3.0",
"@storybook/addon-actions": "7.4.5",
"@storybook/addon-docs": "7.4.5",
"@storybook/addon-essentials": "7.4.5",
"@storybook/addon-interactions": "7.4.5",
"@storybook/addon-links": "7.4.5",
"@storybook/addon-actions": "7.4.6",
"@storybook/addon-docs": "7.4.6",
"@storybook/addon-essentials": "7.4.6",
"@storybook/addon-interactions": "7.4.6",
"@storybook/addon-links": "7.4.6",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "7.4.5",
"@storybook/testing-library": "0.2.1",
"@storybook/react": "7.4.6",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.44.3",
"@types/micromatch": "4.0.3",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@willbooster/eslint-config-ts-react": "10.1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/eslint": "8.44.3",
"@types/kill-port": "2.0.1",
"@types/micromatch": "4.0.3",
"@types/node": "20.7.2",
"@types/node": "20.8.2",
"@types/yargs": "17.0.26",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
Expand All @@ -51,7 +51,7 @@
"micromatch": "4.0.5",
"prettier": "3.0.3",
"sort-package-json": "2.6.0",
"type-fest": "4.3.2",
"type-fest": "4.3.3",
"typescript": "5.2.2",
"vitest": "0.34.6",
"yargs": "17.7.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"dependencies": {
"@blitzjs/auth": "2.0.0-beta.33",
"@blitzjs/next": "2.0.0-beta.33",
"@prisma/client": "5.3.1",
"@prisma/client": "5.4.1",
"blitz": "2.0.0-beta.33",
"next": "13.3.4",
"prisma": "5.3.1",
"prisma": "5.4.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.18.1",
"@types/react": "18.2.23",
"@types/node": "18.18.3",
"@types/react": "18.2.25",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 5431029

Please sign in to comment.