Skip to content

Commit

Permalink
Merge pull request #2261 from sul-dlss/update-videojs
Browse files Browse the repository at this point in the history
update videojs library
  • Loading branch information
jcoyne authored Nov 22, 2024
2 parents f4f90b0 + 7e4678f commit 9591ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# pin "modules/embed_this", to: "app/javascript/src/modules/embed_this.js"
pin_all_from 'app/javascript/src', under: 'src', to: 'src'

pin "video.js", to: "https://ga.jspm.io/npm:video.js@8.17.3/dist/video.es.js"
pin "video.js", to: "https://ga.jspm.io/npm:video.js@8.19.1/dist/video.es.js"
pin "@babel/runtime/helpers/extends", to: "https://ga.jspm.io/npm:@babel/[email protected]/helpers/esm/extends.js"
pin "@videojs/vhs-utils/es/byte-helpers", to: "https://ga.jspm.io/npm:@videojs/[email protected]/es/byte-helpers.js"
pin "@videojs/vhs-utils/es/containers", to: "https://ga.jspm.io/npm:@videojs/[email protected]/es/containers.js"
Expand Down

0 comments on commit 9591ffb

Please sign in to comment.