From 6ce72a565dc86baa5dbf97cc1127c6f7410ec16c Mon Sep 17 00:00:00 2001 From: mguellsegarra <5711443+mguellsegarra@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:59:37 +0000 Subject: [PATCH] feat: update gisce/ooui to v2.28.0-alpha.2 https://github.com/gisce/ooui/releases/tag/v2.28.0-alpha.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7761328a..da722486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ant-design/colors": "^7.2.0", "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.28.0-alpha.1", + "@gisce/ooui": "2.28.0-alpha.2", "@gisce/react-formiga-components": "1.9.2", "@gisce/react-formiga-table": "1.9.1", "@monaco-editor/react": "^4.4.5", @@ -3382,9 +3382,9 @@ } }, "node_modules/@gisce/ooui": { - "version": "2.28.0-alpha.1", - "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.28.0-alpha.1.tgz", - "integrity": "sha512-56GxKCPTSWlY2QczmTuDZthezhxZgzjcHT6ecgzVEN6A441O1y/rTbx63g+7Zjtf+3+Bb0k2s2vcKLvo0clGFA==", + "version": "2.28.0-alpha.2", + "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.28.0-alpha.2.tgz", + "integrity": "sha512-GUZNpRjmQzeoH1dHbAkDVlmUGkqE/RdQMeho+9cZpuXSZhLdvYdzmfOf6FZ+WkMNNItaJIg8US4uOFHSnx2RVA==", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index ce7f1d00..0f75a0c0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@ant-design/colors": "^7.2.0", "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.28.0-alpha.1", + "@gisce/ooui": "2.28.0-alpha.2", "@gisce/react-formiga-components": "1.9.2", "@gisce/react-formiga-table": "1.9.1", "@monaco-editor/react": "^4.4.5",