@conductor-by-89soone/react 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ Set `data-cdt-theme="dark"` or `data-cdt-theme="light"` on the document root. De
|
|
|
31
31
|
|
|
32
32
|
## Requirements
|
|
33
33
|
|
|
34
|
-
Node.js 20 or newer, React 18 or 19, React DOM 18 or 19, and `lucide-react
|
|
34
|
+
Node.js 20 or newer, React 18 or 19, React DOM 18 or 19, and `lucide-react` 0.400.0 or newer (below 2.0.0).
|
|
35
35
|
|
|
36
36
|
## License
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-by-89soone/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Accessible React primitives for Conductor.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://89sooner.github.io/design-system/",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@conductor-by-89soone/tokens": "0.1.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"lucide-react": "
|
|
41
|
+
"lucide-react": ">=0.400.0 <2",
|
|
42
42
|
"react": "^18.0.0 || ^19.0.0",
|
|
43
43
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
44
44
|
},
|