Skip to content

Commit 0a3036f

Browse files
authored
Merge pull request #252 from xmontero/issue251
Locks all versions down to specific numbers (to the patch level)
2 parents 21d793d + 70acdef commit 0a3036f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Resources/bower/bower.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
"tests"
1717
],
1818
"dependencies": {
19-
"jquery" : "*",
20-
"jquery-ui" : "*",
21-
"momentjs" : "*",
22-
"backbone" : "*",
23-
"underscore" : ">=1.0.0 <2.0",
24-
"modernizr" : ">=2.5.0 <3.0",
19+
"jquery" : "3.3.1",
20+
"jquery-ui" : "1.12.1",
21+
"momentjs" : "2.24.0",
22+
"backbone" : "1.4.0",
23+
"underscore" : "1.9.1",
24+
"modernizr" : "2.8.3",
2525
"spinjs" : "2.3.2",
26-
"marionette" : "*",
27-
"pickadate" : "*",
28-
"holderjs" : "*",
29-
"bootflat" : "*",
26+
"marionette" : "4.0.0",
27+
"pickadate" : "3.6.2",
28+
"holderjs" : "2.9.6",
29+
"bootflat" : "affdd96590",
3030
"bootbox" : "4.4.0",
31-
"fontawesome" : "4.*",
31+
"fontawesome" : "4.7.0",
3232
"ionicons" : "2.0.1",
3333
"fullcalendar" : "3.10.0",
34-
"adminlte" : "~2.3.0"
34+
"adminlte" : "2.3.11"
3535
}
3636
}

0 commit comments

Comments
 (0)