packages: upgrade next.js

This commit is contained in:
Chika 2022-09-15 11:37:18 +03:00
parent 15014249e7
commit bf03a1e793
2 changed files with 502 additions and 337 deletions

View File

@ -28,7 +28,7 @@
"lodash-es": "^4.17.21",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.4.0",
"next": "^12.2.0",
"next": "^12.3.0",
"next-compose-plugins": "^2.2.1",
"next-plugin-graphql": "^0.0.2",
"next-with-less": "^2.0.5",
@ -42,26 +42,26 @@
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/rebass": "^4.0.10",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.22.0",
"apollo": "^2.33.10",
"dotenv-cli": "^6.0.0",
"eslint": "8.13.0",
"eslint": "8.23.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "12.1.5",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"husky": "^7.0.4",
"msw": "^0.39.2",
"prettier": "2.6.2",
"typescript": "4.6.3"
"typescript": "4.8.3"
},
"msw": {
"workerDirectory": "public"

825
yarn.lock

File diff suppressed because it is too large Load Diff