Skip to content

Commit cf5125c

Browse files
committed
Updated dev dependencies
1 parent 83f3b3d commit cf5125c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"scripts": {
2323
"test": "node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly --",
2424
"pretest": "standard | snazzy",
25-
"tslint": "tslint types/**/*.d.ts",
25+
"tslint": "if [[ \"`node -v`\" != \"v4.3.2\" ]]; then tslint types/**/*.d.ts; fi",
2626
"typescript-compile-test": "tsc -p test/typescript/tsconfig.json",
2727
"typescript-compile-execute": "node test/typescript/*.js",
2828
"typescript-test": "npm run typescript-compile-test && npm run typescript-compile-execute",
@@ -78,9 +78,9 @@
7878
"xtend": "^4.0.1"
7979
},
8080
"devDependencies": {
81-
"@types/node": "^8.10.14",
81+
"@types/node": "^8.10.21",
8282
"browserify": "^16.2.2",
83-
"codecov": "^3.0.2",
83+
"codecov": "^3.0.4",
8484
"global": "^4.3.2",
8585
"istanbul": "^0.4.5",
8686
"mkdirp": "^0.5.1",
@@ -95,12 +95,12 @@
9595
"snazzy": "^7.1.1",
9696
"standard": "^11.0.1",
9797
"through2": "^2.0.3",
98-
"tslint": "^5.10.0",
99-
"tslint-config-standard": "^7.0.0",
100-
"typescript": "^2.8.3",
101-
"uglify-js": "^3.3.24",
98+
"tslint": "^5.11.0",
99+
"tslint-config-standard": "^7.1.0",
100+
"typescript": "^2.9.2",
101+
"uglify-js": "^3.4.5",
102102
"ws": "^3.3.3",
103-
"zuul": "^3.11.1",
103+
"zuul": "^3.12.0",
104104
"zuul-ngrok": "^4.0.0"
105105
},
106106
"standard": {

0 commit comments

Comments
 (0)