Update deps

This commit is contained in:
Kalle (Sendou) 2021-06-13 12:20:25 +03:00
parent 26ed50bce5
commit e962aecfa7
2 changed files with 635 additions and 1249 deletions

1864
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,7 @@
"@hookform/resolvers": "1.3.0",
"@lingui/react": "^3.8.3",
"@next/bundle-analyzer": "^10.2.3",
"@prisma/client": "^2.23.0",
"@prisma/client": "^2.24.1",
"@sendou/react-sketch": "^0.5.2",
"@trpc/client": "5.0.0",
"@trpc/react": "5.0.0",
@ -42,13 +42,13 @@
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.17",
"next": "^10.2.3",
"next-auth": "^3.24.0",
"next-auth": "^3.26.1",
"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": "^4.0.0",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-dropzone": "^11.3.2",
@ -57,7 +57,7 @@
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^5.0.3",
"react-query": "^3.16.0",
"react-query": "^3.17.0",
"react-select": "^4.3.1",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.9",
@ -69,22 +69,22 @@
"zod": "^1.11.17"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/core": "^7.14.5",
"@lingui/cli": "^3.8.3",
"@lingui/macro": "^3.8.3",
"@types/node": "^15.6.1",
"@types/node": "^15.12.2",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.8",
"@types/react": "^17.0.11",
"@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/uuid": "^8.3.0",
"cross-env": "^7.0.3",
"cypress": "^7.4.0",
"cypress": "^7.5.0",
"fishery": "^1.3.1",
"prettier": "^2.3.0",
"prisma": "^2.23.0",
"prettier": "^2.3.1",
"prisma": "^2.24.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},