mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Npm link @types/react to tslib/react
This commit is contained in:
Generated
+11
-8
@@ -45,7 +45,7 @@
|
||||
"@babel/preset-env": "^7.23.9",
|
||||
"@optuna/types": "../tslib/types/",
|
||||
"@types/plotly.js": "^2.12.32",
|
||||
"@types/react": "^18.2.48",
|
||||
"@types/react": "file:../tslib/react/node_modules/@types/react",
|
||||
"@types/react-dom": "^18.2.18",
|
||||
"@types/react-syntax-highlighter": "^15.5.11",
|
||||
"compression-webpack-plugin": "^11.0.0",
|
||||
@@ -118,6 +118,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"../tslib/react/node_modules/@types/react": {
|
||||
"version": "18.2.77",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"csstype": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"../tslib/react/node_modules/react": {
|
||||
"version": "18.2.0",
|
||||
"license": "MIT",
|
||||
@@ -3579,13 +3587,8 @@
|
||||
"integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q=="
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.79",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.79.tgz",
|
||||
"integrity": "sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"csstype": "^3.0.2"
|
||||
}
|
||||
"resolved": "../tslib/react/node_modules/@types/react",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@types/react-dom": {
|
||||
"version": "18.2.25",
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"@babel/preset-env": "^7.23.9",
|
||||
"@optuna/types": "../tslib/types/",
|
||||
"@types/plotly.js": "^2.12.32",
|
||||
"@types/react": "^18.2.48",
|
||||
"@types/react": "file:../tslib/react/node_modules/@types/react",
|
||||
"@types/react-dom": "^18.2.18",
|
||||
"@types/react-syntax-highlighter": "^15.5.11",
|
||||
"compression-webpack-plugin": "^11.0.0",
|
||||
|
||||
Generated
+11
-8
@@ -26,7 +26,7 @@
|
||||
"devDependencies": {
|
||||
"@optuna/types": "../tslib/types",
|
||||
"@types/plotly.js": "^2.29.2",
|
||||
"@types/react": "^18.2.64",
|
||||
"@types/react": "file:../tslib/react/node_modules/@types/react",
|
||||
"@types/react-dom": "^18.2.21",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
@@ -136,6 +136,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"../tslib/react/node_modules/@types/react": {
|
||||
"version": "18.2.77",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"csstype": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"../tslib/react/node_modules/react": {
|
||||
"version": "18.2.0",
|
||||
"license": "MIT",
|
||||
@@ -1642,13 +1650,8 @@
|
||||
"integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q=="
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.74",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.74.tgz",
|
||||
"integrity": "sha512-9AEqNZZyBx8OdZpxzQlaFEVCSFUM2YXJH46yPOiOpm078k6ZLOCcuAzGum/zK8YBwY+dbahVNbHrbgrAwIRlqw==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"csstype": "^3.0.2"
|
||||
}
|
||||
"resolved": "../tslib/react/node_modules/@types/react",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@types/react-dom": {
|
||||
"version": "18.2.23",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"devDependencies": {
|
||||
"@optuna/types": "../tslib/types",
|
||||
"@types/plotly.js": "^2.29.2",
|
||||
"@types/react": "^18.2.64",
|
||||
"@types/react": "file:../tslib/react/node_modules/@types/react",
|
||||
"@types/react-dom": "^18.2.21",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
|
||||
Reference in New Issue
Block a user