From 8e66f826346dea5731d82f43dfb90bcc397bda1f Mon Sep 17 00:00:00 2001 From: David BRAQUART Date: Fri, 13 Feb 2026 10:46:56 +0100 Subject: [PATCH] chore: bump commons-ui 0.165.0 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 6439f3522e..88137c62cc 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.164.0", + "@gridsuite/commons-ui": "0.165.0", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^4.1.3", "@mui/icons-material": "^5.18.0", @@ -3289,9 +3289,9 @@ } }, "node_modules/@gridsuite/commons-ui": { - "version": "0.164.0", - "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.164.0.tgz", - "integrity": "sha512-P30cLVCu6osHgcp33CCHJlJ2NHcrJZl/coc5yw/yBq97uM7cIVgf5YzjzBOZRu9sXFgoZCFHmwNB5baYgfpo8A==", + "version": "0.165.0", + "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.165.0.tgz", + "integrity": "sha512-OiNYe+C7C4TEFRKqbp3yIo+ZRkrdrye481HJ0YZTsWCJwV/gOAjAHK19TegV8/9y2IahdbqKQ4gQai53eUiL0w==", "license": "MPL-2.0", "dependencies": { "@ag-grid-community/locale": "^33.3.2", diff --git a/package.json b/package.json index 58924a3566..03f8d5cd20 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.164.0", + "@gridsuite/commons-ui": "0.165.0", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^4.1.3", "@mui/icons-material": "^5.18.0",