@arclux/arc-ui-react 3.1.0 → 3.2.0
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arclux/arc-ui-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "React wrappers for ARC UI Web Components.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
"peerDependencies": {
|
|
865
865
|
"react": "^18.0.0 || ^19.0.0",
|
|
866
866
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
867
|
-
"@arclux/arc-ui": "^3.
|
|
867
|
+
"@arclux/arc-ui": "^3.2.0"
|
|
868
868
|
},
|
|
869
869
|
"dependencies": {
|
|
870
870
|
"@lit/react": "^1.0.8"
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
"devDependencies": {
|
|
892
892
|
"@types/react": "^19.2.14",
|
|
893
893
|
"typescript": "^7.0.2",
|
|
894
|
-
"@arclux/arc-ui": "3.
|
|
894
|
+
"@arclux/arc-ui": "3.2.0"
|
|
895
895
|
},
|
|
896
896
|
"scripts": {
|
|
897
897
|
"build": "tsc -p tsconfig.json"
|