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 Nov 16, 2024
1 parent d9b70e1 commit 888878b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20
22
20 changes: 10 additions & 10 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">=20.0.0 <21.0.0"
"node": ">=20.0.0 <23.0.0"
},
"scripts": {
"dev": "vite dev",
Expand All @@ -29,7 +29,7 @@
"@sveltejs/kit": "2.7.2",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@tailwindcss/forms": "0.5.9",
"@types/node": "20.17.0",
"@types/node": "22.9.0",
"autoprefixer": "10.4.20",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
Expand Down

0 comments on commit 888878b

Please sign in to comment.