Update dependencies
This commit is contained in:
parent
cd9a72145e
commit
3662e40305
3 changed files with 234 additions and 1445 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Docker Container",
|
"name": "Docker Container",
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "Dockerfile"
|
||||||
},
|
},
|
||||||
"postCreateCommand": "git submodule update --init && yarn install"
|
"postCreateCommand": "git submodule update --init && yarn install"
|
||||||
}
|
}
|
||||||
|
|
15
package.json
15
package.json
|
@ -19,18 +19,19 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/react": "^17.0.13",
|
"@types/react": "^17.0.13",
|
||||||
"next": "^12.0.7",
|
"next": "^12.0.9",
|
||||||
"preact": "^10.5.14",
|
"preact": "^10.5.14",
|
||||||
"react-use-websocket": "^2.9.1",
|
"react-use-websocket": "^2.9.1",
|
||||||
"sass": "^1.46.0",
|
"sass": "^1.49.0",
|
||||||
"typescript": "^4.3.5"
|
"typescript": "^4.5.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/node": "^17.0.12",
|
||||||
"@types/react-dom": "^17.0.8",
|
"@types/react-dom": "^17.0.8",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
||||||
"@typescript-eslint/parser": "^5.9.0",
|
"@typescript-eslint/parser": "^5.10.1",
|
||||||
"eslint": "^8.6.0",
|
"eslint": "^8.7.0",
|
||||||
"eslint-config-next": "^12.0.7",
|
"eslint-config-next": "^12.0.9",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-import": "^2.23.4",
|
"eslint-plugin-import": "^2.23.4",
|
||||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||||
|
|
Reference in a new issue