Skip to content

Commit 06931b5

Browse files
committed
fix #4539 by setting upper bound peerDependency version for chakra-react-select
1 parent 94080d2 commit 06931b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/chakra-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@chakra-ui/system": ">=1.12.1",
6767
"@rjsf/core": "^5.24.x",
6868
"@rjsf/utils": "^5.24.x",
69-
"chakra-react-select": ">=3.3.8",
69+
"chakra-react-select": ">=3.3.8 <6.0.0",
7070
"framer-motion": ">=5.6.0",
7171
"react": "^16.14.0 || >=17"
7272
},

0 commit comments

Comments
 (0)