From e598dde200763cc9d9d4853fe7a4df0c0b28593c Mon Sep 17 00:00:00 2001 From: mguellsegarra <5711443+mguellsegarra@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:41:37 +0000 Subject: [PATCH] fix: update gisce/react-formiga-table to v1.10.0-alpha.4 https://github.com/gisce/react-formiga-table/releases/tag/v1.10.0-alpha.4 --- 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 c0e8943c..0a43f160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@gisce/fiber-diagram": "2.1.1", "@gisce/ooui": "2.29.0", "@gisce/react-formiga-components": "1.10.0-alpha.4", - "@gisce/react-formiga-table": "1.10.0-alpha.3", + "@gisce/react-formiga-table": "1.10.0-alpha.4", "@monaco-editor/react": "^4.4.5", "@tabler/icons-react": "^2.11.0", "@types/deep-equal": "^1.0.4", @@ -3422,9 +3422,9 @@ } }, "node_modules/@gisce/react-formiga-table": { - "version": "1.10.0-alpha.3", - "resolved": "https://registry.npmjs.org/@gisce/react-formiga-table/-/react-formiga-table-1.10.0-alpha.3.tgz", - "integrity": "sha512-PV8e/vDV7bkN2izHuwa/JnaSEGzBcLspXk69XQcLypwpANMPxxWx6TvYsgEYpvVKDFwVAD9ZZHOY5hdB/y5VzQ==", + "version": "1.10.0-alpha.4", + "resolved": "https://registry.npmjs.org/@gisce/react-formiga-table/-/react-formiga-table-1.10.0-alpha.4.tgz", + "integrity": "sha512-TqU31d3cl4vZHuPnGSe3U348Y3EhGOKhT0vvgv5a8dEONWqUmGfRVuUFd6UJqRPwFs9HXCoR1NnZvPLdpQ9HdA==", "dependencies": { "ag-grid-community": "^31.2.1", "ag-grid-react": "^31.2.1", diff --git a/package.json b/package.json index 06ccafcd..b628117f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@gisce/fiber-diagram": "2.1.1", "@gisce/ooui": "2.29.0", "@gisce/react-formiga-components": "1.10.0-alpha.4", - "@gisce/react-formiga-table": "1.10.0-alpha.3", + "@gisce/react-formiga-table": "1.10.0-alpha.4", "@monaco-editor/react": "^4.4.5", "@tabler/icons-react": "^2.11.0", "@types/deep-equal": "^1.0.4",