diff --git a/package-lock.json b/package-lock.json index 7039cb6..c16fc81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.8.2", "@emotion/styled": "^11.8.1", - "@gridsuite/commons-ui": "^0.35.6", + "@gridsuite/commons-ui": "0.41.0", "@hookform/resolvers": "^3.3.1", "@mui/icons-material": "^5.5.1", "@mui/lab": "^5.0.0-alpha.75", @@ -2458,9 +2458,9 @@ } }, "node_modules/@gridsuite/commons-ui": { - "version": "0.35.6", - "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.35.6.tgz", - "integrity": "sha512-R2gptj1qn7IQitdehUoHc1U71yLC1tDGs7krjuFmtqUvLvjlRtKrR8V9wlK4kif61IEHuRIuVyXc/WKX24z/9w==", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.41.0.tgz", + "integrity": "sha512-GxRZBWhvXxVKgXAg6HIWX+t2UpCTdgkKlnwjceLY5FxaZcBCaNAISzz7HNGYtAvj3gePNlKGSeGNNQcoOe9pRA==", "dependencies": { "autosuggest-highlight": "^3.2.0", "clsx": "^1.0.4", @@ -2473,8 +2473,8 @@ "react-virtualized": "^9.21.2" }, "engines": { - "node": ">=12 <=14", - "npm": "<=6" + "node": ">=18", + "npm": ">=9" }, "peerDependencies": { "@emotion/react": "^11.8.1", @@ -2483,7 +2483,7 @@ "@mui/icons-material": "^5.5.0", "@mui/lab": "^5.0.0-alpha.72", "@mui/material": "^5.5.0", - "notistack": "^2.0.3", + "notistack": "^3.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-hook-form": "^7.41.0", diff --git a/package.json b/package.json index 53cbac3..10cf182 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.35.6", + "@gridsuite/commons-ui": "0.41.0", "@hookform/resolvers": "^3.3.1", "@mui/icons-material": "^5.5.1", "@mui/lab": "^5.0.0-alpha.75",