Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 42f7c8b commit dafaf91
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
22.13.1
2 changes: 1 addition & 1 deletion 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": "20.x"
"node": "22.x"
},
"scripts": {
"dev": "yarn workspace blog run dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/html-to-text": "^9",
"@types/katex": "^0.16.0",
"@types/markdown-it": "^14.0.0",
"@types/node": "22.8.2",
"@types/node": "22.10.10",
"@types/prismjs": "^1.26.0",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3164,12 +3164,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.8.2":
version: 22.8.2
resolution: "@types/node@npm:22.8.2"
"@types/node@npm:22.10.10":
version: 22.10.10
resolution: "@types/node@npm:22.10.10"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c0/c6fa6c54c23e61015cace1517c4101602cae0ff3c4f6604f6cdb89875143921830e5602cabe8b4f90f90363451687a0497f1d07d30be8104fee758d6d44c90ac
undici-types: "npm:~6.20.0"
checksum: 10c0/3425772d4513cd5dbdd87c00acda088113c03a97445f84f6a89744c60a66990b56c9d3a7213d09d57b6b944ae8ff45f985565e0c1846726112588e33a22dd12b
languageName: node
linkType: hard

Expand Down Expand Up @@ -4136,7 +4136,7 @@ __metadata:
"@types/html-to-text": "npm:^9"
"@types/katex": "npm:^0.16.0"
"@types/markdown-it": "npm:^14.0.0"
"@types/node": "npm:22.8.2"
"@types/node": "npm:22.10.10"
"@types/prismjs": "npm:^1.26.0"
"@types/react": "npm:18.3.14"
"@types/react-dom": "npm:18.3.2"
Expand Down Expand Up @@ -12439,10 +12439,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit dafaf91

Please sign in to comment.