diff --git a/package-lock.json b/package-lock.json index c527388b..cb5d6272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@gisce/react-ooui", - "version": "2.60.0-alpha.2", + "version": "2.60.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.60.0-alpha.2", + "version": "2.60.0", "dependencies": { "@ant-design/colors": "^7.2.0", "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.28.0-alpha.2", + "@gisce/ooui": "2.28.0", "@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.2", - "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.28.0-alpha.2.tgz", - "integrity": "sha512-GUZNpRjmQzeoH1dHbAkDVlmUGkqE/RdQMeho+9cZpuXSZhLdvYdzmfOf6FZ+WkMNNItaJIg8US4uOFHSnx2RVA==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.28.0.tgz", + "integrity": "sha512-ENTSc9GcBQ3uRUe0gBR3XsvSmzXJVWiHY13lG/zpPS8iahk6+JtDVDf3XjG1YPj+0JExfTMniz+viBFNNL5hBQ==", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index fdd9d25f..81fbf53a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.60.0-alpha.2", + "version": "2.60.0", "engines": { "node": "20.5.0" }, @@ -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.2", + "@gisce/ooui": "2.28.0", "@gisce/react-formiga-components": "1.9.2", "@gisce/react-formiga-table": "1.9.1", "@monaco-editor/react": "^4.4.5",