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 Sep 15, 2023
1 parent e856089 commit 3ada724
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.2",
"@types/micromatch": "4.0.2",
"@types/node": "18.17.12",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@willbooster/eslint-config-ts": "10.5.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.44.2",
"@types/kill-port": "2.0.1",
"@types/micromatch": "4.0.2",
"@types/node": "18.17.12",
"@types/node": "18.17.15",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@prisma/client": "5.2.0",
"blitz": "2.0.0-beta.32",
"@blitzjs/auth": "2.0.0-beta.33",
"@blitzjs/next": "2.0.0-beta.33",
"@prisma/client": "5.3.0",
"blitz": "2.0.0-beta.33",
"next": "13.3.4",
"prisma": "5.2.0",
"prisma": "5.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.17.12",
"@types/node": "18.17.15",
"@types/react": "18.2.21",
"typescript": "5.2.2"
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6012,10 +6012,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.17.12":
version: 18.17.12
resolution: "@types/node@npm:18.17.12"
checksum: 4208e89153248a86a2e4f23dcff89bef121e723a494aa57bd1d922e78fe2cfcd103ea2dd0687c348fe6bcc3e87b12a3ecb4e4a8698da8f4e98f967803ad574e7
"@types/node@npm:18.17.15":
version: 18.17.15
resolution: "@types/node@npm:18.17.15"
checksum: d2a34687ef948e66e478a24cee81ddd47eba15f3b39067816fc938d201f28da3ccda02ef7cfc875d65e83800d3f0029231e5e0fe88b290bb111397530c1d067e
languageName: node
linkType: hard

Expand Down Expand Up @@ -6780,7 +6780,7 @@ __metadata:
dependencies:
"@types/eslint": "npm:8.44.2"
"@types/micromatch": "npm:4.0.2"
"@types/node": "npm:18.17.12"
"@types/node": "npm:18.17.15"
"@typescript-eslint/eslint-plugin": "npm:6.7.0"
"@typescript-eslint/parser": "npm:6.7.0"
"@willbooster/eslint-config-ts": "npm:10.5.0"
Expand Down Expand Up @@ -6887,7 +6887,7 @@ __metadata:
"@types/eslint": "npm:8.44.2"
"@types/kill-port": "npm:2.0.1"
"@types/micromatch": "npm:4.0.2"
"@types/node": "npm:18.17.12"
"@types/node": "npm:18.17.15"
"@types/yargs": "npm:17.0.24"
"@typescript-eslint/eslint-plugin": "npm:6.7.0"
"@typescript-eslint/parser": "npm:6.7.0"
Expand Down

0 comments on commit 3ada724

Please sign in to comment.