fix build issues

This commit is contained in:
2024-02-21 14:45:33 +01:00
parent 72313304fe
commit 2553ab41c1
6 changed files with 6183 additions and 25 deletions

View File

@@ -10,14 +10,15 @@
},
"dependencies": {
"next": "13.2.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"sqlite3": "^5.1.4"
"react": "18.2.0",
"react-dom": "18.2.0",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"@types/node": "18.15.5",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.19",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/sqlite3": "^3.1.11",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"typescript": "4.9.4"