From d36a07b06c6a271ee71c6bc0ba76fef90c6036e6 Mon Sep 17 00:00:00 2001 From: Thang PHAM Date: Tue, 7 Jul 2026 11:48:23 +0200 Subject: [PATCH] Migrate commons-ui v0.241.1 Signed-off-by: Thang PHAM --- 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 e5da475fd6..dc6b80a459 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@gridsuite/commons-ui": "0.241.0", + "@gridsuite/commons-ui": "0.241.1", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^4.1.3", "@mui/icons-material": "^6.5.0", @@ -3318,9 +3318,9 @@ } }, "node_modules/@gridsuite/commons-ui": { - "version": "0.241.0", - "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.241.0.tgz", - "integrity": "sha512-bCVh1o+vkhD0tDJt2skpZarQD7BI1K1iW4DHi6lcbVxUMUf3SSz1FiM//DFBtGkX5MOWTa19MWycwsEIQeeP6g==", + "version": "0.241.1", + "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.241.1.tgz", + "integrity": "sha512-eG4DAf/Z6Pyd1+aPTjOtohaQ8OxiNHU+NDvZXYHgUlyr5ZzkbevzzCM8SJ4JQLOjBcEeLYDXnrru90sKMzZIaQ==", "license": "MPL-2.0", "dependencies": { "@ag-grid-community/locale": "^35.3.1", diff --git a/package.json b/package.json index 25c326f9f3..89fc7b081e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@gridsuite/commons-ui": "0.241.0", + "@gridsuite/commons-ui": "0.241.1", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^4.1.3", "@mui/icons-material": "^6.5.0",