downgrade framer-motion to 10.18
fixes https://github.com/nextui-org/nextui/issues/2519
This commit is contained in:
parent
ff19267e34
commit
361ba07585
15
package-lock.json
generated
15
package-lock.json
generated
@ -16,7 +16,7 @@
|
||||
"db-migrate": "^0.11.14",
|
||||
"db-migrate-mysql": "^2.3.2",
|
||||
"deep-is": "^0.1.4",
|
||||
"framer-motion": "^11.0.20",
|
||||
"framer-motion": "^10.18.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"kysely": "^0.27.3",
|
||||
"mysql2": "^3.9.2",
|
||||
@ -6443,21 +6443,20 @@
|
||||
}
|
||||
},
|
||||
"node_modules/framer-motion": {
|
||||
"version": "11.0.20",
|
||||
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.0.20.tgz",
|
||||
"integrity": "sha512-YSDmWznt3hpdERosbE0UAPYWoYhTnmQ0J1qWPsgpCia9NgY8Xsz5IpOiUEGGj/nzCAW29fSrWugeLRkdp5de7g==",
|
||||
"version": "10.18.0",
|
||||
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.18.0.tgz",
|
||||
"integrity": "sha512-oGlDh1Q1XqYPksuTD/usb0I70hq95OUzmL9+6Zd+Hs4XV0oaISBa/UUMSjYiq6m8EUF32132mOJ8xVZS+I0S6w==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@emotion/is-prop-valid": "^0.8.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/is-prop-valid": "*",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@emotion/is-prop-valid": {
|
||||
"optional": true
|
||||
},
|
||||
"react": {
|
||||
"optional": true
|
||||
},
|
||||
|
@ -22,7 +22,7 @@
|
||||
"db-migrate": "^0.11.14",
|
||||
"db-migrate-mysql": "^2.3.2",
|
||||
"deep-is": "^0.1.4",
|
||||
"framer-motion": "^11.0.20",
|
||||
"framer-motion": "^10.18.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"kysely": "^0.27.3",
|
||||
"mysql2": "^3.9.2",
|
||||
|
Loading…
Reference in New Issue
Block a user