mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
upgrade deps closes #311
This commit is contained in:
parent
c95b70087d
commit
b0386fbc23
3339
package-lock.json
generated
3339
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
|
|
@ -25,23 +25,23 @@
|
|||
"cy:install": "cypress install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^1.0.7",
|
||||
"@chakra-ui/react": "^1.4.1",
|
||||
"@chakra-ui/theme-tools": "^1.1.1",
|
||||
"@chakra-ui/icons": "^1.0.8",
|
||||
"@chakra-ui/react": "^1.4.2",
|
||||
"@chakra-ui/theme-tools": "^1.1.2",
|
||||
"@emotion/react": "^11.1.5",
|
||||
"@emotion/styled": "^11.1.5",
|
||||
"@hookform/resolvers": "1.3.0",
|
||||
"@lingui/react": "^3.8.1",
|
||||
"@next/bundle-analyzer": "^10.0.9",
|
||||
"@prisma/client": "^2.19.0",
|
||||
"@lingui/react": "^3.8.2",
|
||||
"@next/bundle-analyzer": "^10.1.2",
|
||||
"@prisma/client": "^2.20.1",
|
||||
"@sendou/react-sketch": "^0.5.2",
|
||||
"@trpc/client": "^4.0.0",
|
||||
"@trpc/react": "^4.0.0",
|
||||
"@trpc/server": "^4.0.0",
|
||||
"countries-list": "^2.6.1",
|
||||
"focus-visible": "^5.2.0",
|
||||
"framer-motion": "^4.0.3",
|
||||
"next": "^10.0.9",
|
||||
"framer-motion": "^4.1.0",
|
||||
"next": "^10.1.2",
|
||||
"next-auth": "^3.13.3",
|
||||
"next-images": "^1.7.0",
|
||||
"next-seo": "^4.23.0",
|
||||
|
|
@ -50,11 +50,11 @@
|
|||
"react-dom": "^17.0.2",
|
||||
"react-draggable": "^4.4.3",
|
||||
"react-hook-form": "^6.14.2",
|
||||
"react-hotkeys-hook": "^3.2.1",
|
||||
"react-hotkeys-hook": "^3.3.0",
|
||||
"react-icons": "^4.2.0",
|
||||
"react-infinite-scroller": "^1.2.4",
|
||||
"react-markdown": "^4.3.1",
|
||||
"react-query": "^3.13.0",
|
||||
"react-query": "^3.13.3",
|
||||
"react-select": "^4.3.0",
|
||||
"react-string-replace": "^0.4.4",
|
||||
"recharts": "^2.0.9",
|
||||
|
|
@ -65,11 +65,11 @@
|
|||
"zod": "^1.11.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.10",
|
||||
"@lingui/cli": "^3.8.1",
|
||||
"@lingui/macro": "^3.8.1",
|
||||
"@types/next-auth": "^3.7.2",
|
||||
"@types/node": "^14.14.35",
|
||||
"@babel/core": "^7.13.14",
|
||||
"@lingui/cli": "^3.8.2",
|
||||
"@lingui/macro": "^3.8.2",
|
||||
"@types/next-auth": "^3.13.0",
|
||||
"@types/node": "^14.14.37",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/react": "^17.0.3",
|
||||
"@types/react-infinite-scroller": "^1.2.1",
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"cypress": "^6.8.0",
|
||||
"fishery": "^1.2.0",
|
||||
"prettier": "^2.2.1",
|
||||
"prisma": "^2.19.0",
|
||||
"prisma": "^2.20.1",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user