diff --git a/optuna_dashboard/package-lock.json b/optuna_dashboard/package-lock.json index 3f6bdc50..fb0d76bd 100644 --- a/optuna_dashboard/package-lock.json +++ b/optuna_dashboard/package-lock.json @@ -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", diff --git a/optuna_dashboard/package.json b/optuna_dashboard/package.json index 8781e9bf..538a1e4e 100644 --- a/optuna_dashboard/package.json +++ b/optuna_dashboard/package.json @@ -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", diff --git a/standalone_app/package-lock.json b/standalone_app/package-lock.json index 8d75e29b..8c987551 100644 --- a/standalone_app/package-lock.json +++ b/standalone_app/package-lock.json @@ -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", diff --git a/standalone_app/package.json b/standalone_app/package.json index 7b3d2085..5ed0698b 100644 --- a/standalone_app/package.json +++ b/standalone_app/package.json @@ -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",