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 Jan 19, 2024
1 parent 30a5b66 commit 855d6bb
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 242 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 @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "6.19.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"blitz": "2.0.2",
"blitz": "2.0.3",
"build-ts": "12.0.4",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand Down
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.2",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.0",
"@types/node": "20.11.5",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@willbooster/eslint-config-ts": "10.5.1",
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,18 +35,18 @@
"devDependencies": {
"@babel/core": "7.23.7",
"@mdx-js/react": "3.0.0",
"@storybook/addon-actions": "7.6.8",
"@storybook/addon-docs": "7.6.8",
"@storybook/addon-essentials": "7.6.8",
"@storybook/addon-interactions": "7.6.8",
"@storybook/addon-links": "7.6.8",
"@storybook/addon-actions": "7.6.10",
"@storybook/addon-docs": "7.6.10",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-interactions": "7.6.10",
"@storybook/addon-links": "7.6.10",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "7.6.8",
"@storybook/react": "7.6.10",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.56.2",
"@types/micromatch": "4.0.6",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/eslint": "8.56.2",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.0",
"@types/node": "20.11.5",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.2",
"@blitzjs/next": "2.0.2",
"@prisma/client": "5.8.0",
"blitz": "2.0.2",
"@blitzjs/auth": "2.0.3",
"@blitzjs/next": "2.0.3",
"@prisma/client": "5.8.1",
"blitz": "2.0.3",
"next": "13.5.6",
"prisma": "5.8.0",
"prisma": "5.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit 855d6bb

Please sign in to comment.