fix build issues
This commit is contained in:
11
package.json
11
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user