From aec8aac8dee81418b32e7e857e1f088c83fbe73d Mon Sep 17 00:00:00 2001 From: David BRAQUART Date: Thu, 20 Aug 2026 20:09:02 +0200 Subject: [PATCH] use common 0.272.1 Signed-off-by: David BRAQUART --- 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 d68395ffa..186b144ea 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.271.0", + "@gridsuite/commons-ui": "0.272.1", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^4.1.3", "@mui/icons-material": "^7.3.11", @@ -3322,9 +3322,9 @@ } }, "node_modules/@gridsuite/commons-ui": { - "version": "0.271.0", - "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.271.0.tgz", - "integrity": "sha512-TZsXEW0ZSyHeMdcOV5eDaASifr8WEdLrw09+nrW1BuofLc8s6nmb1/+ayTEKolWePt+xy9oe/bRy/lAaWkDUPA==", + "version": "0.272.1", + "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.272.1.tgz", + "integrity": "sha512-tLIDY+slUV/N81HkuzctLCx0Wl9YTGKMxrn3o/TIOH6mjFAUVme4P2Osy8Tu+njAU6b4/SzDcTGMfEAVwSomPw==", "license": "MPL-2.0", "dependencies": { "@ag-grid-community/locale": "^35.3.1", diff --git a/package.json b/package.json index a6218c9df..b9229c338 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@gridsuite/commons-ui": "0.271.0", + "@gridsuite/commons-ui": "0.272.1", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^4.1.3", "@mui/icons-material": "^7.3.11",