Skip to content

Commit

Permalink
[chore] Use framer- motion @^11 instead of @^9 for Chakra UI setup (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen authored Dec 29, 2024
1 parent 54e41d8 commit 70a6bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/setup/ui/libraries/chakra-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function handler({ force, install }) {
'@chakra-ui/react@^2',
'@emotion/react@^11',
'@emotion/styled@^11',
'framer-motion@^9',
'framer-motion@^11',
]

const tasks = new Listr(
Expand Down

0 comments on commit 70a6bb8

Please sign in to comment.