diff --git a/package-lock.json b/package-lock.json index edbb60a0..da7a7515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@gisce/react-ooui", - "version": "2.50.0-alpha.1", + "version": "2.50.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.50.0-alpha.1", + "version": "2.50.0", "dependencies": { "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.26.0-alpha.1", + "@gisce/ooui": "2.26.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.1", - "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.26.0-alpha.1.tgz", - "integrity": "sha512-maycT8D4Z8xb4qcY2qbjQRwbMzHdBlM4UW42Ld38yUiPCYp+u5Y5Rn0gdRl3LBtxFinLFwjvfnat64zr5y7iAQ==", + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.26.0.tgz", + "integrity": "sha512-NtQ2BcAvHqxGu4hfJr/CtNjwvJceCV44nv7Fphchr3GNEHINX1EkwgSQtqThVS2HeMCc8Ni00NITwrWaH57OMw==", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index 3891457b..9e58eb48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.50.0-alpha.1", + "version": "2.50.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.1", + "@gisce/ooui": "2.26.0", "@gisce/react-formiga-components": "1.8.0", "@gisce/react-formiga-table": "1.9.0", "@monaco-editor/react": "^4.4.5",