diff --git a/package-lock.json b/package-lock.json index 301e52fe8..f773a7417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.18.0-alpha.1", + "@gisce/ooui": "2.18.0-alpha.2", "@gisce/react-formiga-components": "1.8.0", "@gisce/react-formiga-table": "1.8.5", "@monaco-editor/react": "^4.4.5", @@ -3370,9 +3370,9 @@ } }, "node_modules/@gisce/ooui": { - "version": "2.18.0-alpha.1", - "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.18.0-alpha.1.tgz", - "integrity": "sha512-aLRfmMtEEDbuUftwwrzoDWJO5NSrZaGgTfAqA9gvrcoFlRQoEVteTMmmwdsJbtUAHAF92aDA15QJUguyn+e0+A==", + "version": "2.18.0-alpha.2", + "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.18.0-alpha.2.tgz", + "integrity": "sha512-aIQDXvjGEPUoGhXmXNn/M1Jbz4DARwOp3ZdQj5g2WQCGQZTG3Kg9Pj0eh4fe3ImarE8z4TR6s16Ft26hYzUyfw==", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index f00b898a5..d7ce35e38 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.18.0-alpha.1", + "@gisce/ooui": "2.18.0-alpha.2", "@gisce/react-formiga-components": "1.8.0", "@gisce/react-formiga-table": "1.8.5", "@monaco-editor/react": "^4.4.5",