Skip to content

Commit f3e034c

Browse files
authored
fix: pin chakra to v1 (#5614)
1 parent 9bea0a3 commit f3e034c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/setup/ui/libraries/chakra-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function builder(yargs) {
2828

2929
export async function handler({ force, install }) {
3030
const packages = [
31-
'@chakra-ui/react',
31+
'@chakra-ui/react@^1',
3232
'@emotion/react@^11',
3333
'@emotion/styled@^11',
3434
'framer-motion@^4',

0 commit comments

Comments
 (0)