Skip to content

Commit

Permalink
Merge pull request #1146 from sul-dlss/jcoyne-patch-1
Browse files Browse the repository at this point in the history
Update bootstrap javascript to 5.3.3
  • Loading branch information
corylown authored Aug 26, 2024
2 parents 0e1fde4 + 8be67f6 commit 32aa599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/importmap.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pin npm packages by running ./bin/importmap

pin "application", preload: true
pin "bootstrap", to: "https://ga.jspm.io/npm:bootstrap@5.2.3/dist/js/bootstrap.esm.js"
pin "@popperjs/core", to: "https://ga.jspm.io/npm:@popperjs/[email protected].6/lib/index.js"
pin "bootstrap", to: "https://ga.jspm.io/npm:bootstrap@5.3.3/dist/js/bootstrap.esm.js"
pin "@popperjs/core", to: "https://ga.jspm.io/npm:@popperjs/[email protected].8/lib/index.js"
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
pin_all_from "app/javascript/controllers", under: "controllers"
Expand Down

0 comments on commit 32aa599

Please sign in to comment.