Revert "Upgrade deps"

This reverts commit 9bee5726f4.
This commit is contained in:
Kalle (Sendou)
2021-07-13 22:05:01 +03:00
parent 5b3753a9f3
commit 5e8dc532f2
3 changed files with 1802 additions and 951 deletions

3
next-env.d.ts vendored
View File

@@ -1,3 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
declare module "@sendou/react-sketch";

2704
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,23 +23,23 @@
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@chakra-ui/theme-tools": "^1.1.8",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.4",
"@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": "^11.0.1",
"@prisma/client": "^2.26.0",
"@next/bundle-analyzer": "^11.0.0",
"@prisma/client": "^2.25.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",
"framer-motion": "^4.1.17",
"next": "^11.0.1",
"next-auth": "^3.27.3",
"next": "^11.0.0",
"next-auth": "^3.27.0",
"next-seo": "^4.26.0",
"nprogress": "^0.2.0",
"randomcolor": "^0.6.2",
@@ -48,7 +48,7 @@
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-dropzone": "^11.3.4",
"react-dropzone": "^11.3.2",
"react-hook-form": "^6.14.2",
"react-hotkeys-hook": "^3.3.2",
"react-icons": "^4.2.0",
@@ -69,24 +69,24 @@
"@babel/core": "^7.14.6",
"@lingui/cli": "^3.8.3",
"@lingui/macro": "^3.8.3",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.1",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@types/nprogress": "^0.2.0",
"@types/randomcolor": "^0.5.6",
"@types/react": "^17.0.14",
"@types/react-color": "^3.0.5",
"@types/react-datepicker": "^4.1.3",
"@types/react-infinite-scroller": "^1.2.2",
"@types/react-select": "^4.0.17",
"@types/uuid": "^8.3.1",
"@types/randomcolor": "^0.5.5",
"@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",
"eslint": "^7.30.0",
"eslint-config-next": "^11.0.1",
"prettier": "^2.3.2",
"prisma": "^2.26.0",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.0",
"prettier": "^2.3.1",
"prisma": "^2.25.0",
"ts-jest": "^27.0.3",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
},
"license": "MIT"
}