From 2cff90b87c87c5c3257ff4de939b0d36b0b5f8af Mon Sep 17 00:00:00 2001 From: Gisce Date: Fri, 13 Dec 2024 08:24:11 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20sync=20changes=20from=20v2=20to=20alpha?= =?UTF-8?q?=20(=F0=9F=9A=A8=20CONFLICTS=20RESOLVED)=20(#768)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: sync changes from v2 to alpha * fix: adjust package versions --------- Co-authored-by: mguellsegarra <5711443+mguellsegarra@users.noreply.github.com> Co-authored-by: Marc Güell Segarra --- package-lock.json | 20 ++++++++++---------- package.json | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf3870ce..3b5a97d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@gisce/react-ooui", - "version": "2.47.0-alpha.2", + "version": "2.47.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.47.0-alpha.2", + "version": "2.47.0", "dependencies": { "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.23.0-alpha.3", + "@gisce/ooui": "2.25.0", "@gisce/react-formiga-components": "1.8.0", - "@gisce/react-formiga-table": "1.9.0-alpha.10", + "@gisce/react-formiga-table": "1.9.0", "@monaco-editor/react": "^4.4.5", "@tabler/icons-react": "^2.11.0", "@types/deep-equal": "^1.0.4", @@ -3370,9 +3370,9 @@ } }, "node_modules/@gisce/ooui": { - "version": "2.23.0-alpha.3", - "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.23.0-alpha.3.tgz", - "integrity": "sha512-ntXQIDuubF5KJ1cC7WJe+atkyg6ZJZ1thOVzn8Y7YXwhIycKiyU/urHWxRvQ/ncvz8CQn0I+9l6FARo5TGEtVQ==", + "version": "2.25.0", + "resolved": "https://registry.npmjs.org/@gisce/ooui/-/ooui-2.25.0.tgz", + "integrity": "sha512-rAtNF0Zml+6WIOiwztjFEvgGROD/sWPie8WedDwe+kl+pFW9EknNi/SJBRAo/HFKNq8YbfWt7QBfzrNj+LeSZg==", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", @@ -3409,9 +3409,9 @@ } }, "node_modules/@gisce/react-formiga-table": { - "version": "1.9.0-alpha.10", - "resolved": "https://registry.npmjs.org/@gisce/react-formiga-table/-/react-formiga-table-1.9.0-alpha.10.tgz", - "integrity": "sha512-EgyNasuGqeezRLiR3orqIgvfj42jEqJJikiXVQSZH4Fym6YNgdUY25iKC4QOtk2X07eyF0T8TERhTMqXWifHmA==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@gisce/react-formiga-table/-/react-formiga-table-1.9.0.tgz", + "integrity": "sha512-jKMW2i3rbYThoHQpSIAyaQORsRI6opcLDHMMQAPr33fm/6WoYHTsCkccH7RTZQONC/hGfQQoS7hlSUCKu2Oweg==", "dependencies": { "ag-grid-community": "^31.2.1", "ag-grid-react": "^31.2.1", diff --git a/package.json b/package.json index e11afab2..f38d046d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.47.0-alpha.2", + "version": "2.47.0", "engines": { "node": "20.5.0" }, @@ -35,9 +35,9 @@ "dependencies": { "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", - "@gisce/ooui": "2.23.0-alpha.3", + "@gisce/ooui": "2.25.0", "@gisce/react-formiga-components": "1.8.0", - "@gisce/react-formiga-table": "1.9.0-alpha.10", + "@gisce/react-formiga-table": "1.9.0", "@monaco-editor/react": "^4.4.5", "@tabler/icons-react": "^2.11.0", "@types/deep-equal": "^1.0.4",