update @types/node to latest v10 (#32306) (#32324)

This commit is contained in:
Mikhail Shustov 2019-03-01 19:11:39 +01:00 committed by GitHub
parent aa73d53e96
commit 1d93e8db8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View file

@ -89,7 +89,7 @@
"url": "https://github.com/elastic/kibana.git"
},
"resolutions": {
"**/@types/node": "10.12.12",
"**/@types/node": "10.12.27",
"@types/react": "16.3.14"
},
"workspaces": {
@ -307,7 +307,7 @@
"@types/minimatch": "^2.0.29",
"@types/moment-timezone": "^0.5.8",
"@types/mustache": "^0.8.31",
"@types/node": "^10.12.12",
"@types/node": "^10.12.27",
"@types/opn": "^5.1.0",
"@types/podium": "^1.0.0",
"@types/prop-types": "^15.5.3",
@ -427,4 +427,4 @@
"node": "10.15.2",
"yarn": "^1.10.1"
}
}
}

View file

@ -25,7 +25,7 @@
"@types/log-symbols": "^2.0.0",
"@types/mkdirp": "^0.5.2",
"@types/ncp": "^2.0.1",
"@types/node": "^10.12.12",
"@types/node": "^10.12.27",
"@types/ora": "^1.3.2",
"@types/read-pkg": "^3.0.0",
"@types/strip-ansi": "^3.0.0",

View file

@ -22,7 +22,7 @@
}
},
"resolutions": {
"**/@types/node": "10.12.12",
"**/@types/node": "10.12.27",
"@types/react": "16.3.14"
},
"devDependencies": {

View file

@ -1881,10 +1881,10 @@
dependencies:
"@types/node" "*"
"@types/node@*", "@types/node@10.12.12", "@types/node@>=6.0.0", "@types/node@^10.12.12":
version "10.12.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.12.tgz#e15a9d034d9210f00320ef718a50c4a799417c47"
integrity sha512-Pr+6JRiKkfsFvmU/LK68oBRCQeEg36TyAbPhc2xpez24OOZZCuoIhWGTd39VZy6nGafSbxzGouFPTFD/rR1A0A==
"@types/node@*", "@types/node@10.12.27", "@types/node@>=6.0.0", "@types/node@^10.12.27":
version "10.12.27"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.27.tgz#eb3843f15d0ba0986cc7e4d734d2ee8b50709ef8"
integrity sha512-e9wgeY6gaY21on3ve0xAjgBVjGDWq/xUteK0ujsE53bUoxycMkqfnkUgMt6ffZtykZ5X12Mg3T7Pw4TRCObDKg==
"@types/normalize-package-data@*":
version "2.4.0"