From 91dbdd3478dffbe9dd8df53013a65993733e7803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:54:55 +0100 Subject: [PATCH] build(deps): bump material-ui-popup-state from 5.3.1 to 5.3.3 (#1918) Bumps [material-ui-popup-state](https://github.com/jcoreio/material-ui-popup-state) from 5.3.1 to 5.3.3. - [Release notes](https://github.com/jcoreio/material-ui-popup-state/releases) - [Changelog](https://github.com/jcoreio/material-ui-popup-state/blob/master/release.config.cjs) - [Commits](https://github.com/jcoreio/material-ui-popup-state/compare/v5.3.1...v5.3.3) --- updated-dependencies: - dependency-name: material-ui-popup-state dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b211d888..870629c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "jsroot": "^7.8.0", "keycloak-js": "^26.0.7", "ky": "^1.7.3", - "material-ui-popup-state": "^5.3.1", + "material-ui-popup-state": "^5.3.3", "notistack": "^3.0.1", "object-hash": "^3.0.0", "pyodide": "^0.26.4", @@ -18659,14 +18659,12 @@ } }, "node_modules/material-ui-popup-state": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/material-ui-popup-state/-/material-ui-popup-state-5.3.1.tgz", - "integrity": "sha512-mmx1DsQwF/2cmcpHvS/QkUwOQG2oAM+cDEQU0DaZVYnvwKyTB3AFgu8l1/E+LQFausmzpSJoljwQSZXkNvt7eA==", - "license": "MIT", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/material-ui-popup-state/-/material-ui-popup-state-5.3.3.tgz", + "integrity": "sha512-eaoA4y965neZw1/iPYZ7haCGO369m5QXJT35e0RStzHd4lgrd6PC+UYkYTIRGTrNt+8Vbx8qtYUFDzRjjAGwnw==", "dependencies": { "@babel/runtime": "^7.20.6", "@types/prop-types": "^15.7.3", - "@types/react": "^18.0.26", "classnames": "^2.2.6", "prop-types": "^15.7.2" }, @@ -18675,7 +18673,13 @@ }, "peerDependencies": { "@mui/material": "^5.0.0 || ^6.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "@types/react": "^16.8.0 || ^17 || ^18 || ^19", + "react": "^16.8.0 || ^17 || ^18 || ^19" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, "node_modules/mathjax": { diff --git a/package.json b/package.json index 2feb6bb6..78b9b101 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "keycloak-js": "^26.0.7", "jsroot": "^7.8.0", "ky": "^1.7.3", - "material-ui-popup-state": "^5.3.1", + "material-ui-popup-state": "^5.3.3", "notistack": "^3.0.1", "object-hash": "^3.0.0", "pyodide": "^0.26.4",