From 5f2f3d53e3135a457a106949ce752fc1c22bf1e4 Mon Sep 17 00:00:00 2001 From: mguellsegarra <5711443+mguellsegarra@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:56:23 +0000 Subject: [PATCH] feat: update gisce/ooui to v2.24.0 https://github.com/gisce/ooui/releases/tag/v2.24.0 --- 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 b00e0da26..dc87e6f27 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.22.0", + "@gisce/ooui": "2.24.0", "@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.22.0", - "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.22.0.tgz", - "integrity": "sha512-q7ZUY7hMBQtTo+E+SJ3blVnsSdYKf7oMPn+ppwWXLLXoZBZEWI52qkNXO6ukGl3l6YjftujmE0AFN3U4sICpgg==", + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.24.0.tgz", + "integrity": "sha512-2a3lzDqi5dbTn1rsEF+XZy/OkKlxdG6V7glK3dSCgblx+lxcUKKm02GQ7y5wUvK1H/m5BS7h53lAXAlvZlt0KQ==", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index a0719c765..ee0ede954 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.22.0", + "@gisce/ooui": "2.24.0", "@gisce/react-formiga-components": "1.8.0", "@gisce/react-formiga-table": "1.8.5", "@monaco-editor/react": "^4.4.5",