@gisce/react-ooui 2.0.0-alpha.20 → 2.0.0-alpha.22
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 +2 -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.22",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": "20.5.0"
|
|
6
6
|
},
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"preinstall": "npx only-allow npm",
|
|
24
23
|
"build": "tsc --noEmit && vite build",
|
|
25
24
|
"preview": "npm run build && vite preview",
|
|
26
25
|
"dev:vite": "vite build --watch --force",
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
"dependencies": {
|
|
36
35
|
"@ant-design/plots": "^1.0.9",
|
|
37
36
|
"@gisce/fiber-diagram": "^1.1.0-rc.3",
|
|
38
|
-
"@gisce/ooui": "1.0.0-alpha.
|
|
37
|
+
"@gisce/ooui": "1.0.0-alpha.3",
|
|
39
38
|
"@gisce/react-formiga-components": "^1.0.9-rc.21",
|
|
40
39
|
"@gisce/react-formiga-table": "^0.8.6",
|
|
41
40
|
"@monaco-editor/react": "^4.4.5",
|
|
@@ -95,7 +94,6 @@
|
|
|
95
94
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
96
95
|
"husky": "8.0.3",
|
|
97
96
|
"lint-staged": "13.2.3",
|
|
98
|
-
"only-allow": "1.1.1",
|
|
99
97
|
"prettier": "3.0.1",
|
|
100
98
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
101
99
|
"semantic-release": "21.0.7",
|