Skip to content

Commit

Permalink
Use framer motion v11 instead of v9 for Chakra UI setup
Browse files Browse the repository at this point in the history
This is actually the version that the install command at
https://v2.chakra-ui.com/getting-started will resolve to
… and i can confirm it works like a charm with chakra ui
version 2 in our own project.
  • Loading branch information
Philzen committed Dec 29, 2024
1 parent a99bde0 commit 32bf799
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 32bf799

Please sign in to comment.