diff options
author | Rob Loach <robloach@gmail.com> | 2015-03-23 10:32:41 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-03-23 10:32:41 -0400 |
commit | f009fb6de75c97102760824dbe39f3470f997594 (patch) | |
tree | c5d7644e225275950aa93c0395f4c9b80352d442 | |
parent | d7ac18a0765d758f9a3ec5cea417d90450ed3b3a (diff) | |
download | jquery-once-f009fb6de75c97102760824dbe39f3470f997594.zip jquery-once-f009fb6de75c97102760824dbe39f3470f997594.tar.gz jquery-once-f009fb6de75c97102760824dbe39f3470f997594.tar.bz2 |
chore(dependencies): Update dev-dependencies to latest
-rw-r--r-- | HISTORY.md | 5 | ||||
-rw-r--r-- | package.json | 8 |
2 files changed, 8 insertions, 5 deletions
@@ -1,6 +1,9 @@ # History -## v2.0.0 January 20th, 2014 +## v2.0.x Unreleased +- Updated development dependencies + +## v2.0.0 January 20th, 2015 - Fixed type checking of the `id` parameter of `.once()` as optional - From [@theodoreb](http://github.com/theodoreb) - Added performance improvement through [`.data()`](http://api.jquery.com/data/) diff --git a/package.json b/package.json index 65beb02..5b39ae1 100644 --- a/package.json +++ b/package.json @@ -50,12 +50,12 @@ "jquery": "*" }, "devDependencies": { - "eslint": "^0.13.0", + "eslint": "^0.17.1", "jsdoc-to-markdown": "^0.6.4", - "jsdom": "^3.0.3", - "mocha": "~2.1.0", + "jsdom": "^4.0.4", + "mocha": "~2.2.1", "mocha-jsdom": "^0.2.1", - "projectz": "^0.4.3", + "projectz": "^0.5.0", "uglify-js": "~2.4.16" }, "scripts": { |