Npm link @types/react to tslib/react

This commit is contained in:
porink0424
2024-06-12 17:59:58 +09:00
parent b6149490bb
commit 956bf22ca8
4 changed files with 24 additions and 18 deletions
+11 -8
View File
@@ -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",
+1 -1
View File
@@ -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",
+11 -8
View File
@@ -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",
+1 -1
View File
@@ -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",