Skip to content

Commit

Permalink
chore(dev-deps): update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 79c945e commit 48d3a01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/node": "20.17.10",
"@types/node": "22.10.2",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@size-limit/webpack": "11.1.6",
"@types/chai": "4.3.20",
"@types/mocha": "10.0.10",
"@types/node": "20.17.10",
"@types/node": "22.10.2",
"@types/sinon-chai": "4.0.0",
"chai": "4.5.0",
"cypress": "13.16.1",
Expand Down
19 changes: 6 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2147,12 +2147,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.10":
version: 20.17.10
resolution: "@types/node@npm:20.17.10"
"@types/node@npm:22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/458ec725319e57d4692cbb56d81f1a90f9074cef9ec185c59e6f6c557a3d2ded57c5e443b1e82eba923d53dda4db18797fb131ee6e46fdb3d7d2f54d54aaebe3
undici-types: "npm:~6.20.0"
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -3922,7 +3922,7 @@ __metadata:
"@size-limit/webpack": "npm:11.1.6"
"@types/chai": "npm:4.3.20"
"@types/mocha": "npm:10.0.10"
"@types/node": "npm:20.17.10"
"@types/node": "npm:22.10.2"
"@types/sinon-chai": "npm:4.0.0"
chai: "npm:4.5.0"
cypress: "npm:13.16.1"
Expand Down Expand Up @@ -10264,13 +10264,6 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
Expand Down

0 comments on commit 48d3a01

Please sign in to comment.