From fd0bb89a3f56e6584b221e3adf8fa6fde973dc19 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 19 Jun 2024 11:17:18 +0900 Subject: [PATCH] Npm link @mui to tslib/react in optuna_dashboard --- optuna_dashboard/package-lock.json | 221 ++--------------------------- optuna_dashboard/package.json | 5 +- 2 files changed, 12 insertions(+), 214 deletions(-) diff --git a/optuna_dashboard/package-lock.json b/optuna_dashboard/package-lock.json index 2e7b0152..45c70740 100644 --- a/optuna_dashboard/package-lock.json +++ b/optuna_dashboard/package-lock.json @@ -11,9 +11,10 @@ "dependencies": { "@emotion/react": "file:../tslib/react/node_modules/@emotion/react", "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.15.6", + "@mui/icons-material": "file:../tslib/react/node_modules/@mui/icons-material", "@mui/lab": "^5.0.0-alpha.162", - "@mui/material": "^5.15.6", + "@mui/material": "file:../tslib/react/node_modules/@mui/material", + "@mui/system": "file:../tslib/react/node_modules/@mui/system", "@optuna/react": "../tslib/react", "@react-three/drei": "^9.96.4", "@react-three/fiber": "^8.15.15", @@ -13705,17 +13706,6 @@ "version": "1.9.0", "license": "MIT" }, - "node_modules/@emotion/cache": { - "version": "11.11.0", - "license": "MIT", - "dependencies": { - "@emotion/memoize": "^0.8.1", - "@emotion/sheet": "^1.2.2", - "@emotion/utils": "^1.2.1", - "@emotion/weak-memoize": "^0.3.1", - "stylis": "4.2.0" - } - }, "node_modules/@emotion/hash": { "version": "0.9.1", "license": "MIT" @@ -13746,10 +13736,6 @@ "csstype": "^3.0.2" } }, - "node_modules/@emotion/sheet": { - "version": "1.2.2", - "license": "MIT" - }, "node_modules/@emotion/styled": { "version": "11.11.5", "license": "MIT", @@ -13786,10 +13772,6 @@ "version": "1.2.1", "license": "MIT" }, - "node_modules/@emotion/weak-memoize": { - "version": "0.3.1", - "license": "MIT" - }, "node_modules/@esbuild/darwin-x64": { "version": "0.20.2", "cpu": [ @@ -13926,37 +13908,9 @@ } } }, - "node_modules/@mui/core-downloads-tracker": { - "version": "5.15.20", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - } - }, "node_modules/@mui/icons-material": { - "version": "5.15.20", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.9" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@mui/material": "^5.0.0", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } + "resolved": "../tslib/react/node_modules/@mui/icons-material", + "link": true }, "node_modules/@mui/lab": { "version": "5.0.0-alpha.170", @@ -13998,140 +13952,12 @@ } }, "node_modules/@mui/material": { - "version": "5.15.20", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.9", - "@mui/base": "5.0.0-beta.40", - "@mui/core-downloads-tracker": "^5.15.20", - "@mui/system": "^5.15.20", - "@mui/types": "^7.2.14", - "@mui/utils": "^5.15.20", - "@types/react-transition-group": "^4.4.10", - "clsx": "^2.1.0", - "csstype": "^3.1.3", - "prop-types": "^15.8.1", - "react-is": "^18.2.0", - "react-transition-group": "^4.4.5" - }, - "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", - "@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/private-theming": { - "version": "5.15.20", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.9", - "@mui/utils": "^5.15.20", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/styled-engine": { - "version": "5.15.14", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.9", - "@emotion/cache": "^11.11.0", - "csstype": "^3.1.3", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.4.1", - "@emotion/styled": "^11.3.0", - "react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - } - } + "resolved": "../tslib/react/node_modules/@mui/material", + "link": true }, "node_modules/@mui/system": { - "version": "5.15.20", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.9", - "@mui/private-theming": "^5.15.20", - "@mui/styled-engine": "^5.15.14", - "@mui/types": "^7.2.14", - "@mui/utils": "^5.15.20", - "clsx": "^2.1.0", - "csstype": "^3.1.3", - "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", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@types/react": { - "optional": true - } - } + "resolved": "../tslib/react/node_modules/@mui/system", + "link": true }, "node_modules/@mui/types": { "version": "7.2.14", @@ -14991,13 +14817,6 @@ "@types/react": "*" } }, - "node_modules/@types/react-transition-group": { - "version": "4.4.10", - "license": "MIT", - "dependencies": { - "@types/react": "*" - } - }, "node_modules/@types/stats.js": { "version": "0.17.3", "license": "MIT" @@ -15961,14 +15780,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, "node_modules/draco3d": { "version": "1.5.7", "license": "Apache-2.0" @@ -18453,20 +18264,6 @@ "react": ">= 0.14.0" } }, - "node_modules/react-transition-group": { - "version": "4.4.5", - "license": "BSD-3-Clause", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, "node_modules/react-use-measure": { "version": "2.1.1", "license": "MIT", diff --git a/optuna_dashboard/package.json b/optuna_dashboard/package.json index 9792d462..c7e6f649 100644 --- a/optuna_dashboard/package.json +++ b/optuna_dashboard/package.json @@ -16,9 +16,10 @@ "dependencies": { "@emotion/react": "file:../tslib/react/node_modules/@emotion/react", "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.15.6", + "@mui/icons-material": "file:../tslib/react/node_modules/@mui/icons-material", "@mui/lab": "^5.0.0-alpha.162", - "@mui/material": "^5.15.6", + "@mui/material": "file:../tslib/react/node_modules/@mui/material", + "@mui/system": "file:../tslib/react/node_modules/@mui/system", "@optuna/react": "../tslib/react", "@react-three/drei": "^9.96.4", "@react-three/fiber": "^8.15.15",