Skip to content

Commit

Permalink
update jquery and bootstrap to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
physik932 committed Dec 2, 2024
1 parent 861f470 commit 05c35d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ const zendeskGardenJsDelivrUrl = (function () {
const externalAssets = {
css: [
zendeskGardenJsDelivrUrl,
'https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css'
'https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css'
],
js: [
'https://static.zdassets.com/zendesk_app_framework_sdk/2.0/zaf_sdk.min.js',
'https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js',
'https://cdn.jsdelivr.net/jquery/3.0.0/jquery.min.js'
'https://cdn.jsdelivr.net/jquery/3.7.1/jquery.min.js'
]
}
export default {
Expand Down

0 comments on commit 05c35d6

Please sign in to comment.