Skip to content

Commit

Permalink
fix: update node.js to v22 (#2862)
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 Jan 11, 2025
1 parent 4c62c39 commit 2cf786a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
22.13.0
18 changes: 9 additions & 9 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"engines": {
"node": "20.x"
"node": "22.x"
},
"main": "build/web/index.js",
"type": "module",
Expand All @@ -21,7 +21,7 @@
"@types/lodash-es": "4.17.12",
"@types/lz-string": "1.5.0",
"@types/mapbox__polyline": "1.0.5",
"@types/node": "20.17.12",
"@types/node": "22.10.5",
"@types/sharp": "0.32.0",
"@types/tsc-watch": "4.2.3",
"@types/validator": "13.12.2",
Expand Down
16 changes: 8 additions & 8 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@turf/nearest-point-on-line": "6.5.0",
"@turf/union": "6.5.0",
"@types/leaflet": "1.9.5",
"@types/node": "20.17.12",
"@types/node": "22.10.5",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
Expand Down

0 comments on commit 2cf786a

Please sign in to comment.