Skip to content

Commit cd8db0b

Browse files
authoredMay 14, 2019
Merge pull request #4194 from strongloop/update-karma-nyc
Drop Node.js 6.x + update Karma and nyc dependencies to their latest versions
2 parents 4b3a3a3 + 686c6fe commit cd8db0b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed
 

‎.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "6"
54
- "8"
65
- "10"
76
- "12"

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "nyc grunt mocha-and-karma"
3535
},
3636
"engines": {
37-
"node": ">=6"
37+
"node": ">=8"
3838
},
3939
"dependencies": {
4040
"async": "^2.0.1",
@@ -80,22 +80,22 @@
8080
"grunt-contrib-uglify": "^3.4.0",
8181
"grunt-contrib-watch": "^1.0.0",
8282
"grunt-eslint": "^21.0.0",
83-
"grunt-karma": "^2.0.0",
83+
"grunt-karma": "^3.0.2",
8484
"grunt-mocha-test": "^0.13.3",
8585
"grunt-run": "^0.8.1",
86-
"karma": "^1.1.2",
87-
"karma-browserify": "^5.1.1",
88-
"karma-chrome-launcher": "^1.0.1",
86+
"karma": "^4.1.0",
87+
"karma-browserify": "^6.0.0",
88+
"karma-chrome-launcher": "^2.2.0",
8989
"karma-es6-shim": "^1.0.0",
9090
"karma-firefox-launcher": "^1.0.0",
9191
"karma-html2js-preprocessor": "^1.0.0",
92-
"karma-junit-reporter": "~1.0.0",
92+
"karma-junit-reporter": "^1.2.0",
9393
"karma-mocha": "^1.1.1",
9494
"karma-script-launcher": "^1.0.0",
9595
"loopback-boot": "^2.7.0",
9696
"loopback-context": "^1.0.0",
9797
"mocha": "^5.2.0",
98-
"nyc": "^10.1.2",
98+
"nyc": "^14.1.1",
9999
"sinon": "^6.1.4",
100100
"sinon-chai": "^3.2.0",
101101
"strong-error-handler": "^3.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.