@gisce/react-ooui 2.0.0-alpha.14 → 2.0.0-alpha.16
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gisce/react-ooui",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.16",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": "20.5.0"
|
|
6
6
|
},
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"preinstall": "npx only-allow npm",
|
|
24
24
|
"build": "tsc --noEmit && vite build",
|
|
25
25
|
"preview": "npm run build && vite preview",
|
|
26
|
-
"dev:vite": "
|
|
26
|
+
"dev:vite": "vite build --watch --force",
|
|
27
27
|
"dev:tsc": "tsc --noEmit --watch",
|
|
28
28
|
"prepare": "husky install",
|
|
29
29
|
"start": "concurrently npm:dev:*",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@ant-design/plots": "^1.0.9",
|
|
37
37
|
"@gisce/fiber-diagram": "^1.1.0-rc.3",
|
|
38
|
-
"@gisce/ooui": "
|
|
38
|
+
"@gisce/ooui": "1.0.0-alpha.1",
|
|
39
39
|
"@gisce/react-formiga-components": "^1.0.9-rc.21",
|
|
40
40
|
"@gisce/react-formiga-table": "^0.8.6",
|
|
41
41
|
"@monaco-editor/react": "^4.4.5",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react-measure": "^2.5.2",
|
|
54
54
|
"styled-components": "5.3.5",
|
|
55
55
|
"use-deep-compare-effect": "^1.8.1",
|
|
56
|
-
"uuid": "^
|
|
56
|
+
"uuid": "^9.0.1",
|
|
57
57
|
"validator": "^13.6.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"storybook": "^7.4.6",
|
|
103
103
|
"typescript": "^5.0.4",
|
|
104
104
|
"vite": "4.4.8",
|
|
105
|
+
"vite-bundle-visualizer": "^0.10.0",
|
|
105
106
|
"vite-plugin-dts": "^3.6.0",
|
|
106
107
|
"vite-plugin-package-version": "1.0.2",
|
|
107
108
|
"vite-tsconfig-paths": "3.5.0"
|