📦 Upgrade deps to latest version
This commit is contained in:
@@ -8,38 +8,38 @@
|
||||
"analyze": "cross-env ANALYZE=true next build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/icon": "^3.0.9",
|
||||
"@chakra-ui/react": "2.3.2",
|
||||
"@chakra-ui/icon": "3.0.10",
|
||||
"@chakra-ui/react": "2.3.4",
|
||||
"@emotion/react": "11.10.4",
|
||||
"@emotion/styled": "11.10.4",
|
||||
"aos": "^2.3.4",
|
||||
"aos": "2.3.4",
|
||||
"bot-engine": "workspace:*",
|
||||
"focus-visible": "^5.2.0",
|
||||
"framer-motion": "7.3.2",
|
||||
"focus-visible": "5.2.0",
|
||||
"framer-motion": "7.5.1",
|
||||
"models": "workspace:*",
|
||||
"next": "12.3.0",
|
||||
"next": "12.3.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"utils": "workspace:*",
|
||||
"db": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.19.0",
|
||||
"@chakra-ui/styled-system": "^2.3.1",
|
||||
"@next/bundle-analyzer": "12.3.0",
|
||||
"@types/aos": "^3.0.4",
|
||||
"@types/node": "18.7.16",
|
||||
"@types/react": "^18.0.19",
|
||||
"@typescript-eslint/eslint-plugin": "5.36.2",
|
||||
"@typescript-eslint/parser": "5.36.2",
|
||||
"autoprefixer": "10.4.8",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "8.23.0",
|
||||
"eslint-config-next": "12.3.0",
|
||||
"eslint-plugin-react": "^7.31.8",
|
||||
"next-transpile-modules": "^9.0.0",
|
||||
"postcss": "8.4.16",
|
||||
"@babel/core": "7.19.3",
|
||||
"@chakra-ui/styled-system": "2.3.3",
|
||||
"@next/bundle-analyzer": "12.3.1",
|
||||
"@types/aos": "3.0.4",
|
||||
"@types/node": "18.7.23",
|
||||
"@types/react": "18.0.21",
|
||||
"@typescript-eslint/eslint-plugin": "5.38.1",
|
||||
"@typescript-eslint/parser": "5.38.1",
|
||||
"autoprefixer": "10.4.12",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.24.0",
|
||||
"eslint-config-next": "12.3.1",
|
||||
"eslint-plugin-react": "7.31.8",
|
||||
"next-transpile-modules": "9.0.0",
|
||||
"postcss": "8.4.17",
|
||||
"prettier": "2.7.1",
|
||||
"typescript": "^4.8.3"
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user