Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#235)
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 Mar 15, 2024
1 parent d824a89 commit 58dc29e
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 124 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 @@ -43,7 +43,7 @@
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"blitz": "2.0.5",
"build-ts": "12.0.10",
"build-ts": "12.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
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 @@ -42,12 +42,12 @@
"devDependencies": {
"@types/eslint": "8.56.5",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.25",
"@types/node": "20.11.28",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "12.0.10",
"build-ts": "12.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.56.5",
"@types/micromatch": "4.0.6",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@willbooster/eslint-config-ts-react": "10.1.9",
"@willbooster/prettier-config": "9.1.2",
"babel-loader": "9.1.3",
"build-ts": "12.0.10",
"build-ts": "12.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.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 @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "7.2.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "12.0.10",
"build-ts": "12.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
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,14 +33,14 @@
"@types/eslint": "8.56.5",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.25",
"@types/node": "20.11.28",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"at-decorators": "1.4.3",
"build-ts": "12.0.10",
"build-ts": "12.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
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.5",
"@blitzjs/next": "2.0.5",
"@prisma/client": "5.10.2",
"@prisma/client": "5.11.0",
"blitz": "2.0.5",
"next": "13.5.6",
"prisma": "5.10.2",
"prisma": "5.11.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"typescript": "5.4.2"
}
}
Loading

0 comments on commit 58dc29e

Please sign in to comment.