chore: support node 10

This commit is contained in:
calebboyd
2018-04-08 23:35:52 -05:00
committed by Caleb Boyd
parent 5ac93b43ec
commit ad41f07d85
6 changed files with 10817 additions and 495 deletions
+7 -5
View File
@@ -43,8 +43,9 @@
"mkdirp": "^0.5.1",
"ora": "^2.0.0",
"pify": "^3.0.0",
"resolve-dependencies": "^1.1.4",
"rimraf": "^2.6.2"
"resolve-dependencies": "^1.2.0-next",
"rimraf": "^2.6.2",
"semver": "^5.5.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
@@ -52,13 +53,14 @@
"@types/globby": "^6.1.0",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^2.2.48",
"@types/ora": "^1.3.3",
"@types/mocha": "^5.0.0",
"@types/ora": "^1.3.4",
"@types/pify": "3.0.1",
"@types/rimraf": "2.0.2",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"execa": "^0.10.0",
"mocha": "^5.0.4",
"mocha": "^5.0.5",
"prettier": "^1.11.1",
"ts-node": "5.0.1",
"tslint": "^5.9.1",