Skip to content

Commit 3135864

Browse files
committed
chore: update dependencies
- Update dependencies as part of process to drop support for versions of Node.js below 4 Closes karma-runner#1812 Closes karma-runner#2688
1 parent 2a847c2 commit 3135864

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@
340340
"graceful-fs": "^4.1.2",
341341
"http-proxy": "^1.13.0",
342342
"isbinaryfile": "^3.0.0",
343-
"lodash": "^3.8.0",
344-
"log4js": "^0.6.31",
343+
"lodash": "^4.17.4",
344+
"log4js": "^1.1.1",
345345
"mime": "^1.3.4",
346346
"minimatch": "^3.0.2",
347347
"optimist": "^0.6.1",
@@ -363,12 +363,12 @@
363363
"chai-as-promised": "^6.0.0",
364364
"chai-subset": "^1.2.2",
365365
"coffee-script": "^1.12.4",
366-
"cucumber": "^1.2.0",
366+
"cucumber": "^2.0.0-rc.9",
367367
"eslint": "^3.15.0",
368-
"eslint-config-standard": "^7.0.0",
368+
"eslint-config-standard": "^10.2.1",
369369
"eslint-plugin-promise": "^3.4.2",
370-
"eslint-plugin-react": "^6.10.0",
371-
"eslint-plugin-standard": "^2.0.1",
370+
"eslint-plugin-react": "^7.0.0",
371+
"eslint-plugin-standard": "^3.0.1",
372372
"grunt": "^1.0.0",
373373
"grunt-auto-release": "^0.0.7",
374374
"grunt-browserify": "^5.0.0",
@@ -414,7 +414,7 @@
414414
"proxyquire": "^1.7.11",
415415
"qunitjs": "^2.1.1",
416416
"requirejs": "^2.1.20",
417-
"sinon": "^1.17.5",
417+
"sinon": "^2.2.0",
418418
"sinon-chai": "^2.7.0",
419419
"supertest": "^3.0.0",
420420
"timer-shim": "^0.3.0",

0 commit comments

Comments
 (0)