Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22 (#311)
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 Nov 1, 2024
1 parent 8005161 commit 0dd4acd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.56.10",
"@types/micromatch": "4.0.9",
"@types/node": "20.17.1",
"@types/node": "22.8.6",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@willbooster/eslint-config-ts": "10.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/eslint": "8.56.10",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.9",
"@types/node": "20.17.1",
"@types/node": "22.8.6",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.17.1",
"@types/node": "22.8.6",
"@types/react": "18.3.12",
"concurrently": "9.0.1",
"typescript": "5.6.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4871,12 +4871,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.1":
version: 20.17.1
resolution: "@types/node@npm:20.17.1"
"@types/node@npm:22.8.6":
version: 22.8.6
resolution: "@types/node@npm:22.8.6"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/214cf1fffff9c80ae0d49d7dd1f04254215d49711276fff44ff6f61e36dc8d53520509a88add6955fe029b2259c87eaf284b43bc1236d4f4f06bd80c46f0e2b8
undici-types: "npm:~6.19.8"
checksum: 10c0/d3a11f2549234a91a4c5d0ff35ab4bdcb7ba34db4d3f1d189be39b8bd41c19aac98d117150a95a9c5a9d45b1014135477ea240b2b8317c86ae3d3cf1c3b3f8f4
languageName: node
linkType: hard

Expand Down Expand Up @@ -5674,7 +5674,7 @@ __metadata:
dependencies:
"@types/eslint": "npm:8.56.10"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:20.17.1"
"@types/node": "npm:22.8.6"
"@typescript-eslint/eslint-plugin": "npm:8.12.2"
"@typescript-eslint/parser": "npm:8.12.2"
"@willbooster/eslint-config-ts": "npm:10.6.1"
Expand Down Expand Up @@ -5783,7 +5783,7 @@ __metadata:
"@types/eslint": "npm:8.56.10"
"@types/kill-port": "npm:2.0.3"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:20.17.1"
"@types/node": "npm:22.8.6"
"@types/yargs": "npm:17.0.33"
"@typescript-eslint/eslint-plugin": "npm:8.12.2"
"@typescript-eslint/parser": "npm:8.12.2"
Expand Down Expand Up @@ -19163,7 +19163,7 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
Expand Down

0 comments on commit 0dd4acd

Please sign in to comment.