Skip to content

Commit

Permalink
Unpin Blacklight and update to v8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corylown committed Jun 5, 2024
1 parent c57a91b commit e7823d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ group :test do
gem 'webmock'
end

# Pin Blacklight to 8.1.0 until a fix is in for: https://github.com/projectblacklight/blacklight/commit/d8c0ec4435db34b85f83a2e4799bc15b0469ef27
gem 'blacklight', '~> 8.1.0'
gem 'arclight', '>= 1.1.0', '< 2'

group :development, :test do
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
bcrypt_pbkdf (1.1.1-x86_64-darwin)
bigdecimal (3.1.8)
bindex (0.8.1)
blacklight (8.1.0)
blacklight (8.2.1)
globalid
i18n (>= 1.7.0)
jbuilder (~> 2.7)
Expand Down Expand Up @@ -539,7 +539,6 @@ PLATFORMS

DEPENDENCIES
arclight (>= 1.1.0, < 2)
blacklight (~> 8.1.0)
blacklight-locale_picker
blacklight_range_limit (~> 8.5)
bootsnap
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": "true",
"dependencies": {
"arclight": "^1.0.0",
"blacklight-frontend": "8.0.1",
"blacklight-frontend": "^8.2.1",
"bootstrap": "^5",
"sass": "^1.59.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ binary-extensions@^2.0.0:
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==

blacklight-frontend@8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/blacklight-frontend/-/blacklight-frontend-8.0.1.tgz#20c923ea45e0d9c774ad3d23ef0bed2e31a12c71"
integrity sha512-KVQ4txligEJb3RZx4LpGEx/YDWRWgSDP7xdJOzudFLFwZ8eJAwbwc7L5ErXvuNwdSz0o6v5vf6IIr66Hpbg5TA==
blacklight-frontend@^8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/blacklight-frontend/-/blacklight-frontend-8.2.1.tgz#092f46841aa935f2048b042733ba080ab9e07104"
integrity sha512-6KGmqE95bWpRDuYdA3hmtPWM7iyvNmV+4+7Az/e2GPolVSbeYs/ynDdJ1ImMFQrbs078Q+bURP1VglGfdxF03g==
dependencies:
bootstrap ">=4.3.1 <6.0.0"

Expand Down

0 comments on commit e7823d7

Please sign in to comment.