From ceb5d8d8d8b3bf6945a3e53e05345a170d7ab818 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 19 Jun 2024 12:15:06 +0900 Subject: [PATCH] Npm link @mui/lab & @emotion to tslib/react in optuna_dashboard --- optuna_dashboard/package-lock.json | 466 ++++++----------------------- optuna_dashboard/package.json | 4 +- 2 files changed, 87 insertions(+), 383 deletions(-) diff --git a/optuna_dashboard/package-lock.json b/optuna_dashboard/package-lock.json index 534d0fd0..d039bfe3 100644 --- a/optuna_dashboard/package-lock.json +++ b/optuna_dashboard/package-lock.json @@ -10,9 +10,9 @@ "license": "MIT", "dependencies": { "@emotion/react": "file:../tslib/react/node_modules/@emotion/react", - "@emotion/styled": "^11.11.0", + "@emotion/styled": "file:../tslib/react/node_modules/@emotion/styled", "@mui/icons-material": "file:../tslib/react/node_modules/@mui/icons-material", - "@mui/lab": "^5.0.0-alpha.162", + "@mui/lab": "file:../tslib/react/node_modules/@mui/lab", "@mui/material": "file:../tslib/react/node_modules/@mui/material", "@mui/system": "file:../tslib/react/node_modules/@mui/system", "@optuna/react": "../tslib/react", @@ -69,6 +69,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", @@ -2338,6 +2339,45 @@ } } }, + "../tslib/react/node_modules/@mui/lab": { + "version": "5.0.0-alpha.170", + "license": "MIT", + "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 + } + } + }, "../tslib/react/node_modules/@mui/material": { "version": "5.15.20", "license": "MIT", @@ -12124,6 +12164,7 @@ }, "node_modules/@babel/code-frame": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/highlight": "^7.24.7", @@ -12172,6 +12213,7 @@ }, "node_modules/@babel/generator": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.24.7", @@ -12276,6 +12318,7 @@ }, "node_modules/@babel/helper-environment-visitor": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" @@ -12286,6 +12329,7 @@ }, "node_modules/@babel/helper-function-name": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/template": "^7.24.7", @@ -12297,6 +12341,7 @@ }, "node_modules/@babel/helper-hoist-variables": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" @@ -12319,6 +12364,7 @@ }, "node_modules/@babel/helper-module-imports": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", @@ -12423,6 +12469,7 @@ }, "node_modules/@babel/helper-split-export-declaration": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" @@ -12433,6 +12480,7 @@ }, "node_modules/@babel/helper-string-parser": { "version": "7.24.7", + "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -12440,6 +12488,7 @@ }, "node_modules/@babel/helper-validator-identifier": { "version": "7.24.7", + "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -12481,6 +12530,7 @@ }, "node_modules/@babel/highlight": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.24.7", @@ -12494,6 +12544,7 @@ }, "node_modules/@babel/parser": { "version": "7.24.7", + "dev": true, "license": "MIT", "bin": { "parser": "bin/babel-parser.js" @@ -13637,6 +13688,7 @@ }, "node_modules/@babel/template": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", @@ -13649,6 +13701,7 @@ }, "node_modules/@babel/traverse": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", @@ -13668,6 +13721,7 @@ }, "node_modules/@babel/types": { "version": "7.24.7", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.24.7", @@ -13686,92 +13740,13 @@ "node": ">=10.0.0" } }, - "node_modules/@emotion/babel-plugin": { - "version": "11.11.0", - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.1", - "@emotion/memoize": "^0.8.1", - "@emotion/serialize": "^1.1.2", - "babel-plugin-macros": "^3.1.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/babel-plugin/node_modules/convert-source-map": { - "version": "1.9.0", - "license": "MIT" - }, - "node_modules/@emotion/hash": { - "version": "0.9.1", - "license": "MIT" - }, - "node_modules/@emotion/is-prop-valid": { - "version": "1.2.2", - "license": "MIT", - "dependencies": { - "@emotion/memoize": "^0.8.1" - } - }, - "node_modules/@emotion/memoize": { - "version": "0.8.1", - "license": "MIT" - }, "node_modules/@emotion/react": { "resolved": "../tslib/react/node_modules/@emotion/react", "link": true }, - "node_modules/@emotion/serialize": { - "version": "1.1.4", - "license": "MIT", - "dependencies": { - "@emotion/hash": "^0.9.1", - "@emotion/memoize": "^0.8.1", - "@emotion/unitless": "^0.8.1", - "@emotion/utils": "^1.2.1", - "csstype": "^3.0.2" - } - }, "node_modules/@emotion/styled": { - "version": "11.11.5", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.11.0", - "@emotion/is-prop-valid": "^1.2.2", - "@emotion/serialize": "^1.1.4", - "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", - "@emotion/utils": "^1.2.1" - }, - "peerDependencies": { - "@emotion/react": "^11.0.0-rc.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/unitless": { - "version": "0.8.1", - "license": "MIT" - }, - "node_modules/@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.0.1", - "license": "MIT", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@emotion/utils": { - "version": "1.2.1", - "license": "MIT" + "resolved": "../tslib/react/node_modules/@emotion/styled", + "link": true }, "node_modules/@esbuild/darwin-x64": { "version": "0.20.2", @@ -13788,38 +13763,9 @@ "node": ">=12" } }, - "node_modules/@floating-ui/core": { - "version": "1.6.2", - "license": "MIT", - "dependencies": { - "@floating-ui/utils": "^0.2.0" - } - }, - "node_modules/@floating-ui/dom": { - "version": "1.6.5", - "license": "MIT", - "dependencies": { - "@floating-ui/core": "^1.0.0", - "@floating-ui/utils": "^0.2.0" - } - }, - "node_modules/@floating-ui/react-dom": { - "version": "2.1.0", - "license": "MIT", - "dependencies": { - "@floating-ui/dom": "^1.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@floating-ui/utils": { - "version": "0.2.2", - "license": "MIT" - }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", + "dev": true, "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", @@ -13832,6 +13778,7 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", + "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -13839,6 +13786,7 @@ }, "node_modules/@jridgewell/set-array": { "version": "1.2.1", + "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -13855,10 +13803,12 @@ }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.15", + "dev": true, "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", + "dev": true, "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -13879,78 +13829,13 @@ "three": ">= 0.159.0" } }, - "node_modules/@mui/base": { - "version": "5.0.0-beta.40", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.9", - "@floating-ui/react-dom": "^2.0.8", - "@mui/types": "^7.2.14", - "@mui/utils": "^5.15.14", - "@popperjs/core": "^2.11.8", - "clsx": "^2.1.0", - "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", - "react-dom": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, "node_modules/@mui/icons-material": { "resolved": "../tslib/react/node_modules/@mui/icons-material", "link": true }, "node_modules/@mui/lab": { - "version": "5.0.0-alpha.170", - "license": "MIT", - "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 - } - } + "resolved": "../tslib/react/node_modules/@mui/lab", + "link": true }, "node_modules/@mui/material": { "resolved": "../tslib/react/node_modules/@mui/material", @@ -13960,44 +13845,6 @@ "resolved": "../tslib/react/node_modules/@mui/system", "link": true }, - "node_modules/@mui/types": { - "version": "7.2.14", - "license": "MIT", - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/utils": { - "version": "5.15.20", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.9", - "@types/prop-types": "^15.7.11", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" - }, - "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/@optuna/react": { "resolved": "../tslib/react", "link": true @@ -14006,14 +13853,6 @@ "resolved": "../tslib/types", "link": true }, - "node_modules/@popperjs/core": { - "version": "2.11.8", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, "node_modules/@react-spring/animated": { "version": "9.6.1", "license": "MIT", @@ -14778,19 +14617,11 @@ "@types/node": "*" } }, - "node_modules/@types/parse-json": { - "version": "4.0.2", - "license": "MIT" - }, "node_modules/@types/plotly.js": { "version": "2.29.5", "dev": true, "license": "MIT" }, - "node_modules/@types/prop-types": { - "version": "15.7.12", - "license": "MIT" - }, "node_modules/@types/react": { "resolved": "../tslib/react/node_modules/@types/react", "link": true @@ -15113,6 +14944,7 @@ }, "node_modules/ansi-styles": { "version": "3.2.1", + "dev": true, "license": "MIT", "dependencies": { "color-convert": "^1.9.0" @@ -15134,19 +14966,6 @@ "proxy-from-env": "^1.1.0" } }, - "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.11", "dev": true, @@ -15293,13 +15112,6 @@ "dev": true, "license": "MIT" }, - "node_modules/callsites": { - "version": "3.1.0", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/camera-controls": { "version": "2.8.5", "license": "MIT", @@ -15336,6 +15148,7 @@ }, "node_modules/chalk": { "version": "2.4.2", + "dev": true, "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", @@ -15348,6 +15161,7 @@ }, "node_modules/chalk/node_modules/escape-string-regexp": { "version": "1.0.5", + "dev": true, "license": "MIT", "engines": { "node": ">=0.8.0" @@ -15410,15 +15224,9 @@ "node": ">=6" } }, - "node_modules/clsx": { - "version": "2.1.1", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/color-convert": { "version": "1.9.3", + "dev": true, "license": "MIT", "dependencies": { "color-name": "1.1.3" @@ -15426,6 +15234,7 @@ }, "node_modules/color-name": { "version": "1.1.3", + "dev": true, "license": "MIT" }, "node_modules/colorette": { @@ -15494,20 +15303,6 @@ "url": "https://opencollective.com/core-js" } }, - "node_modules/cosmiconfig": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/cross-env": { "version": "7.0.3", "license": "MIT", @@ -15615,7 +15410,8 @@ }, "node_modules/csstype": { "version": "3.1.3", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/d3-color": { "version": "3.1.0", @@ -15835,13 +15631,6 @@ "node": ">=4" } }, - "node_modules/error-ex": { - "version": "1.3.2", - "license": "MIT", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, "node_modules/es-module-lexer": { "version": "1.5.3", "dev": true, @@ -15909,16 +15698,6 @@ "node": ">=6" } }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint-scope": { "version": "5.1.1", "dev": true, @@ -16037,10 +15816,6 @@ "node": ">=8" } }, - "node_modules/find-root": { - "version": "1.1.0", - "license": "MIT" - }, "node_modules/find-up": { "version": "4.1.0", "dev": true, @@ -16099,6 +15874,7 @@ }, "node_modules/function-bind": { "version": "1.1.2", + "dev": true, "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" @@ -16130,6 +15906,7 @@ }, "node_modules/globals": { "version": "11.12.0", + "dev": true, "license": "MIT", "engines": { "node": ">=4" @@ -16157,6 +15934,7 @@ }, "node_modules/has-flag": { "version": "3.0.0", + "dev": true, "license": "MIT", "engines": { "node": ">=4" @@ -16164,6 +15942,7 @@ }, "node_modules/hasown": { "version": "2.0.2", + "dev": true, "license": "MIT", "dependencies": { "function-bind": "^1.1.2" @@ -16519,20 +16298,6 @@ "version": "3.0.6", "license": "MIT" }, - "node_modules/import-fresh": { - "version": "3.3.0", - "license": "MIT", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/import-local": { "version": "3.1.0", "dev": true, @@ -16583,12 +16348,9 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "license": "MIT" - }, "node_modules/is-core-module": { "version": "2.13.1", + "dev": true, "license": "MIT", "dependencies": { "hasown": "^2.0.0" @@ -16758,6 +16520,7 @@ }, "node_modules/jsesc": { "version": "2.5.2", + "dev": true, "license": "MIT", "bin": { "jsesc": "bin/jsesc" @@ -16768,6 +16531,7 @@ }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", + "dev": true, "license": "MIT" }, "node_modules/json-schema-traverse": { @@ -16815,10 +16579,6 @@ "immediate": "~3.0.5" } }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "license": "MIT" - }, "node_modules/loader-runner": { "version": "4.3.0", "dev": true, @@ -17869,16 +17629,6 @@ "version": "5.4.1", "license": "MIT" }, - "node_modules/parent-module": { - "version": "1.0.1", - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/parse-entities": { "version": "4.0.1", "license": "MIT", @@ -17901,22 +17651,6 @@ "version": "2.0.10", "license": "MIT" }, - "node_modules/parse-json": { - "version": "5.2.0", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/parse5": { "version": "7.1.2", "license": "MIT", @@ -17944,17 +17678,12 @@ }, "node_modules/path-parse": { "version": "1.0.7", + "dev": true, "license": "MIT" }, - "node_modules/path-type": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/picocolors": { "version": "1.0.1", + "dev": true, "license": "ISC" }, "node_modules/picomatch": { @@ -18181,10 +17910,6 @@ "loose-envify": "^1.1.0" } }, - "node_modules/react-is": { - "version": "18.3.1", - "license": "MIT" - }, "node_modules/react-markdown": { "version": "9.0.1", "license": "MIT", @@ -18595,6 +18320,7 @@ }, "node_modules/resolve": { "version": "1.22.8", + "dev": true, "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", @@ -18627,13 +18353,6 @@ "node": ">=8" } }, - "node_modules/resolve-from": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/resolve-pkg-maps": { "version": "1.0.0", "dev": true, @@ -18753,13 +18472,6 @@ "dev": true, "license": "MIT" }, - "node_modules/source-map": { - "version": "0.5.7", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/source-map-js": { "version": "1.2.0", "license": "BSD-3-Clause", @@ -18871,12 +18583,9 @@ "inline-style-parser": "0.2.3" } }, - "node_modules/stylis": { - "version": "4.2.0", - "license": "MIT" - }, "node_modules/supports-color": { "version": "5.5.0", + "dev": true, "license": "MIT", "dependencies": { "has-flag": "^3.0.0" @@ -18887,6 +18596,7 @@ }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", + "dev": true, "license": "MIT", "engines": { "node": ">= 0.4" @@ -19042,6 +18752,7 @@ }, "node_modules/to-fast-properties": { "version": "2.0.0", + "dev": true, "license": "MIT", "engines": { "node": ">=4" @@ -19868,13 +19579,6 @@ "dev": true, "license": "ISC" }, - "node_modules/yaml": { - "version": "1.10.2", - "license": "ISC", - "engines": { - "node": ">= 6" - } - }, "node_modules/zustand": { "version": "3.7.2", "license": "MIT", diff --git a/optuna_dashboard/package.json b/optuna_dashboard/package.json index c7e6f649..12dadc4e 100644 --- a/optuna_dashboard/package.json +++ b/optuna_dashboard/package.json @@ -15,9 +15,9 @@ "license": "MIT", "dependencies": { "@emotion/react": "file:../tslib/react/node_modules/@emotion/react", - "@emotion/styled": "^11.11.0", + "@emotion/styled": "file:../tslib/react/node_modules/@emotion/styled", "@mui/icons-material": "file:../tslib/react/node_modules/@mui/icons-material", - "@mui/lab": "^5.0.0-alpha.162", + "@mui/lab": "file:../tslib/react/node_modules/@mui/lab", "@mui/material": "file:../tslib/react/node_modules/@mui/material", "@mui/system": "file:../tslib/react/node_modules/@mui/system", "@optuna/react": "../tslib/react",