update deps

This commit is contained in:
Kalle (Sendou) 2021-03-08 17:33:33 +02:00
parent 034faeeede
commit ebb7da7d48
2 changed files with 668 additions and 1036 deletions

1676
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,19 +22,19 @@
"cy:install": "cypress install"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.5",
"@chakra-ui/react": "^1.3.3",
"@chakra-ui/theme-tools": "^1.0.4",
"@chakra-ui/icons": "^1.0.6",
"@chakra-ui/react": "^1.3.4",
"@chakra-ui/theme-tools": "^1.1.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@hookform/resolvers": "1.3.0",
"@lingui/react": "^3.6.0",
"@lingui/react": "^3.7.1",
"@prisma/client": "^2.18.0",
"@sendou/react-sketch": "^0.5.2",
"countries-list": "^2.6.1",
"framer-motion": "^3.10.0",
"next": "^10.0.7",
"next-auth": "^3.7.0",
"next": "^10.0.8",
"next-auth": "^3.11.2",
"next-images": "^1.7.0",
"next-seo": "^4.20.0",
"nprogress": "^0.2.0",
@ -42,11 +42,11 @@
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-hook-form": "^6.14.2",
"react-hotkeys-hook": "^3.1.0",
"react-hotkeys-hook": "^3.2.1",
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^4.3.1",
"react-select": "^4.1.0",
"react-select": "^4.2.1",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.8",
"swr": "^0.4.2",
@ -56,13 +56,13 @@
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@lingui/cli": "^3.6.0",
"@lingui/macro": "^3.6.0",
"@lingui/cli": "^3.7.1",
"@lingui/macro": "^3.7.1",
"@types/micro": "^7.3.3",
"@types/next-auth": "^3.1.25",
"@types/node": "^14.14.31",
"@types/next-auth": "^3.7.0",
"@types/node": "^14.14.32",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.2",
"@types/react": "^17.0.3",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-select": "^4.0.13",
"@types/recharts": "^1.8.19",
@ -72,7 +72,7 @@
"prettier": "^2.2.1",
"prisma": "^2.18.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
"typescript": "^4.2.3"
},
"license": "MIT"
}