Skip to content

Commit

Permalink
Merge pull request #2265 from sul-dlss/videojs-upgrade
Browse files Browse the repository at this point in the history
upgrade videojs library
  • Loading branch information
jcoyne authored Dec 3, 2024
2 parents 5673a11 + 4621621 commit 99ac3d3
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.19.1/dist/video.es.js"
pin "video.js", to: "https://ga.jspm.io/npm:video.js@8.20.0/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 99ac3d3

Please sign in to comment.