Skip to content

Commit aa6f441

Browse files
Replace dependency framer-motion with motion ^12.6.3
1 parent 3060217 commit aa6f441

2 files changed

Lines changed: 24 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"class-variance-authority": "^0.7.1",
1414
"clsx": "^2.1.1",
1515
"dotenv": "^16.4.5",
16-
"framer-motion": "^12.6.3",
16+
"motion": "^12.6.3",
1717
"next": "15.4.10",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",

yarn.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2207,13 +2207,13 @@ form-data@~4.0.0:
22072207
es-set-tostringtag "^2.1.0"
22082208
mime-types "^2.1.12"
22092209

2210-
framer-motion@^12.6.3:
2211-
version "12.6.3"
2212-
resolved "https://registry.npmjs.org/framer-motion/-/framer-motion-12.6.3.tgz"
2213-
integrity sha512-2hsqknz23aloK85bzMc9nSR2/JP+fValQ459ZTVElFQ0xgwR2YqNjYSuDZdFBPOwVCt4Q9jgyTt6hg6sVOALzw==
2210+
framer-motion@^12.42.2:
2211+
version "12.42.2"
2212+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.42.2.tgz#8628ad31a9b5c1ea6f908ea1764784e33870b711"
2213+
integrity sha512-5XY9luDiu0oHfHBjpDthFMh0ES+122w6p/papSJBweMkO8Sn+PW2QaEgRblQBpWFnuvZS5qvarpt/hO2pjGmnw==
22142214
dependencies:
2215-
motion-dom "^12.6.3"
2216-
motion-utils "^12.6.3"
2215+
motion-dom "^12.42.2"
2216+
motion-utils "^12.39.0"
22172217
tslib "^2.4.0"
22182218

22192219
fs-extra@^9.1.0:
@@ -3029,17 +3029,25 @@ minimist@^1.2.0, minimist@^1.2.6, minimist@^1.2.8:
30293029
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
30303030
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
30313031

3032-
motion-dom@^12.6.3:
3033-
version "12.6.3"
3034-
resolved "https://registry.npmjs.org/motion-dom/-/motion-dom-12.6.3.tgz"
3035-
integrity sha512-gRY08RjcnzgFYLemUZ1lo/e9RkBxR+6d4BRvoeZDSeArG4XQXERSPapKl3LNQRu22Sndjf1h+iavgY0O4NrYqA==
3032+
motion-dom@^12.42.2:
3033+
version "12.42.2"
3034+
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.42.2.tgz#b4661b9b3394ae7e990d76dc954bc1e321c59305"
3035+
integrity sha512-5gIMWLp/PycBtJRJWRgjxke5n8dlvkSn2DrYW+tr3XcqAZY1xZh6BJyooJXCM8wdfM7wfMjkBJNLge1CKPUIRA==
30363036
dependencies:
3037-
motion-utils "^12.6.3"
3037+
motion-utils "^12.39.0"
30383038

3039-
motion-utils@^12.6.3:
3040-
version "12.6.3"
3041-
resolved "https://registry.npmjs.org/motion-utils/-/motion-utils-12.6.3.tgz"
3042-
integrity sha512-R/b3Ia2VxtTNZ4LTEO5pKYau1OUNHOuUfxuP0WFCTDYdHkeTBR9UtxR1cc8mDmKr8PEhmmfnTKGz3rSMjNRoRg==
3039+
motion-utils@^12.39.0:
3040+
version "12.39.0"
3041+
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.39.0.tgz#e1c66f0e912999804bc5e69b4630c3bc794ef29f"
3042+
integrity sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==
3043+
3044+
motion@^12.6.3:
3045+
version "12.42.2"
3046+
resolved "https://registry.yarnpkg.com/motion/-/motion-12.42.2.tgz#7a0954acb1975e1899ad65639a46fc12a3d24999"
3047+
integrity sha512-Atvv11yUKIid41cVrRBDVX5m8tF8kNpExRSlbpt6APClhDjtwQssgFHhQzejxw7/7YYbjHSPKBVbHo05BuJT5Q==
3048+
dependencies:
3049+
framer-motion "^12.42.2"
3050+
tslib "^2.4.0"
30433051

30443052
ms@^2.1.1, ms@^2.1.3:
30453053
version "2.1.3"

0 commit comments

Comments
 (0)