Update app dependencies.

This commit is contained in:
Jayden Seric 2022-09-01 20:35:37 +10:00
parent 8f7179f39e
commit afe44dd345
2 changed files with 381 additions and 403 deletions

768
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,24 +24,24 @@
"@apollo/client": "^3.6.9",
"apollo-upload-client": "^17.0.0",
"device-agnostic-ui": "~10.0.0",
"graphql": "^16.5.0",
"next": "^12.2.4",
"graphql": "^16.6.0",
"next": "^12.2.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@types/node": "^18.6.4",
"@types/react": "^17.0.48",
"@types/node": "^18.7.14",
"@types/react": "^17.0.49",
"@types/react-dom": "^17.0.17",
"babel-plugin-graphql-tag": "^3.3.0",
"eslint": "^8.21.0",
"eslint": "^8.23.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-recommended": "^8.0.0",
"typescript": "^4.7.4"
"stylelint": "^14.11.0",
"stylelint-config-recommended": "^9.0.0",
"typescript": "^4.8.2"
},
"scripts": {
"dev": "next dev",