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

chore: Bump framer-motion to 12.0.0 #390

Merged
merged 2 commits into from
Jan 21, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed

- Update minor and patch NPM dependencies
- Bump `framer-motion` from 11.17.1 to 12.0.0

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@tiptap/starter-kit": "^2.11.0",
"blockies-ts": "^1.0.0",
"classnames": "^2.5.0",
"framer-motion": "^11.17.0",
"framer-motion": "^12.0.0",
"luxon": "^3.5.0",
"react-dropzone": "^14.3.0",
"react-imask": "^7.6.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ __metadata:
eslint-plugin-storybook: "npm:^0.11.2"
eslint-plugin-tailwindcss: "npm:^3.18.0"
eslint-plugin-testing-library: "npm:^7.1.1"
framer-motion: "npm:^11.17.0"
framer-motion: "npm:^12.0.0"
husky: "npm:^9.1.7"
jest: "npm:^29.7.0"
jest-environment-jsdom: "npm:^29.7.0"
Expand Down Expand Up @@ -9744,12 +9744,12 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:^11.17.0":
version: 11.17.1
resolution: "framer-motion@npm:11.17.1"
"framer-motion@npm:^12.0.0":
version: 12.0.0
resolution: "framer-motion@npm:12.0.0"
dependencies:
motion-dom: "npm:^11.16.4"
motion-utils: "npm:^11.16.0"
motion-dom: "npm:^12.0.0"
motion-utils: "npm:^12.0.0"
tslib: "npm:^2.4.0"
peerDependencies:
"@emotion/is-prop-valid": "*"
Expand All @@ -9762,7 +9762,7 @@ __metadata:
optional: true
react-dom:
optional: true
checksum: 10c0/85a5e798455f3b6a8e9e6beee6831b704589eb2c56ab2bb4303ec648b764d91dd21e7537a46039804e0b9daedaf44591fb0a2f28d7ace7fbf8b2e15cd8997549
checksum: 10c0/6858434620af6a973632a16c7430a17c6af6b7df1383e763080018cf88e582d7a3f6db339162ffb3020d2f8a2f977ece79667717528269c4d0cad86da39053d7
languageName: node
linkType: hard

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

"motion-dom@npm:^11.16.4":
version: 11.16.4
resolution: "motion-dom@npm:11.16.4"
"motion-dom@npm:^12.0.0":
version: 12.0.0
resolution: "motion-dom@npm:12.0.0"
dependencies:
motion-utils: "npm:^11.16.0"
checksum: 10c0/66de6d40aef59d3004aaf17e39c7c2d2c679306207fdb28c73917d6a05e8c962747fea53d2e516c25d994109d38e127943a759fed18a0fadfc2572a3335fc0d2
motion-utils: "npm:^12.0.0"
checksum: 10c0/d67209bc217f16b9a0305afa4bfc366997d02df76eea9ab29062f98beeff5fdfc60ae1b422ab397f525ae775c640ac9ba061c9f45aacd6cd71a23dce06661384
languageName: node
linkType: hard

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

Expand Down
Loading