Skip to content

Commit

Permalink
chore(dev-deps): update dependency @types/node to v20.12.10 (#1254)
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 May 7, 2024
1 parent fcbf9f5 commit 008a9aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@types/node": "20.12.10",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"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 @@ -34,7 +34,7 @@
"@size-limit/webpack": "11.1.2",
"@types/chai": "4.3.16",
"@types/mocha": "10.0.6",
"@types/node": "20.12.8",
"@types/node": "20.12.10",
"@types/sinon-chai": "3.2.12",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2214,12 +2214,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.12.8":
version: 20.12.8
resolution: "@types/node@npm:20.12.8"
"@types/node@npm:20.12.10":
version: 20.12.10
resolution: "@types/node@npm:20.12.10"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/840002d20654e38a9af8cdffa215598fdb28ac4f96c5701ed672ec365ed6ccc66da299edddaa409baf13cd71bbf1128901f633b5e44e070fc236e26415805b78
checksum: 10c0/2cc3b6ea09894ed1a3cf39f6491ec539281580f4ff83216e7d26ce85c83237fe0543c0ca49e25b2515ccdb6c8814b488d17a64a05f536dcaea94f9d32a60c7d7
languageName: node
linkType: hard

Expand Down Expand Up @@ -4423,7 +4423,7 @@ __metadata:
"@size-limit/webpack": "npm:11.1.2"
"@types/chai": "npm:4.3.16"
"@types/mocha": "npm:10.0.6"
"@types/node": "npm:20.12.8"
"@types/node": "npm:20.12.10"
"@types/sinon-chai": "npm:3.2.12"
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
"@typescript-eslint/parser": "npm:7.8.0"
Expand Down

0 comments on commit 008a9aa

Please sign in to comment.