diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-02-02 22:17:23 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-02-02 22:20:00 +0100 |
commit | 2f202b034fe53a32bd43fdfa75d69a69753f9598 (patch) | |
tree | 712a8612d24ac876156994f992e2b1e2e37a560b /bower.json | |
parent | 4c7250cf2fc3aa32f5f2aa0714e9f08eb4bc546c (diff) | |
download | jquery-2f202b034fe53a32bd43fdfa75d69a69753f9598.tar.gz jquery-2f202b034fe53a32bd43fdfa75d69a69753f9598.zip |
Build: Switch to explicit dependencies versions in bower.json
(cherry-picked from cd4e25e991898bf07ce82fe4ab3d60c32b4a5fc9)
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower.json b/bower.json index 456ed301a..eb8bf94ea 100644 --- a/bower.json +++ b/bower.json @@ -16,9 +16,9 @@ "sizzle": "1.10.16" }, "devDependencies": { - "requirejs": "~2.1.8", - "qunit": "~1.12.0", - "sinon": "~1.7.3" + "requirejs": "2.1.10", + "qunit": "1.12.0", + "sinon": "1.8.1" }, "keywords": [ "jquery", |