Skip to content

Commit

Permalink
Merge pull request #5396 from avalonmediasystem/new-ramp-build
Browse files Browse the repository at this point in the history
New Ramp build
  • Loading branch information
Dananji authored Oct 4, 2023
2 parents 6867815 + 5e87809 commit b483405
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/javascript/components/Ramp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
MediaPlayer,
StructuredNavigation,
MetadataDisplay,
SupplmentalFiles
SupplementalFiles
} from "@samvera/ramp";
import 'video.js/dist/video-js.css';
import "@samvera/ramp/dist/ramp.css";
Expand Down Expand Up @@ -96,7 +96,7 @@ const Ramp = ({
</Tab>
}
<Tab eventKey="files" title="Files">
<SupplmentalFiles showHeading={false} />
<SupplementalFiles showHeading={false} />
</Tab>
</Tabs>
</Col>
Expand Down
30 changes: 26 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@

"@samvera/ramp@https://github.com/samvera-labs/ramp.git":
version "2.0.0"
resolved "https://github.com/samvera-labs/ramp.git#a7a964a651a62740351c4022161541d1d48bff85"
resolved "https://github.com/samvera-labs/ramp.git#cc78f6bfc1c7a899d1cb101d657f9ce126f7666f"
dependencies:
"@silvermine/videojs-quality-selector" "^1.2.4"
mammoth "^1.4.19"
Expand Down Expand Up @@ -4597,7 +4597,16 @@ postcss-value-parser@^4.2.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@^8.3.11, postcss@^8.4.21, postcss@^8.4.24:
postcss@^8.3.11:
version "8.4.31"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
dependencies:
nanoid "^3.3.6"
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.21, postcss@^8.4.24:
version "8.4.28"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5"
integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==
Expand Down Expand Up @@ -4856,7 +4865,7 @@ react_ujs@^2.4.4, react_ujs@^2.6.0:
dependencies:
react_ujs "^2.6.0"

readable-stream@^2.0.1, readable-stream@~2.3.6:
readable-stream@^2.0.1:
version "2.3.7"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
Expand Down Expand Up @@ -4887,6 +4896,19 @@ readable-stream@^3.5.0:
string_decoder "^1.1.1"
util-deprecate "^1.0.1"

readable-stream@~2.3.6:
version "2.3.8"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
dependencies:
core-util-is "~1.0.0"
inherits "~2.0.3"
isarray "~1.0.0"
process-nextick-args "~2.0.0"
safe-buffer "~5.1.1"
string_decoder "~1.1.1"
util-deprecate "~1.0.1"

readdirp@~3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
Expand Down Expand Up @@ -5362,7 +5384,7 @@ spdy@^4.0.2:
sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==

statuses@2.0.1:
version "2.0.1"
Expand Down

0 comments on commit b483405

Please sign in to comment.