bump depends and fix building
All checks were successful
Publish / docker (push) Successful in 2m27s

This commit is contained in:
Lee 2023-10-11 23:30:39 +01:00
parent 3a49341a6a
commit 52d44d79c1
3 changed files with 1132 additions and 523 deletions

@ -1,3 +1,4 @@
{
"parser": "@babel/eslint-parser",
"extends": "next/core-web-vitals"
}

1649
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -9,10 +9,13 @@
"update-depends": "npm-check -u"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"@beam-australia/react-env": "^3.1.1",
"@emotion/cache": "^11.11.0",
"@emotion/server": "^11.11.0",
"@nextui-org/react": "^1.0.0-beta.12",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"axios": "^1.5.1",
"core-js-pure": "^3.33.0",
"critters": "^0.0.20",
@ -31,7 +34,7 @@
},
"devDependencies": {
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react": "^18.2.28",
"@types/websocket": "^1.0.7",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",