Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRens Baardman <git@rensbaardman.nl>2019-06-11 16:38:41 +0300
committerRens Baardman <git@rensbaardman.nl>2019-06-11 16:38:41 +0300
commitc18cfcea5039be5cbf840e465a3685d0c68ca7d3 (patch)
tree356801082344253b3a29cc7f3119788bbe1a6a52 /package.json
parent5bea3d816d0258e5204f1b49b08b9fb302ac53e1 (diff)
Update dependenciesupdate-dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 45f37ed..f196a6a 100644
--- a/package.json
+++ b/package.json
@@ -30,9 +30,9 @@
"url": "git://github.com/jhnns/rewire.git"
},
"devDependencies": {
- "coffeescript": "^2.1.1",
+ "coffeescript": "^2.4.1",
"expect.js": "^0.3.1",
- "mocha": "^4.0.1"
+ "mocha": "^6.1.4"
},
"license": "MIT",
"scripts": {
@@ -40,6 +40,6 @@
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
},
"dependencies": {
- "eslint": "^4.19.1"
+ "eslint": "^5.16.0"
}
}