diff --git a/package.json b/package.json index 39a93ab..de36b6c 100644 --- a/package.json +++ b/package.json @@ -56,12 +56,12 @@ "typescript": "^4.4.4" }, "peerDependencies": { - "@chakra-ui/react": "^1.8.6", + "@chakra-ui/react": "^1.8.6 || ^2", "@emotion/react": "^11", "@emotion/styled": "^11", "date-fns": "^2.25.0", "framer-motion": "^6", - "react": "^17.0.2", - "react-dom": "^17.0.2" + "react": "^17.0.2 || ^18", + "react-dom": "^17.0.2 || ^18" } }