diff --git a/examples/with-chakra-ui/package.json b/examples/with-chakra-ui/package.json index aa973b56cc559..299146a71ca89 100644 --- a/examples/with-chakra-ui/package.json +++ b/examples/with-chakra-ui/package.json @@ -6,19 +6,20 @@ "start": "next start" }, "dependencies": { - "@chakra-ui/icons": "^1.1.7", - "@chakra-ui/react": "1.8.8", - "@emotion/react": "^11", - "@emotion/styled": "^11", - "framer-motion": "^6", + "@chakra-ui/icons": "^2.0.2", + "@chakra-ui/react": "^2.2.1", + "@chakra-ui/theme-tools": "^2.0.2", + "@emotion/react": "^11.9.0", + "@emotion/styled": "^11.9.0", + "framer-motion": "^6.3.0", "next": "latest", - "react": "^17.0.2", - "react-dom": "^17.0.2" + "react": "^18.2.0", + "react-dom": "^18.2.0" }, "devDependencies": { - "@types/node": "^14.6.0", - "@types/react": "^17.0.3", - "@types/react-dom": "^17.0.3", - "typescript": "4.3.2" + "@types/node": "^18.0.0", + "@types/react": "^18.0.0", + "@types/react-dom": "^18.0.0", + "typescript": "^4.7.2" } }