Skip to content

Commit

Permalink
update @types/node to latest v10 (elastic#32306) (elastic#32324)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored Mar 1, 2019
1 parent aa73d53 commit 1d93e8d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -427,4 +427,4 @@
"node": "10.15.2",
"yarn": "^1.10.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/kbn-pm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"resolutions": {
"**/@types/node": "10.12.12",
"**/@types/node": "10.12.27",
"@types/react": "16.3.14"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1881,10 +1881,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/[email protected].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/[email protected].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"
Expand Down

0 comments on commit 1d93e8d

Please sign in to comment.