diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-02 15:59:32 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-02 15:59:32 +0200 |
commit | 8769798cb32e95e20ebb9bb9772a6895520a78ac (patch) | |
tree | f29eb3bc9d4e8480cfd8624f52a2e70994c258ab /package.json | |
parent | b3374b9063a250214e4939788a99160a5d7c1de2 (diff) | |
download | jquery-ui-8769798cb32e95e20ebb9bb9772a6895520a78ac.tar.gz jquery-ui-8769798cb32e95e20ebb9bb9772a6895520a78ac.zip |
Build/grunt: Fix dependencies to versions we've tested against. No more surprise API changes, for now
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json index 39305f719..30e2b4898 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,9 @@ ], "dependencies": {}, "devDependencies": { - "grunt": "0.3.x", - "grunt-css": "0.1.x", - "request": "2.9.x", - "adm-zip": "0.1.x", + "grunt": "0.3.7", + "grunt-css": "0.1.1", + "request": "2.9.153", "rimraf": "2.0.1" }, "keywords": [] |