aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-05-25 14:58:08 +0200
committerScott González <scott.gonzalez@gmail.com>2016-05-25 16:42:06 -0400
commit468f1e3abe0276cac203761bcfae55ae8e17a500 (patch)
tree35fb565e61e8ca150702fdfa0686683cf53bf9ee /bower.json
parent50d910b84844367b0bcf324b5bb50ce70b43f9c2 (diff)
downloadjquery-ui-468f1e3abe0276cac203761bcfae55ae8e17a500.tar.gz
jquery-ui-468f1e3abe0276cac203761bcfae55ae8e17a500.zip
Build: Add jQuery 1.12/2.2 to the test configuration
Ref gh-1706
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 2c8b5a6ba..1ac64e5b5 100644
--- a/bower.json
+++ b/bower.json
@@ -36,7 +36,12 @@
"jquery-1.11.1": "jquery#1.11.1",
"jquery-1.11.2": "jquery#1.11.2",
"jquery-1.11.3": "jquery#1.11.3",
- "jquery-1.x": "jquery#1.11.3",
+ "jquery-1.12.0": "jquery#1.12.0",
+ "jquery-1.12.1": "jquery#1.12.1",
+ "jquery-1.12.2": "jquery#1.12.2",
+ "jquery-1.12.3": "jquery#1.12.3",
+ "jquery-1.12.4": "jquery#1.12.4",
+ "jquery-1.x": "jquery#1.12.4",
"jquery-2.0.0": "jquery#2.0.0",
"jquery-2.0.1": "jquery#2.0.1",
"jquery-2.0.2": "jquery#2.0.2",
@@ -44,6 +49,12 @@
"jquery-2.1.0": "jquery#2.1.0",
"jquery-2.1.1": "jquery#2.1.1",
"jquery-2.1.2": "jquery#2.1.2",
- "jquery-2.1.3": "jquery#2.1.3"
+ "jquery-2.1.3": "jquery#2.1.3",
+ "jquery-2.1.4": "jquery#2.1.4",
+ "jquery-2.2.0": "jquery#2.2.0",
+ "jquery-2.2.1": "jquery#2.2.1",
+ "jquery-2.2.2": "jquery#2.2.2",
+ "jquery-2.2.3": "jquery#2.2.3",
+ "jquery-2.2.4": "jquery#2.2.4"
}
}