diff --git a/package-lock.json b/package-lock.json index 0cdda06af..50b719e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@gisce/react-ooui", - "version": "2.52.0-alpha.3", + "version": "2.52.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.52.0-alpha.3", + "version": "2.52.0", "dependencies": { "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.26.0-alpha.2", + "@gisce/ooui": "2.27.0", "@gisce/react-formiga-components": "1.8.0", "@gisce/react-formiga-table": "1.9.0", "@monaco-editor/react": "^4.4.5", @@ -3370,9 +3370,9 @@ } }, "node_modules/@gisce/ooui": { - "version": "2.26.0-alpha.2", - "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.26.0-alpha.2.tgz", - "integrity": "sha512-RdeWfWtqZaqgShCX74shxx5QzaUqKomTu5zlPKdpyBNMfZeS4mpGLGPT+SC25TYWr6ymVz0r6nN2Fis9g565dw==", + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.27.0.tgz", + "integrity": "sha512-XJ7wKjq/gr58/CP2b62Z+233pWiEHyWQccm9W0Is79Gmq4awyZU7XJv9T37bxls+N7AXFR6uKcT/UIJj3NyTwg==", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index 3163e885c..db00cab7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.52.0-alpha.3", + "version": "2.52.0", "engines": { "node": "20.5.0" }, @@ -35,7 +35,7 @@ "dependencies": { "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.26.0-alpha.2", + "@gisce/ooui": "2.27.0", "@gisce/react-formiga-components": "1.8.0", "@gisce/react-formiga-table": "1.9.0", "@monaco-editor/react": "^4.4.5",