diff options
| author | Michał Gołębiowski | 2013-09-24 19:43:25 +0200 |
|---|---|---|
| committer | Brian Ford | 2013-09-30 14:52:20 -0700 |
| commit | df9426dbc6b3bf9268f136e3a61e8291775c24a8 (patch) | |
| tree | d92a9931e0d316cf948632928dc2dab4935ad638 | |
| parent | 106ee8f85006f25858470a84b89146f54fa02b15 (diff) | |
| download | angular.js-df9426dbc6b3bf9268f136e3a61e8291775c24a8.tar.bz2 | |
chore(package.json): update npm packages
Some of node dependencies have much newer versions; one of them is Lo-Dash
that has recently released the 2.0.0 version bringing in new useful methods.
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 2cc6daf4..f3ae86a6 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,13 @@ "bower": "~1.2.2", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-compress": "~0.5.2", - "grunt-contrib-connect": "~0.3.0", + "grunt-contrib-connect": "~0.5.0", "grunt-contrib-copy": "~0.4.1", "jasmine-node": "~1.11.0", "q": "~0.9.2", "q-fs": "~0.1.36", "qq": "~0.3.5", - "shelljs": "~0.1.4", + "shelljs": "~0.2.6", "karma": "~0.11", "karma-jasmine": "~0.1.0", "karma-chrome-launcher": "~0.1.0", @@ -35,9 +35,9 @@ "grunt-ddescribe-iit": "~0.0.1", "grunt-merge-conflict": "~0.0.1", "promises-aplus-tests": "~1.3.2", - "grunt-shell": "~0.3.1", + "grunt-shell": "~0.4.0", "semver": "~2.1.0", - "lodash": "~1.3.1" + "lodash": "~2.1.0" }, "licenses": [ { |
