Skip to content

Commit 05c35d6

Browse files
committed
update jquery and bootstrap to 4
1 parent 861f470 commit 05c35d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ const zendeskGardenJsDelivrUrl = (function () {
3131
const externalAssets = {
3232
css: [
3333
zendeskGardenJsDelivrUrl,
34-
'https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css'
34+
'https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css'
3535
],
3636
js: [
3737
'https://static.zdassets.com/zendesk_app_framework_sdk/2.0/zaf_sdk.min.js',
3838
'https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js',
39-
'https://cdn.jsdelivr.net/jquery/3.0.0/jquery.min.js'
39+
'https://cdn.jsdelivr.net/jquery/3.7.1/jquery.min.js'
4040
]
4141
}
4242
export default {

0 commit comments

Comments
 (0)