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

fix(deps): update dependency framer-motion to v12.3.1 #1492

Merged
merged 1 commit into from
Feb 8, 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"class-validator": "0.14.1",
"dotenv": "16.4.7",
"formik": "2.4.6",
"framer-motion": "12.3.0",
"framer-motion": "12.3.1",
"http-status-codes": "2.3.0",
"ioredis": "5.4.2",
"js-yaml": "4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6476,9 +6476,9 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:12.3.0":
version: 12.3.0
resolution: "framer-motion@npm:12.3.0"
"framer-motion@npm:12.3.1":
version: 12.3.1
resolution: "framer-motion@npm:12.3.1"
dependencies:
motion-dom: "npm:^12.0.0"
motion-utils: "npm:^12.0.0"
Expand All @@ -6494,7 +6494,7 @@ __metadata:
optional: true
react-dom:
optional: true
checksum: 10c0/27f151ae65972a67a061a7b95acc08896b9f24665e644672f8760b81cfde90e9aeba7af0289bf4d629fc0dfca5dc5b711df3bc93a2f6013026612f77dd5208a0
checksum: 10c0/4a714c0e3d142a0ab4bfbc591dc1eeecd299a73926593ada7e8d19508aeed45648c676e7289db82a4ef82202607be6a0bbf9852a7db852ebf175b7a33ce2beb3
languageName: node
linkType: hard

Expand Down Expand Up @@ -9939,7 +9939,7 @@ __metadata:
eslint: "npm:8.57.1"
eslint-config-next: "npm:15.1.6"
formik: "npm:2.4.6"
framer-motion: "npm:12.3.0"
framer-motion: "npm:12.3.1"
http-status-codes: "npm:2.3.0"
husky: "npm:9.1.7"
ioredis: "npm:5.4.2"
Expand Down
Loading