diff --git a/package-lock.json b/package-lock.json index b2b7f96..2ae89a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@tailwindcss/typography": "^0.5.9", "clsx": "^1.2.1", "eslint-config-next": "^13.1.6", - "framer-motion": "^9.1.6", + "framer-motion": "^10.12.10", "next": "^13.1.6", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -3905,9 +3905,9 @@ } }, "node_modules/framer-motion": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.1.6.tgz", - "integrity": "sha512-3y4p8xGspkEe7eWPdKncg4IvYeUwvHeky9em6dqKu6gnrmo2iBdrChX0s+emhbv00/VuBhdf33rw38J/cxaBrA==", + "version": "10.12.10", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.10.tgz", + "integrity": "sha512-f/VkrpxfG4xSmBi105/NCfcTt219IgglQEUR0BsuFZAg+be6N3QAcujFyBEvBvbDOSP9Ccv6OMiaY0HFMnBoMA==", "dependencies": { "tslib": "^2.4.0" }, @@ -3917,6 +3917,14 @@ "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } } }, "node_modules/fs.realpath": { diff --git a/package.json b/package.json index a882756..85f9045 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@tailwindcss/typography": "^0.5.9", "clsx": "^1.2.1", "eslint-config-next": "^13.1.6", - "framer-motion": "^9.1.6", + "framer-motion": "^10.12.10", "next": "^13.1.6", "react": "^18.2.0", "react-dom": "^18.2.0",