summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/es6-shim/package.json')
-rw-r--r--js/vendor/es6-shim/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/js/vendor/es6-shim/package.json b/js/vendor/es6-shim/package.json
index 078fef095..2e5dc802f 100644
--- a/js/vendor/es6-shim/package.json
+++ b/js/vendor/es6-shim/package.json
@@ -1,6 +1,6 @@
{
"name": "es6-shim",
- "version": "0.27.1",
+ "version": "0.28.1",
"author": "Paul Miller (http://paulmillr.com)",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"keywords": [
@@ -63,17 +63,17 @@
},
"dependencies": {},
"devDependencies": {
- "chai": "^2.1.0",
- "es5-shim": "^4.1.0",
+ "chai": "^2.2.0",
+ "es5-shim": "^4.1.1",
"grunt": "^0.4.5",
- "grunt-contrib-connect": "^0.9.0",
+ "grunt-contrib-connect": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-saucelabs": "^8.6.0",
"jscs": "^1.11.3",
- "jshint": "^2.6.0",
- "mocha": "^2.1.0",
+ "jshint": "^2.6.3",
+ "mocha": "^2.2.4",
"promises-aplus-tests": "^2.1.0",
"promises-es6-tests": "^0.5.0",
- "uglify-js": "^2.4.16"
+ "uglify-js": "=2.4.17"
}
}