2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-05-02 14:37:34 -04:00
parent d50e280ab3
commit 68a15f5ac1
22 changed files with 3579 additions and 1960 deletions

View File

@ -11,37 +11,37 @@
},
"dependencies": {
"@chakra-ui/icon": "3.0.15",
"@chakra-ui/react": "2.5.5",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@vercel/analytics": "0.1.11",
"@chakra-ui/react": "2.6.0",
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
"@vercel/analytics": "1.0.0",
"@typebot.io/react": "workspace:*",
"@typebot.io/js": "workspace:*",
"aos": "2.3.4",
"@typebot.io/prisma": "workspace:*",
"focus-visible": "5.2.0",
"framer-motion": "10.10.0",
"framer-motion": "10.12.7",
"@typebot.io/schemas": "workspace:*",
"next": "13.2.4",
"next": "13.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"@typebot.io/lib": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@chakra-ui/styled-system": "2.8.0",
"@next/bundle-analyzer": "13.2.4",
"@babel/core": "7.21.8",
"@chakra-ui/styled-system": "2.9.0",
"@next/bundle-analyzer": "13.3.4",
"@types/aos": "3.0.4",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"autoprefixer": "10.4.14",
"cross-env": "7.0.3",
"eslint": "8.37.0",
"eslint": "8.39.0",
"eslint-config-custom": "workspace:*",
"next-transpile-modules": "10.0.0",
"postcss": "8.4.21",
"prettier": "2.8.7",
"postcss": "8.4.23",
"prettier": "2.8.8",
"@typebot.io/tsconfig": "workspace:*",
"typescript": "5.0.3"
"typescript": "5.0.4"
}
}