Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent 5486566 commit a41041c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
20.10.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.5",
"@types/node": "^20.0.0",
"jest": "^29.5.0",
"rome": "^12.0.0",
"ts-jest": "^29.0.5",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1001,13 +1001,22 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^18.15.5":
"@types/node@npm:*":
version: 18.15.11
resolution: "@types/node@npm:18.15.11"
checksum: 977b4ad04708897ff0eb049ecf82246d210939c82461922d20f7d2dcfd81bbc661582ba3af28869210f7e8b1934529dcd46bff7d448551400f9d48b9d3bddec3
languageName: node
linkType: hard

"@types/node@npm:^20.0.0":
version: 20.9.4
resolution: "@types/node@npm:20.9.4"
dependencies:
undici-types: ~5.26.4
checksum: 619144cfee8235f692009e4268a8b80ef4ec496670273ab1cef04e4a053b471f391af6701e65f2f91a107256933d902b6caec079d551b109e981b0b706624815
languageName: node
linkType: hard

"@types/prettier@npm:^2.1.5":
version: 2.2.3
resolution: "@types/prettier@npm:2.2.3"
Expand Down Expand Up @@ -3028,7 +3037,7 @@ fsevents@^2.3.2:
resolution: "packwatch@workspace:."
dependencies:
"@types/jest": ^29.5.0
"@types/node": ^18.15.5
"@types/node": ^20.0.0
jest: ^29.5.0
rome: ^12.0.0
ts-jest: ^29.0.5
Expand Down Expand Up @@ -3702,6 +3711,13 @@ resolve@^1.20.0:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"unique-filename@npm:^1.1.1":
version: 1.1.1
resolution: "unique-filename@npm:1.1.1"
Expand Down

0 comments on commit a41041c

Please sign in to comment.