Skip to content

Commit 5321e7a

Browse files
committed
fix: lock motion version to v12.18.1, to avoid issue #3321 motiondivision/motion#3211
1 parent 4c561ac commit 5321e7a

File tree

3 files changed

+663
-2
lines changed

3 files changed

+663
-2
lines changed

examples/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@react-zero-ui/core": "^0.1.0",
1919
"@vercel/analytics": "^1.5.0",
2020
"clsx": "^2.1.1",
21-
"motion": "^12.16.0",
21+
"motion": "12.18.1",
2222
"next": "15.3.3",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0"
@@ -32,4 +32,4 @@
3232
"tailwindcss": "^4.1.10",
3333
"typescript": "^5"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)