mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 13:46:10 -05:00
update deps
This commit is contained in:
36
package.json
36
package.json
@@ -20,58 +20,58 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^1.0.5",
|
||||
"@chakra-ui/react": "^1.3.2",
|
||||
"@chakra-ui/react": "^1.3.3",
|
||||
"@chakra-ui/theme-tools": "^1.0.4",
|
||||
"@emotion/react": "^11.1.5",
|
||||
"@emotion/styled": "^11.1.5",
|
||||
"@hookform/resolvers": "1.3.0",
|
||||
"@lingui/react": "^3.5.0",
|
||||
"@prisma/client": "^2.16.1",
|
||||
"@lingui/react": "^3.5.1",
|
||||
"@prisma/client": "^2.17.0",
|
||||
"@sendou/react-sketch": "^0.5.2",
|
||||
"countries-list": "^2.6.1",
|
||||
"framer-motion": "^3.3.0",
|
||||
"next": "^10.0.6",
|
||||
"next-auth": "^3.3.0",
|
||||
"framer-motion": "^3.6.2",
|
||||
"next": "^10.0.7",
|
||||
"next-auth": "^3.4.2",
|
||||
"next-google-fonts": "^1.2.1",
|
||||
"next-images": "^1.7.0",
|
||||
"next-seo": "^4.19.0",
|
||||
"next-seo": "^4.20.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-draggable": "^4.4.3",
|
||||
"react-hook-form": "^6.14.2",
|
||||
"react-hotkeys-hook": "^3.0.3",
|
||||
"react-hotkeys-hook": "^3.1.0",
|
||||
"react-icons": "^4.2.0",
|
||||
"react-infinite-scroller": "^1.2.4",
|
||||
"react-markdown": "^4.3.1",
|
||||
"react-select": "^4.1.0",
|
||||
"react-string-replace": "^0.4.4",
|
||||
"recharts": "^2.0.6",
|
||||
"sharp": "^0.26.3",
|
||||
"recharts": "^2.0.7",
|
||||
"sharp": "^0.27.1",
|
||||
"swr": "^0.4.2",
|
||||
"ts-trueskill": "^3.2.0",
|
||||
"uuid": "^8.3.2",
|
||||
"zod": "^1.11.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.13",
|
||||
"@lingui/cli": "^3.5.0",
|
||||
"@lingui/macro": "^3.5.0",
|
||||
"@babel/core": "^7.12.17",
|
||||
"@lingui/cli": "^3.5.1",
|
||||
"@lingui/macro": "^3.5.1",
|
||||
"@types/micro": "^7.3.3",
|
||||
"@types/next-auth": "^3.1.24",
|
||||
"@types/node": "^14.14.25",
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/react": "^17.0.1",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-infinite-scroller": "^1.2.1",
|
||||
"@types/react-select": "^4.0.13",
|
||||
"@types/recharts": "^1.8.19",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^6.4.0",
|
||||
"cypress": "^6.5.0",
|
||||
"prettier": "^2.2.1",
|
||||
"prisma": "^2.16.1",
|
||||
"prisma": "^2.17.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.1.3"
|
||||
"typescript": "^4.1.5"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user