mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
update deps
This commit is contained in:
parent
25d43e3d22
commit
249a5dcf01
3932
package-lock.json
generated
3932
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
|
|
@ -14,7 +14,7 @@
|
|||
"seed": "ts-node prisma/scripts/seed",
|
||||
"mongo": "ts-node prisma/scripts/dataFromMongo.ts",
|
||||
"top500": "ts-node prisma/scripts/top500jsons.ts",
|
||||
"league": "ts-node prisma/scripts/leagueJsons.ts",
|
||||
"league": "NODE_OPTIONS=--max-old-space-size=8192 ts-node prisma/scripts/leagueJsons.ts",
|
||||
"principal": "ts-node prisma/scripts/addPrincipalIds.ts",
|
||||
"prettier": "prettier --write .",
|
||||
"e2e": "cypress open",
|
||||
|
|
@ -24,34 +24,34 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^1.0.3",
|
||||
"@chakra-ui/react": "^1.1.5",
|
||||
"@chakra-ui/react": "^1.1.6",
|
||||
"@chakra-ui/theme-tools": "^1.0.3",
|
||||
"@emotion/react": "^11.1.4",
|
||||
"@emotion/styled": "^11.0.0",
|
||||
"@hookform/resolvers": "1.3.0",
|
||||
"@hookform/resolvers": "1.3.2",
|
||||
"@lingui/react": "^3.4.0",
|
||||
"@prisma/client": "^2.15.0",
|
||||
"@sendou/react-sketch": "^0.5.2",
|
||||
"countries-list": "^2.6.1",
|
||||
"framer-motion": "^3.2.1",
|
||||
"next": "^10.0.5",
|
||||
"next": "^10.0.6",
|
||||
"next-auth": "^3.1.0",
|
||||
"next-google-fonts": "^1.2.1",
|
||||
"next-images": "^1.7.0",
|
||||
"next-seo": "^4.17.0",
|
||||
"next-seo": "^4.18.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-draggable": "^4.4.3",
|
||||
"react-hook-form": "^6.14.0",
|
||||
"react-hook-form": "^6.14.2",
|
||||
"react-hotkeys-hook": "^3.0.3",
|
||||
"react-icons": "^4.1.0",
|
||||
"react-infinite-scroller": "^1.2.4",
|
||||
"react-markdown": "^4.3.1",
|
||||
"react-select": "^3.2.0",
|
||||
"react-select": "^4.0.2",
|
||||
"react-string-replace": "^0.4.4",
|
||||
"recharts": "^2.0.3",
|
||||
"swr": "^0.4.0",
|
||||
"recharts": "^2.0.4",
|
||||
"swr": "^0.4.1",
|
||||
"ts-trueskill": "^3.2.0",
|
||||
"uuid": "^8.3.2",
|
||||
"zod": "^1.11.11"
|
||||
|
|
@ -62,12 +62,12 @@
|
|||
"@lingui/macro": "^3.4.0",
|
||||
"@prisma/cli": "^2.15.0",
|
||||
"@types/micro": "^7.3.3",
|
||||
"@types/next-auth": "^3.1.21",
|
||||
"@types/next-auth": "^3.1.23",
|
||||
"@types/node": "^14.14.22",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-infinite-scroller": "^1.2.1",
|
||||
"@types/react-select": "^3.1.2",
|
||||
"@types/react-select": "^4.0.8",
|
||||
"@types/recharts": "^1.8.19",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"cypress": "^6.3.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user