Skip to content

Commit

Permalink
Upgrade to Blacklight 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Mar 17, 2023
1 parent 9c2f9fb commit 05ac13e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gem "zip_tricks", "5.3.1" # 5.3.1 is required as 5.4+ breaks the download all fe
gem "openapi_parser", "< 1.0"

# Stanford related gems
gem "blacklight", "~> 8.0.0.beta5"
gem "blacklight", "~> 8.0"
gem "blacklight-hierarchy", "~> 6.1"
gem "dor-services-client", "~> 12.5"
gem "dor-workflow-client", "~> 4.0"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ GEM
parser (>= 2.4)
smart_properties
bindex (0.8.1)
blacklight (8.0.0.beta5)
blacklight (8.0.0)
globalid
i18n (>= 1.7.0)
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 5.1, < 7.1)
view_component (~> 2.66)
rails (>= 6.1, < 8)
view_component (>= 2.66, < 3.1)
blacklight-hierarchy (6.1.2)
blacklight (>= 7.18, < 9)
deprecation
Expand Down Expand Up @@ -611,7 +611,7 @@ PLATFORMS

DEPENDENCIES
barby
blacklight (~> 8.0.0.beta5)
blacklight (~> 8.0)
blacklight-hierarchy (~> 6.1)
bootsnap (>= 1.4.2)
byebug
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ binary-extensions@^2.0.0:
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==

"blacklight-frontend@>=7.1 || 8.0", blacklight-frontend@^7.20.2:
"blacklight-frontend@>=7.1 || 8.0":
version "7.33.1"
resolved "https://registry.yarnpkg.com/blacklight-frontend/-/blacklight-frontend-7.33.1.tgz#fd1728f7635b2fccd9be8623d56432f576abcc30"
integrity sha512-lYEg5Rr9QfcBwMdyAhnr8yFx86mSPp77oSRB4DpgXWyk4njfAhllkWNQOqodfk0IRMqsOBV0odTAYOcjUXNOFg==
Expand All @@ -70,9 +70,9 @@ binary-extensions@^2.0.0:
typeahead.js "^0.11.1"

blacklight-frontend@^8.0.0-beta.5:
version "8.0.0-beta.5"
resolved "https://registry.yarnpkg.com/blacklight-frontend/-/blacklight-frontend-8.0.0-beta.5.tgz#135ade98653b1c6a265ce952109c6399820ee6fe"
integrity sha512-JkJIsv4h+MiTHKtwVNwLQLccCAtG2S5UQ78Z6UNLvwhkIIpdXdwutr8IcZ91PNlloEW2X24AhKUpRLcW3OilaA==
version "8.0.0-beta.8"
resolved "https://registry.yarnpkg.com/blacklight-frontend/-/blacklight-frontend-8.0.0-beta.8.tgz#373456ef3fef0af4b0fdb414448543dd97e1533b"
integrity sha512-55swXSd+LXKGdqXWxs1t7uePyfrm+kvTWndHOX7AnW2PHfTbU/BlZxaaEExox0aRon+sgeXKEFYE2Ce8qHi0Kg==
dependencies:
bootstrap ">=4.3.1 <6.0.0"

Expand Down

0 comments on commit 05ac13e

Please sign in to comment.