Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update npm package framer-motion to v11.16.0 #6071

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"elkjs": "0.9.3",
"emoji-mart": "5.6.0",
"fractional-indexing": "2.1.0",
"framer-motion": "11.15.0",
"framer-motion": "11.16.0",
"graphology": "0.25.4",
"graphology-layout": "0.6.1",
"graphology-layout-forceatlas2": "0.10.1",
Expand Down
32 changes: 17 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ __metadata:
emoji-mart: "npm:5.6.0"
eslint: "npm:9.17.0"
fractional-indexing: "npm:2.1.0"
framer-motion: "npm:11.15.0"
framer-motion: "npm:11.16.0"
graphology: "npm:0.25.4"
graphology-layout: "npm:0.6.1"
graphology-layout-forceatlas2: "npm:0.10.1"
Expand Down Expand Up @@ -28600,12 +28600,12 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:11.15.0":
version: 11.15.0
resolution: "framer-motion@npm:11.15.0"
"framer-motion@npm:11.16.0":
version: 11.16.0
resolution: "framer-motion@npm:11.16.0"
dependencies:
motion-dom: "npm:^11.14.3"
motion-utils: "npm:^11.14.3"
motion-dom: "npm:^11.16.0"
motion-utils: "npm:^11.16.0"
tslib: "npm:^2.4.0"
peerDependencies:
"@emotion/is-prop-valid": "*"
Expand All @@ -28618,7 +28618,7 @@ __metadata:
optional: true
react-dom:
optional: true
checksum: 10c0/59f1c1eea09a5cbda346624a7d700bdb1ccff8a8528ed145009db974283064c3a4e55ca9eaaf4950494f254f6233c37634735b9bd8463b25ffeef624030894d6
checksum: 10c0/badfeb01f1c23e1ae7e796981e9244877a30f072876f7339bbd3e3413fca5a61ffc9913d4389d52b0d33ea3367afbc6dde6fef4786fc1b041abc0a1d5afd542b
languageName: node
linkType: hard

Expand Down Expand Up @@ -36707,17 +36707,19 @@ __metadata:
languageName: node
linkType: hard

"motion-dom@npm:^11.14.3":
version: 11.14.3
resolution: "motion-dom@npm:11.14.3"
checksum: 10c0/14989aba2981dcf618dc77d202ac35325366e645fd9e57c6942d88d0696263bbe7d0680da2e5f84e93339a67255bdbfebb8a4994a46584a661dd9a1e136fa7a1
"motion-dom@npm:^11.16.0":
version: 11.16.0
resolution: "motion-dom@npm:11.16.0"
dependencies:
motion-utils: "npm:^11.16.0"
checksum: 10c0/0271c9ff69a12f04c75e2377fd47f525d63f8d9bfa3f1ef2c158431a98e35abeefdc18d4d27487a05e13927afb95deb87aa8adf3c4cfef8e70a48471465f1081
languageName: node
linkType: hard

"motion-utils@npm:^11.14.3":
version: 11.14.3
resolution: "motion-utils@npm:11.14.3"
checksum: 10c0/7459bcb27311b72b416b2618cbfd56bad7d0fbec27736529e3f45a561fa78c43bf82e05338d9d9b765649b57d1c693821e83b30c6ba449d6f7f66c5245f072fb
"motion-utils@npm:^11.16.0":
version: 11.16.0
resolution: "motion-utils@npm:11.16.0"
checksum: 10c0/e68efa08b9546a2fb065537cedcbab1a416d43cdc5773e02ea01408c276e56bbea9ef76d330e80d8536a6ac585b0bbb6f4f2b9d97637d8d36418483e4492ddff
languageName: node
linkType: hard

Expand Down
Loading