Update framer-motion

This commit is contained in:
regalijan 2023-10-19 16:50:16 -04:00
parent 6b4f33272f
commit cd420eabcc
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@remix-run/cloudflare-pages": "^1.19.1", "@remix-run/cloudflare-pages": "^1.19.1",
"@remix-run/react": "^1.19.1", "@remix-run/react": "^1.19.1",
"@sentry/react": "^7.60.1", "@sentry/react": "^7.60.1",
"framer-motion": "^10.13.1", "framer-motion": "^10.15.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },
@ -6888,9 +6888,9 @@
} }
}, },
"node_modules/framer-motion": { "node_modules/framer-motion": {
"version": "10.13.1", "version": "10.15.0",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.13.1.tgz", "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.15.0.tgz",
"integrity": "sha512-uiKsaLEoySeln3eOPy8wUB3FkNtRRiVga5xJOkgs7C0sHVyvpJajXJFSoabt+emBojgnMQY0epnjl0ppoYPxkQ==", "integrity": "sha512-HDjWrYWgbO5orKuhnXETLFzk7UUvwWur2HFs2elAZ8lVpI49ClHql31DNTVvVBcOrSHfAOS4eBDBedIvOx634w==",
"dependencies": { "dependencies": {
"tslib": "^2.4.0" "tslib": "^2.4.0"
}, },

View File

@ -15,7 +15,7 @@
"@remix-run/cloudflare-pages": "^1.19.1", "@remix-run/cloudflare-pages": "^1.19.1",
"@remix-run/react": "^1.19.1", "@remix-run/react": "^1.19.1",
"@sentry/react": "^7.60.1", "@sentry/react": "^7.60.1",
"framer-motion": "^10.13.1", "framer-motion": "^10.15.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },