From e57c3be0b3b5a60e9ea3ecfb8957c65f2bef3120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Gu=CC=88ell=20Segarra?= Date: Fri, 14 Feb 2025 10:41:44 +0100 Subject: [PATCH] feat: bump react-formiga-table --- 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",