Skip to content

Commit

Permalink
fix(deps): update dependency framer-motion to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 1d2f5f9 commit 4dc9889
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion demo-apps/example-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"apollo-boost": "0.4.9",
"baby-i-am-faded": "4.0.14",
"emotion-theming": "11.0.0",
"framer-motion": "11.18.1",
"framer-motion": "12.0.1",
"graphql-tag": "2.12.6",
"landing-blocks": "2.1.0",
"next": "15.1.5",
Expand Down
30 changes: 15 additions & 15 deletions demo-apps/example-usage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2507,13 +2507,13 @@ formdata-polyfill@^4.0.10:
dependencies:
fetch-blob "^3.1.2"

framer-motion@11.18.1:
version "11.18.1"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.18.1.tgz#2d832ac22671c1cd90338cac4a572825328e3089"
integrity sha512-EQa8c9lWVOm4zlz14MsBJWr8woq87HsNmsBnQNvcS0hs8uzw6HtGAxZyIU7EGTVpHD1C1n01ufxRyarXcNzpPg==
framer-motion@12.0.1:
version "12.0.1"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.0.1.tgz#916cce32c8036765e5725d315a874efdea976ade"
integrity sha512-u6p0Qc4cY/AEQAtrC7qiYlXla39qnWoI4JXY7OCNBDXwJ5yRBD8HU+RhaOqqziw2m/b0BDh32f44W94+wXonMQ==
dependencies:
motion-dom "^11.18.1"
motion-utils "^11.18.1"
motion-dom "^12.0.0"
motion-utils "^12.0.0"
tslib "^2.4.0"

[email protected]:
Expand Down Expand Up @@ -3497,17 +3497,17 @@ module-deps@^6.2.3:
through2 "^2.0.0"
xtend "^4.0.0"

motion-dom@^11.18.1:
version "11.18.1"
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-11.18.1.tgz#e7fed7b7dc6ae1223ef1cce29ee54bec826dc3f2"
integrity sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw==
motion-dom@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.0.0.tgz#7045c63642eecbcc04c40b4457ebb07b3c2b3d0c"
integrity sha512-CvYd15OeIR6kHgMdonCc1ihsaUG4MYh/wrkz8gZ3hBX/uamyZCXN9S9qJoYF03GqfTt7thTV/dxnHYX4+55vDg==
dependencies:
motion-utils "^11.18.1"
motion-utils "^12.0.0"

motion-utils@^11.18.1:
version "11.18.1"
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-11.18.1.tgz#671227669833e991c55813cf337899f41327db5b"
integrity sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA==
motion-utils@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.0.0.tgz#fabf79f4f1c818720a1b70f615e2a1768f396ac0"
integrity sha512-MNFiBKbbqnmvOjkPyOKgHUp3Q6oiokLkI1bEwm5QA28cxMZrv0CbbBGDNmhF6DIXsi1pCQBSs0dX8xjeER1tmA==

[email protected]:
version "2.0.0"
Expand Down

0 comments on commit 4dc9889

Please sign in to comment.