From 26be04dc86bdca1c2587e887580f56a310e9ef67 Mon Sep 17 00:00:00 2001 From: mguellsegarra <5711443+mguellsegarra@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:56:37 +0000 Subject: [PATCH] feat: update gisce/ooui to v2.28.0-alpha.1 https://github.com/gisce/ooui/releases/tag/v2.28.0-alpha.1 --- 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 4900690b..3bbf800f 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.27.1", + "@gisce/ooui": "2.28.0-alpha.1", "@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.27.1", - "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.27.1.tgz", - "integrity": "sha512-i80nAgB7lAKqbDMgLPXcOmS3a4Jxd17H0KUzUg5SQZv5WcgAzfDuGii3E+mpItV5oLwOGuk523YCVt2PJgnRAg==", + "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==", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index 4bcbd332..ceab03e7 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.27.1", + "@gisce/ooui": "2.28.0-alpha.1", "@gisce/react-formiga-components": "1.9.2", "@gisce/react-formiga-table": "1.9.1", "@monaco-editor/react": "^4.4.5",