diff --git a/package-lock.json b/package-lock.json index 91bd80776..01c131a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@gisce/fiber-diagram": "2.1.1", "@gisce/ooui": "2.10.0-alpha.2", "@gisce/react-formiga-components": "1.8.0", - "@gisce/react-formiga-table": "1.6.0-alpha.11", + "@gisce/react-formiga-table": "1.6.0-alpha.13", "@monaco-editor/react": "^4.4.5", "@tabler/icons-react": "^2.11.0", "antd": "5.13.1", @@ -3407,12 +3407,13 @@ } }, "node_modules/@gisce/react-formiga-table": { - "version": "1.6.0-alpha.11", - "resolved": "https://registry.npmjs.org/@gisce/react-formiga-table/-/react-formiga-table-1.6.0-alpha.11.tgz", - "integrity": "sha512-wWYNpOf3Z2bHEv3RuVEJPfVdHF2g4dCi74+Q3RBcmeETDfSoAOVJP3VXNhrPXe18fCBy6HlVGWI0hgiJBgFvJA==", + "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==", "dependencies": { "ag-grid-community": "^31.2.1", "ag-grid-react": "^31.2.1", + "dequal": "^2.0.3", "lodash.debounce": "^4.0.8", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/package.json b/package.json index aa4099136..3442018ab 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@gisce/fiber-diagram": "2.1.1", "@gisce/ooui": "2.10.0-alpha.2", "@gisce/react-formiga-components": "1.8.0", - "@gisce/react-formiga-table": "1.6.0-alpha.11", + "@gisce/react-formiga-table": "1.6.0-alpha.13", "@monaco-editor/react": "^4.4.5", "@tabler/icons-react": "^2.11.0", "antd": "5.13.1",