Update bootstrap to 3.3.7 and jQuery to 3.1.0 with related patches

This commit is contained in:
Wu Cheng-Han
2016-07-30 12:19:42 +08:00
parent 3a5bda3067
commit 65cff038a3
12 changed files with 59 additions and 59 deletions

View File

@@ -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"
}
}