Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent c5c8dc9 commit ecbef1d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
22.12.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x"
"node": "22.x"
},
"scripts": {
"dev": "next dev",
Expand All @@ -22,7 +22,7 @@
"@prisma/client": "5.3.1",
"@tanstack/react-query": "4.35.3",
"@types/marked": "5.0.1",
"@types/node": "18.15.11",
"@types/node": "22.10.2",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"algoliasearch": "4.20.0",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5000,10 +5000,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.15.11":
version: 18.15.11
resolution: "@types/node@npm:18.15.11"
checksum: 977b4ad04708897ff0eb049ecf82246d210939c82461922d20f7d2dcfd81bbc661582ba3af28869210f7e8b1934529dcd46bff7d448551400f9d48b9d3bddec3
"@types/node@npm:22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: ~6.20.0
checksum: b22401e6e7d1484e437d802c72f5560e18100b1257b9ad0574d6fe05bebe4dbcb620ea68627d1f1406775070d29ace8b6b51f57e7b1c7b8bafafe6da7f29c843
languageName: node
linkType: hard

Expand Down Expand Up @@ -14000,6 +14002,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: b7bc50f012dc6afbcce56c9fd62d7e86b20a62ff21f12b7b5cbf1973b9578d90f22a9c7fe50e638e96905d33893bf2f9f16d98929c4673c2480de05c6c96ea8b
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down Expand Up @@ -14680,7 +14689,7 @@ __metadata:
"@storybook/testing-library": 0.2.0
"@tanstack/react-query": 4.35.3
"@types/marked": 5.0.1
"@types/node": 18.15.11
"@types/node": 22.10.2
"@types/react": 18.2.23
"@types/react-dom": 18.2.8
algoliasearch: 4.20.0
Expand Down

0 comments on commit ecbef1d

Please sign in to comment.