From 6f486731d22619d5721e55a715531503728b666f Mon Sep 17 00:00:00 2001 From: Sylvain Bouzols Date: Mon, 31 Oct 2022 15:57:10 +0100 Subject: [PATCH] chore: update commons-ui version to v0.27.2 (#84) Signed-off-by: sBouzols --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0853fba..284c40e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1659,9 +1659,9 @@ } }, "@gridsuite/commons-ui": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.27.0.tgz", - "integrity": "sha512-47HLg0o4wowM6I9u1TKH4a4KAC9WlQ7Wm0gA2CA8x0n6Z6UDN2U3wCeTMy9NEQHjcwO9IaoObomQQMpojeMNvg==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.27.2.tgz", + "integrity": "sha512-a608FrTjTP39W3Z8EnnedrtlMGr/3LxFQ3gc3eaBbtwKHSn6FBm/XoATS9O9jgcPOh9T5srQU29LKcZraGgI/A==", "requires": { "autosuggest-highlight": "^3.2.0", "clsx": "^1.0.4", diff --git a/package.json b/package.json index c301fab..b3eb3c9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@emotion/react": "^11.8.2", "@emotion/styled": "^11.8.1", - "@gridsuite/commons-ui": "0.27.0", + "@gridsuite/commons-ui": "0.27.2", "@mui/icons-material": "^5.5.1", "@mui/lab": "^5.0.0-alpha.75", "@mui/material": "^5.5.3",