Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 7af3ed4

Browse files
Update Node.js to v18
1 parent a247957 commit 7af3ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"engines": {
3-
"node": "16.x"
3+
"node": "18.x"
44
},
55
"imports": {
66
"#app/*": "./*.ts"
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@types/express": "^4.17.13",
22-
"@types/node": "^17.0.25",
22+
"@types/node": "^18.0.0",
2323
"@types/react": "^17.0.43",
2424
"@types/react-dom": "^17.0.14",
2525
"@vitejs/plugin-react": "^1.3.1",

0 commit comments

Comments
 (0)