Update deps

This commit is contained in:
Kalle (Sendou) 2021-05-29 18:41:39 +03:00
parent e5b9a6ccb3
commit e6071d3e38
2 changed files with 1339 additions and 1386 deletions

2690
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,30 +25,30 @@
"cy:install": "cypress install"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.12",
"@chakra-ui/react": "^1.6.0",
"@chakra-ui/theme-tools": "^1.1.6",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.3",
"@chakra-ui/theme-tools": "^1.1.7",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "1.3.0",
"@lingui/react": "^3.8.3",
"@next/bundle-analyzer": "^10.2.0",
"@prisma/client": "^2.22.1",
"@next/bundle-analyzer": "^10.2.3",
"@prisma/client": "^2.23.0",
"@sendou/react-sketch": "^0.5.2",
"@trpc/client": "5.0.0",
"@trpc/react": "5.0.0",
"@trpc/server": "5.0.0",
"countries-list": "^2.6.1",
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.11",
"next": "^10.2.0",
"next-auth": "^3.21.1",
"framer-motion": "^4.1.17",
"next": "^10.2.3",
"next-auth": "^3.24.0",
"next-images": "^1.7.0",
"next-seo": "^4.24.0",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-datepicker": "^3.8.0",
"react-datepicker": "^4.0.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-dropzone": "^11.3.2",
@ -69,25 +69,24 @@
"zod": "^1.11.17"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/core": "^7.14.3",
"@lingui/cli": "^3.8.3",
"@lingui/macro": "^3.8.3",
"@types/node": "^15.0.2",
"@types/node": "^15.6.1",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.5",
"@types/react": "^17.0.8",
"@types/react-color": "^3.0.4",
"@types/react-datepicker": "^3.1.8",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-select": "^4.0.15",
"@types/recharts": "^1.8.19",
"@types/uuid": "^8.3.0",
"cross-env": "^7.0.3",
"cypress": "^7.3.0",
"fishery": "^1.2.0",
"cypress": "^7.4.0",
"fishery": "^1.3.1",
"prettier": "^2.3.0",
"prisma": "^2.22.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
"prisma": "^2.23.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"license": "MIT"
}