Skip to content

Commit

Permalink
Merge pull request #2531 from iam-medvedev/update-emotion-is-valid-prop
Browse files Browse the repository at this point in the history
Updated `@emotion/is-valid-prop`
  • Loading branch information
mergetron[bot] authored Mar 12, 2024
2 parents c2454f1 + 9767415 commit 885aff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,21 @@
"tslib": "^2.4.0"
},
"peerDependencies": {
"@emotion/is-prop-valid": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"@emotion/is-prop-valid": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"optionalDependencies": {
"@emotion/is-prop-valid": "^0.8.2"
},
"bundlesize": [
{
"path": "./dist/size-rollup-motion.js",
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ __metadata:
languageName: node
linkType: hard

"@emotion/is-prop-valid@npm:^0.8.1, @emotion/is-prop-valid@npm:^0.8.2":
"@emotion/is-prop-valid@npm:^0.8.1":
version: 0.8.8
resolution: "@emotion/is-prop-valid@npm:0.8.8"
dependencies:
Expand Down Expand Up @@ -8029,15 +8029,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "framer-motion@workspace:packages/framer-motion"
dependencies:
"@emotion/is-prop-valid": ^0.8.2
tslib: ^2.4.0
peerDependencies:
"@emotion/is-prop-valid": "*"
react: ^18.0.0
react-dom: ^18.0.0
dependenciesMeta:
peerDependenciesMeta:
"@emotion/is-prop-valid":
optional: true
peerDependenciesMeta:
react:
optional: true
react-dom:
Expand Down

0 comments on commit 885aff7

Please sign in to comment.