Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.9.3 (#319)
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 23, 2024
1 parent f0ed266 commit e7cf885
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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": "22.9.2",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@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": "22.9.2",
"@types/node": "22.9.3",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
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": "22.9.2",
"@types/node": "22.9.3",
"@types/react": "18.3.12",
"concurrently": "9.1.0",
"typescript": "5.7.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4801,12 +4801,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.9.2":
version: 22.9.2
resolution: "@types/node@npm:22.9.2"
"@types/node@npm:22.9.3":
version: 22.9.3
resolution: "@types/node@npm:22.9.3"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c0/d983878e51d00bae139e2525308384f490f82e39fc924a9590e6f800cbb2700ed8f4fb9f15abc9ceac5399f43edca15acb1168abb8be98f59b3c9effd4f81722
checksum: 10c0/954ec72bf29436ea62425a9563914a9c1e93f97b18194acd51d74d13998a701977547ed2985ed3a0e97211b785436d28377116e5f613bfcf3182d9bd81d784dc
languageName: node
linkType: hard

Expand Down Expand Up @@ -5601,7 +5601,7 @@ __metadata:
dependencies:
"@types/eslint": "npm:8.56.10"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:22.9.2"
"@types/node": "npm:22.9.3"
"@typescript-eslint/eslint-plugin": "npm:8.15.0"
"@typescript-eslint/parser": "npm:8.15.0"
"@willbooster/eslint-config-ts": "npm:10.6.1"
Expand Down Expand Up @@ -5710,7 +5710,7 @@ __metadata:
"@types/eslint": "npm:8.56.10"
"@types/kill-port": "npm:2.0.3"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:22.9.2"
"@types/node": "npm:22.9.3"
"@types/yargs": "npm:17.0.33"
"@typescript-eslint/eslint-plugin": "npm:8.15.0"
"@typescript-eslint/parser": "npm:8.15.0"
Expand Down

0 comments on commit e7cf885

Please sign in to comment.