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:
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"
}
}