@gisce/react-ooui 2.109.0 → 2.110.0-alpha.2
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/dist/actionbar/AttachmentsButton.d.ts.map +1 -1
- package/dist/helpers/filesHelper.d.ts +4 -0
- package/dist/helpers/filesHelper.d.ts.map +1 -1
- package/dist/hooks/useExport.d.ts.map +1 -1
- package/dist/react-ooui.es.js +1949 -1916
- package/dist/react-ooui.es.js.map +1 -1
- package/package.json +4 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gisce/react-ooui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.110.0-alpha.2",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": "20.5.0"
|
|
6
6
|
},
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"@dnd-kit/sortable": "^10.0.0",
|
|
42
42
|
"@dnd-kit/utilities": "^3.2.2",
|
|
43
43
|
"@gisce/fiber-diagram": "2.1.1",
|
|
44
|
-
"@gisce/ooui": "2.
|
|
45
|
-
"@gisce/react-formiga-components": "1.18.0",
|
|
46
|
-
"@gisce/react-formiga-table": "1.
|
|
44
|
+
"@gisce/ooui": "2.38.0-alpha.3",
|
|
45
|
+
"@gisce/react-formiga-components": "1.18.0-alpha.2",
|
|
46
|
+
"@gisce/react-formiga-table": "1.17.0-alpha.5",
|
|
47
47
|
"@monaco-editor/react": "^4.4.5",
|
|
48
48
|
"@types/deep-equal": "^1.0.4",
|
|
49
49
|
"antd": "5.25.1",
|
|
@@ -72,8 +72,6 @@
|
|
|
72
72
|
"@semantic-release/exec": "6.0.3",
|
|
73
73
|
"@semantic-release/git": "10.0.1",
|
|
74
74
|
"@semantic-release/npm": "10.0.4",
|
|
75
|
-
"@testing-library/jest-dom": "^6.9.1",
|
|
76
|
-
"@testing-library/react": "^16.3.0",
|
|
77
75
|
"@types/lodash": "^4.14.170",
|
|
78
76
|
"@types/lodash.debounce": "^4.0.9",
|
|
79
77
|
"@types/md5": "^2.3.2",
|
|
@@ -101,7 +99,6 @@
|
|
|
101
99
|
"eslint-plugin-react-compiler": "^0.0.0-experimental-c8b3f72-20240517",
|
|
102
100
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
103
101
|
"husky": "8.0.3",
|
|
104
|
-
"jsdom": "^27.0.1",
|
|
105
102
|
"lint-staged": "13.2.3",
|
|
106
103
|
"prettier": "3.0.1",
|
|
107
104
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|