Skip to content

Commit a2d78d8

Browse files
committed
dependency bump
1 parent c3ede67 commit a2d78d8

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,36 @@
2121
"devDependencies": {
2222
"browserify": "^13.0.0",
2323
"concat-stream": "^1.5.1",
24-
"envify": "^3.4.0",
25-
"eslint": "^2.8.0",
24+
"envify": "^4.0.0",
25+
"eslint": "^3.11.1",
2626
"expect.js": "^0.3.1",
27-
"jquery": "^2.2.3",
27+
"jquery": "^3.1.1",
2828
"jsdoc": "^3.4.0",
29-
"karma": "^0.13.22",
29+
"karma": "^1.3.0",
3030
"karma-browserify": "^5.0.3",
31-
"karma-chrome-launcher": "^0.2.3",
31+
"karma-chrome-launcher": "^2.0.0",
3232
"karma-eslint": "^2.1.0",
3333
"karma-express-http-server": "0.0.1",
34-
"karma-firefox-launcher": "^0.1.7",
35-
"karma-mocha": "^0.2.2",
36-
"mocha": "^2.4.5",
34+
"karma-firefox-launcher": "^1.0.0",
35+
"karma-mocha": "^1.3.0",
36+
"mocha": "^3.2.0",
3737
"serve-static": "^1.10.2",
3838
"sinon": "^1.17.3",
3939
"uglify-js": "^2.6.2",
4040
"watchify": "^3.7.0",
41-
"watson-developer-cloud": "^1.4.1"
41+
"watson-developer-cloud": "^2.11.1"
4242
},
4343
"dependencies": {
44-
"clone": "^1.0.2",
44+
"clone": "^2.1.0",
4545
"defaults": "^1.0.3",
4646
"get-user-media-promise": "^1.0.0",
47+
"lodash.pullallwith": "^4.7.0",
4748
"microphone-stream": "^3.0.5",
4849
"object.assign": "^4.0.3",
4950
"object.pick": "^1.1.2",
5051
"readable-blob-stream": "^1.1.0",
5152
"websocket": "^1.0.22",
52-
"whatwg-fetch": "^0.11.0"
53+
"whatwg-fetch": "^2.0.1"
5354
},
5455
"homepage": "https://github.com/watson-developer-cloud/speech-javascript-sdk",
5556
"repository": {

0 commit comments

Comments
 (0)