@hitachivantara/uikit-react-lab 6.1.11 → 6.1.13
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 +8 -8
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-lab",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
|
-
"author": "
|
|
7
|
-
"description": "Contributed React components
|
|
6
|
+
"author": "UI Kit Team",
|
|
7
|
+
"description": "Contributed React components to UI Kit by the community.",
|
|
8
8
|
"homepage": "https://github.com/pentaho/hv-uikit-react",
|
|
9
9
|
"sideEffects": false,
|
|
10
10
|
"keywords": [
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@dnd-kit/core": "^6.1.0",
|
|
42
42
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
43
43
|
"@emotion/css": "^11.11.0",
|
|
44
|
-
"@hitachivantara/uikit-react-core": "^6.
|
|
45
|
-
"@hitachivantara/uikit-react-icons": "^6.0.
|
|
46
|
-
"@hitachivantara/uikit-react-utils": "^6.2.
|
|
47
|
-
"@hitachivantara/uikit-styles": "^6.1
|
|
44
|
+
"@hitachivantara/uikit-react-core": "^6.10.0",
|
|
45
|
+
"@hitachivantara/uikit-react-icons": "^6.0.8",
|
|
46
|
+
"@hitachivantara/uikit-react-utils": "^6.2.6",
|
|
47
|
+
"@hitachivantara/uikit-styles": "^6.2.1",
|
|
48
48
|
"@types/react-grid-layout": "^1.3.5",
|
|
49
49
|
"react-grid-layout": "^1.4.4",
|
|
50
50
|
"reactflow": "^11.10.1",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "84643326d359781e4457c8a882c42c5a6d321744"
|
|
76
76
|
}
|