Skip to content

Commit

Permalink
Allow updates of Spotlight v5 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-steve committed Feb 14, 2025
1 parent 237804f commit cac4d8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ gem 'bootstrap_form', '~> 5.4'
gem 'blacklight', '~> 8.0'
gem 'blacklight-gallery', '~> 4.8'
gem 'blacklight_heatmaps', '~> 1.4'
gem 'blacklight-spotlight', '5.0.0.pre.alpha1'
gem 'blacklight-spotlight', '>= 5.0.0.pre.alpha1'
gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
gem 'blacklight_advanced_search'
gem 'blacklight_range_limit', '~> 9.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ DEPENDENCIES
blacklight (~> 8.0)
blacklight-gallery (~> 4.8)
blacklight-oembed (~> 1.0)
blacklight-spotlight (= 5.0.0.pre.alpha1)
blacklight-spotlight (>= 5.0.0.pre.alpha1)
blacklight_advanced_search
blacklight_heatmaps (~> 1.4)
blacklight_range_limit (~> 9.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"sass": "^1.82.0",
"sir-trevor": "^0.8.2",
"sortablejs": "^1.15.6",
"spotlight-frontend": "5.0.0-alpha1",
"spotlight-frontend": "^5.0.0-alpha1",
"typeahead.js": "^0.11.1"
},
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1083,9 +1083,10 @@ sortablejs@^1.15.3, sortablejs@^1.15.6:
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==

"spotlight-frontend@github:projectblacklight/spotlight#b75148415b4b6ba4e3e54d49946fbc4dd01b1284":
version "5.0.0-alpha"
resolved "https://codeload.github.com/projectblacklight/spotlight/tar.gz/b75148415b4b6ba4e3e54d49946fbc4dd01b1284"
spotlight-frontend@^5.0.0-alpha1:
version "5.0.0-alpha1"
resolved "https://registry.yarnpkg.com/spotlight-frontend/-/spotlight-frontend-5.0.0-alpha1.tgz#6da05282645304388a8b7c13d41b4a8c95e41c85"
integrity sha512-PVqIgfyGqvOL/JTpBdOYXRRBrGVsHZrpN9nDwPVC/fp//iiFNw7wz2+108NNgDNxFYccWYe6koMJuCvUT+5m7w==
dependencies:
blacklight-frontend "^8.4.0"
bootstrap ">=4.3.1 <6.0.0"
Expand Down

0 comments on commit cac4d8d

Please sign in to comment.