Update NextJS to 13, node to 18

This commit is contained in:
Neshura 2022-12-14 19:34:39 +01:00
parent 69fc9f5984
commit 8a763ee72e
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
5 changed files with 1499 additions and 123 deletions

View file

@ -10,15 +10,22 @@
"lint": "next lint"
},
"dependencies": {
"cookie": "^0.5.0",
"cookies-next": "^2.1.1",
"dockerode": "^3.3.4",
"next": "^12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"eslint-config": "^0.3.0",
"next": "^13.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.6",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/dockerode": "^3.3.14",
"@types/react": "^18.0.14",
"@types/styled-components": "^5.1.26",
"eslint": "^8.23.1",
"eslint-config-next": "12.2.0",
"typescript": "^4.7.4"