2
0

📦 Upgrade packages

This commit is contained in:
Baptiste Arnaud
2022-11-02 19:45:46 +01:00
committed by GitHub
parent 48285479cc
commit 2c66c59dfc
64 changed files with 2518 additions and 3158 deletions

View File

@ -9,35 +9,35 @@
},
"dependencies": {
"@chakra-ui/icon": "3.0.11",
"@chakra-ui/react": "2.3.5",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@chakra-ui/react": "2.3.6",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"aos": "2.3.4",
"bot-engine": "workspace:*",
"focus-visible": "5.2.0",
"framer-motion": "7.5.3",
"framer-motion": "7.6.4",
"models": "workspace:*",
"next": "12.3.1",
"next": "13.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"utils": "workspace:*",
"db": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@chakra-ui/styled-system": "2.3.4",
"@next/bundle-analyzer": "12.3.1",
"@next/bundle-analyzer": "13.0.1",
"@types/aos": "3.0.4",
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"autoprefixer": "10.4.12",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"autoprefixer": "10.4.13",
"cross-env": "7.0.3",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"eslint-plugin-react": "7.31.10",
"next-transpile-modules": "9.1.0",
"next-transpile-modules": "10.0.0",
"postcss": "8.4.18",
"prettier": "2.7.1",
"typescript": "4.8.4"