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 dependency framer-motion to v11.13.1 #61

Merged
merged 1 commit into from
Dec 4, 2024
Merged
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
22 changes: 19 additions & 3 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6825,9 +6825,11 @@ __metadata:
linkType: hard

"framer-motion@npm:^11.3.29":
version: 11.3.30
resolution: "framer-motion@npm:11.3.30"
version: 11.13.1
resolution: "framer-motion@npm:11.13.1"
dependencies:
motion-dom: "npm:^11.13.0"
motion-utils: "npm:^11.13.0"
tslib: "npm:^2.4.0"
peerDependencies:
"@emotion/is-prop-valid": "*"
Expand All @@ -6840,7 +6842,7 @@ __metadata:
optional: true
react-dom:
optional: true
checksum: 10/3cb710ae8a6e54538bc7cae1ecc852487867341c5d9156d7c3a9793af7ef3d3d466babce6c70cf0ef58ff996f6ce5c35510e9af834b0064467b6a8fc523eaefa
checksum: 10/621419951160d1506931554595a977abf603a8ecb92c6481481c23c48b18f90691fcff3cc8570b4c86e8fe65d1fec98210c7d18ff5a3c6953e48bf603b833c02
languageName: node
linkType: hard

Expand Down Expand Up @@ -8862,6 +8864,20 @@ __metadata:
languageName: node
linkType: hard

"motion-dom@npm:^11.13.0":
version: 11.13.0
resolution: "motion-dom@npm:11.13.0"
checksum: 10/9c58f60cc693cb40f956477b831bd3a66f7f70887929324b0196c471c79eda896e7e85849d3b5a389617505654343522393e897c84ffd33cae9ade3b3c9f57c8
languageName: node
linkType: hard

"motion-utils@npm:^11.13.0":
version: 11.13.0
resolution: "motion-utils@npm:11.13.0"
checksum: 10/f0141d6b1ac8efd48208bfcfd64c3bf8e952322954c1d63726b1f067e2828d01c9ca5ad1c4751461886f12c16e68d49ad0a8a38f997772f24dbd45bf6dc56238
languageName: node
linkType: hard

"mrmime@npm:^2.0.0":
version: 2.0.0
resolution: "mrmime@npm:2.0.0"
Expand Down
Loading