diff --git a/package.json b/package.json index 41f366d22..ec0beaa5f 100644 --- a/package.json +++ b/package.json @@ -53,16 +53,16 @@ "types-ramda": "0.29.4" }, "dependencies": { - "@chakra-ui/react": ">=2.8.2", - "@chakra-ui/system": ">=2.6.2", + "@chakra-ui/react": "2.8.2", + "@chakra-ui/system": "2.6.2", "@charlietango/use-native-lazy-loading": "1.10.0", - "@emotion/react": ">=11.11.1", - "@emotion/styled": ">=11.11.0", - "framer-motion": ">=10.16.4", + "@emotion/react": "11.11.1", + "@emotion/styled": "11.11.0", + "framer-motion": "10.16.4", "react-datepicker": "4.14.1", "react-intersection-observer": "9.2.2", "system-font-css": "2.0.2", - "typescript": ">=4.9.5" + "typescript": "4.9.5" }, "peerDependencies": { "@chakra-ui/react": ">=2.8.2", @@ -112,7 +112,7 @@ "jest": "29.7.0", "jest-axe": "9.0.0", "jest-environment-jsdom": "29.7.0", - "jest-transformer-svg": "^2.0.2", + "jest-transformer-svg": "2.0.2", "js-cookie": "^3.0.5", "lint-staged": "10.5.4", "normalize.css": "8.0.1",