From 45a0228a8ab77f6ae5f4248bb0773b6d43ad7b9d Mon Sep 17 00:00:00 2001 From: Sylvain Bouzols Date: Thu, 19 Dec 2024 10:18:47 +0100 Subject: [PATCH] Update to commons-ui v0.75.0 (#2462) Signed-off-by: sBouzols --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3226817bf2..94050b5b03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@gridsuite/commons-ui": "0.73.1", + "@gridsuite/commons-ui": "0.75.0", "@hookform/resolvers": "^3.3.4", "@mui/icons-material": "^5.15.14", "@mui/lab": "5.0.0-alpha.169", @@ -3202,9 +3202,9 @@ } }, "node_modules/@gridsuite/commons-ui": { - "version": "0.73.1", - "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.73.1.tgz", - "integrity": "sha512-VGcZrThKBbHwofCGq7NxomRth0aI3ARr0cyGndnmRe5GF4IOyXysKBqqyt3T/FTJeiD+6flq+T6BW9lk0Bnb5Q==", + "version": "0.75.0", + "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.75.0.tgz", + "integrity": "sha512-yjBjVZZkftRUCV3ZWWYNyfL5uu0a0+PstberxcC7QUulrwGbZuSzYh3F5Nr29qHgNTWxGi/jaz+E+ANkpOGWdw==", "dependencies": { "@react-querybuilder/dnd": "^7.2.0", "@react-querybuilder/material": "^7.2.0", @@ -3221,6 +3221,7 @@ "react-dnd-html5-backend": "^16.0.1", "react-querybuilder": "^7.2.0", "react-virtualized": "^9.22.5", + "reconnecting-websocket": "^4.4.0", "uuid": "^9.0.1" }, "engines": { diff --git a/package.json b/package.json index 980ab99b6a..906b4e4540 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@gridsuite/commons-ui": "0.73.1", + "@gridsuite/commons-ui": "0.75.0", "@hookform/resolvers": "^3.3.4", "@mui/icons-material": "^5.15.14", "@mui/lab": "5.0.0-alpha.169",