upgrade deps closes #311

This commit is contained in:
Kalle (Sendou) 2021-03-31 20:19:51 +03:00
parent c95b70087d
commit b0386fbc23
2 changed files with 2281 additions and 1090 deletions

3339
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,23 +25,23 @@
"cy:install": "cypress install"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.7",
"@chakra-ui/react": "^1.4.1",
"@chakra-ui/theme-tools": "^1.1.1",
"@chakra-ui/icons": "^1.0.8",
"@chakra-ui/react": "^1.4.2",
"@chakra-ui/theme-tools": "^1.1.2",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@hookform/resolvers": "1.3.0",
"@lingui/react": "^3.8.1",
"@next/bundle-analyzer": "^10.0.9",
"@prisma/client": "^2.19.0",
"@lingui/react": "^3.8.2",
"@next/bundle-analyzer": "^10.1.2",
"@prisma/client": "^2.20.1",
"@sendou/react-sketch": "^0.5.2",
"@trpc/client": "^4.0.0",
"@trpc/react": "^4.0.0",
"@trpc/server": "^4.0.0",
"countries-list": "^2.6.1",
"focus-visible": "^5.2.0",
"framer-motion": "^4.0.3",
"next": "^10.0.9",
"framer-motion": "^4.1.0",
"next": "^10.1.2",
"next-auth": "^3.13.3",
"next-images": "^1.7.0",
"next-seo": "^4.23.0",
@ -50,11 +50,11 @@
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-hook-form": "^6.14.2",
"react-hotkeys-hook": "^3.2.1",
"react-hotkeys-hook": "^3.3.0",
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^4.3.1",
"react-query": "^3.13.0",
"react-query": "^3.13.3",
"react-select": "^4.3.0",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.9",
@ -65,11 +65,11 @@
"zod": "^1.11.13"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@lingui/cli": "^3.8.1",
"@lingui/macro": "^3.8.1",
"@types/next-auth": "^3.7.2",
"@types/node": "^14.14.35",
"@babel/core": "^7.13.14",
"@lingui/cli": "^3.8.2",
"@lingui/macro": "^3.8.2",
"@types/next-auth": "^3.13.0",
"@types/node": "^14.14.37",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.3",
"@types/react-infinite-scroller": "^1.2.1",
@ -80,7 +80,7 @@
"cypress": "^6.8.0",
"fishery": "^1.2.0",
"prettier": "^2.2.1",
"prisma": "^2.19.0",
"prisma": "^2.20.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},