From a3eed4399f8bb21237dbf60485769b2141e11530 Mon Sep 17 00:00:00 2001 From: Gisce Date: Tue, 10 Sep 2024 15:04:01 +0200 Subject: [PATCH] fix: update gisce/react-formiga-table to v1.6.0-alpha.14 (#589) https://github.com/gisce/react-formiga-table/releases/tag/v1.6.0-alpha.14 Co-authored-by: mguellsegarra <5711443+mguellsegarra@users.noreply.github.com> --- 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 4f18e9eb..1ee174c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@gisce/fiber-diagram": "2.1.1", "@gisce/ooui": "2.10.1-alpha.1", "@gisce/react-formiga-components": "1.8.0", - "@gisce/react-formiga-table": "1.6.0-alpha.13", + "@gisce/react-formiga-table": "1.6.0-alpha.14", "@monaco-editor/react": "^4.4.5", "@tabler/icons-react": "^2.11.0", "antd": "5.13.1", @@ -3407,9 +3407,9 @@ } }, "node_modules/@gisce/react-formiga-table": { - "version": "1.6.0-alpha.13", - "resolved": "https://registry.npmjs.org/@gisce/react-formiga-table/-/react-formiga-table-1.6.0-alpha.13.tgz", - "integrity": "sha512-vkwyacbqfhnemSKWFb072AQ+i8wvGan/7JNE3oYA7L38td3998+OHajmkJinCvtFbeImlGuGT3W6/hVq3grBYQ==", + "version": "1.6.0-alpha.14", + "resolved": "https://registry.npmjs.org/@gisce/react-formiga-table/-/react-formiga-table-1.6.0-alpha.14.tgz", + "integrity": "sha512-zZBSRFJbEi3aKbcJvMm7Y/13I75xHetuOqUF7rJ1d/3au7WpJpREvleAmhFmQBwCxVLk0x/3KFjNzORm0Fc8vA==", "dependencies": { "ag-grid-community": "^31.2.1", "ag-grid-react": "^31.2.1", diff --git a/package.json b/package.json index 996204ce..fe30c144 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@gisce/fiber-diagram": "2.1.1", "@gisce/ooui": "2.10.1-alpha.1", "@gisce/react-formiga-components": "1.8.0", - "@gisce/react-formiga-table": "1.6.0-alpha.13", + "@gisce/react-formiga-table": "1.6.0-alpha.14", "@monaco-editor/react": "^4.4.5", "@tabler/icons-react": "^2.11.0", "antd": "5.13.1",