summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorWu Cheng-Han2016-07-30 12:19:42 +0800
committerWu Cheng-Han2016-07-30 12:19:42 +0800
commit65cff038a38815f3ccd1b81b3443801d16fba116 (patch)
tree4a63ac0bfb63c2c9b3452dc131f9bada1b7ebdc2 /bower.json
parent3a5bda306734141e15131b20d96aeb67f80760ce (diff)
Update bootstrap to 3.3.7 and jQuery to 3.1.0 with related patches
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index b75294da..08999c5b 100644
--- a/bower.json
+++ b/bower.json
@@ -15,8 +15,8 @@
"tests"
],
"dependencies": {
- "bootstrap": "~3.3.6",
- "jquery": "~2.2.4",
+ "bootstrap": "~3.3.7",
+ "jquery": "~3.1.0",
"font-awesome": "~4.6.3",
"Ionicons": "ionicons#~2.0.1",
"reveal.js": "~3.3.0",
@@ -60,6 +60,6 @@
"gist-embed": "*"
},
"resolutions": {
- "jquery": "~2.2.4"
+ "jquery": "~3.1.0"
}
}