@archbase/components 3.0.9 → 3.0.10
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@archbase/components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "UI Components for Archbase React v3 - Form editors, data visualization, and business components",
|
|
5
5
|
"author": "Edson Martins <edsonmartins2005@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"validator": "^13.12.0",
|
|
101
101
|
"vis-timeline": "^7.7.3",
|
|
102
102
|
"xlsx": "^0.18.5",
|
|
103
|
-
"@archbase/core": "3.0.
|
|
104
|
-
"@archbase/
|
|
105
|
-
"@archbase/
|
|
103
|
+
"@archbase/core": "3.0.10",
|
|
104
|
+
"@archbase/data": "3.0.10",
|
|
105
|
+
"@archbase/layout": "3.0.10"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@types/d3": "^7.4.3",
|
|
Binary file
|