Skip to content

Commit 558558e

Browse files
Fix 4739 by making lucide-react a dependency (rjsf-team#4740)
Fixes rjsf-team#4739 by making `lucide-react` a dependency instead of a devDependency - Updated the `package.json` for `@rjsf/chakra-ui` making `lucide-react` a dependency - Updated `CHANGELOG.md` accordingly
1 parent 137851b commit 558558e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ should change the heading of the (upcoming) version to include a major version b
1717
-->
1818
# 6.0.0-beta.15
1919

20+
## @rjsf/chakra-ui
21+
22+
- Updated `package.json` for to make `lucide-react` a dependency rather than a devDependency, fixing [#4739](https://github.com/rjsf-team/react-jsonschema-form/issues/4739)
23+
2024
## @rjsf/core
2125

2226
- Updated `ArrayField` `onSelectChange` to not pass `name` in the `path` since the `ObjectField` will automatically add it [#4733](https://github.com/rjsf-team/react-jsonschema-form/issues/4733)

package-lock.json

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
"@rjsf/utils": "^6.0.0-beta.14",
9292
"@rjsf/validator-ajv8": "^6.0.0-beta.14",
9393
"chakra-react-select": "^6.1.0",
94-
"eslint": "^8.57.1",
95-
"lucide-react": "^0.539.0"
94+
"eslint": "^8.57.1"
9695
},
9796
"dependencies": {
97+
"lucide-react": "^0.539.0",
9898
"react-icons": "^5.5.0",
9999
"react-select": "^5.10.2"
100100
}

0 commit comments

Comments
 (0)