2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-01-07 17:06:18 +01:00
parent 225cd1eeba
commit f79f6932c2
14 changed files with 1615 additions and 1172 deletions

View File

@ -19,7 +19,7 @@
"bot-engine": "workspace:*",
"db": "workspace:*",
"focus-visible": "5.2.0",
"framer-motion": "8.0.2",
"framer-motion": "8.2.4",
"models": "workspace:*",
"next": "13.1.1",
"react": "18.2.0",
@ -27,7 +27,7 @@
"utils": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.20.7",
"@babel/core": "7.20.12",
"@chakra-ui/styled-system": "2.5.1",
"@next/bundle-analyzer": "13.1.1",
"@types/aos": "3.0.4",
@ -38,8 +38,8 @@
"eslint": "8.31.0",
"eslint-config-custom": "workspace:*",
"next-transpile-modules": "10.0.0",
"postcss": "8.4.20",
"prettier": "2.8.1",
"postcss": "8.4.21",
"prettier": "2.8.2",
"tsconfig": "workspace:*",
"typescript": "4.9.4"
}