Skip to content

Commit 46429e5

Browse files
authored
Merge pull request #668 from sul-dlss/upgrade-bootstrap
Upgrade bootstrap to 5.3.3
2 parents e2a8992 + 79fca71 commit 46429e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/importmap.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
99
pin_all_from "app/javascript/controllers", under: "controllers"
1010
pin "@github/auto-complete-element", to: "https://cdn.skypack.dev/@github/auto-complete-element"
11-
pin "@popperjs/core", to: "https://ga.jspm.io/npm:@popperjs/core@2.11.0/dist/umd/popper.min.js"
12-
pin "bootstrap", to: "https://ga.jspm.io/npm:bootstrap@5.1.3/dist/js/bootstrap.js"
11+
pin '@popperjs/core', to: 'https://ga.jspm.io/npm:@popperjs/core@2.11.8/dist/umd/popper.min.js'
12+
pin 'bootstrap', to: 'https://ga.jspm.io/npm:bootstrap@5.3.3/dist/js/bootstrap.js'
1313
pin "blacklight", to: "blacklight/blacklight.js"
1414

1515
pin "arclight", to: "arclight/arclight.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"arclight": "^1.0.0",
66
"blacklight-frontend": "^8.2.2",
7-
"bootstrap": "^5.2.2",
7+
"bootstrap": "^5.3.3",
88
"sass": "^1.55.0"
99
},
1010
"scripts": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ blacklight-frontend@^8.2.2:
2727
dependencies:
2828
bootstrap ">=4.3.1 <6.0.0"
2929

30-
"bootstrap@>=4.3.1 <6.0.0", bootstrap@^5.2.2:
30+
"bootstrap@>=4.3.1 <6.0.0", bootstrap@^5.3.3:
3131
version "5.3.3"
3232
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.3.tgz#de35e1a765c897ac940021900fcbb831602bac38"
3333
integrity sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==

0 commit comments

Comments
 (0)