From abc531d022ae8414be59276e19392d3a91165dd6 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 19 Jun 2024 12:16:01 +0900 Subject: [PATCH] Add @mui/lab in tslib/react --- tslib/react/package-lock.json | 41 +++++++++++++++++++++++++++++++++++ tslib/react/package.json | 1 + 2 files changed, 42 insertions(+) diff --git a/tslib/react/package-lock.json b/tslib/react/package-lock.json index 5df1896b..1ef5fac4 100644 --- a/tslib/react/package-lock.json +++ b/tslib/react/package-lock.json @@ -12,6 +12,7 @@ "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.10", + "@mui/lab": "^5.0.0-alpha.170", "@mui/material": "^5.15.10", "@mui/system": "^5.15.9", "@optuna/storage": "file:../storage", @@ -2823,6 +2824,46 @@ } } }, + "node_modules/@mui/lab": { + "version": "5.0.0-alpha.170", + "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-5.0.0-alpha.170.tgz", + "integrity": "sha512-0bDVECGmrNjd3+bLdcLiwYZ0O4HP5j5WSQm5DV6iA/Z9kr8O6AnvZ1bv9ImQbbX7Gj3pX4o43EKwCutj3EQxQg==", + "dependencies": { + "@babel/runtime": "^7.23.9", + "@mui/base": "5.0.0-beta.40", + "@mui/system": "^5.15.15", + "@mui/types": "^7.2.14", + "@mui/utils": "^5.15.14", + "clsx": "^2.1.0", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@emotion/react": "^11.5.0", + "@emotion/styled": "^11.3.0", + "@mui/material": ">=5.15.0", + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + }, + "@types/react": { + "optional": true + } + } + }, "node_modules/@mui/material": { "version": "5.15.20", "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.20.tgz", diff --git a/tslib/react/package.json b/tslib/react/package.json index 7e01f28f..cbb072c8 100644 --- a/tslib/react/package.json +++ b/tslib/react/package.json @@ -29,6 +29,7 @@ "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.10", + "@mui/lab": "^5.0.0-alpha.170", "@mui/material": "^5.15.10", "@mui/system": "^5.15.9", "@optuna/storage": "file:../storage",