Fixed startup crash

This commit is contained in:
tokslaw7
2024-08-03 01:49:29 +00:00
parent 6032926658
commit 8dcc1ac5e6
3 changed files with 101 additions and 13 deletions
+3 -3
View File
@@ -16,11 +16,11 @@
"react-router-dom": "^6.25.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"typescript": "^5"
"typescript": "5.5.4"
}
}