Skip to content

Commit 2ebbcf4

Browse files
authored
Merge pull request #6544 from avalonmediasystem/new-ramp
New Ramp build with post 8.1 changes
2 parents 7660e7c + 4d3a780 commit 2ebbcf4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/runtime": "^7.21.1",
88
"@github/auto-complete-element": "^3.8.0",
99
"@rails/webpacker": "^5.4.4",
10-
"@samvera/ramp": "^4.0.2",
10+
"@samvera/ramp": "https://github.com/samvera-labs/ramp.git#a0b3ebf",
1111
"babel-plugin-macros": "^3.1.0",
1212
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
1313
"buffer": "^6.0.3",

yarn.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,10 +1501,9 @@
15011501
estree-walker "^2.0.2"
15021502
picomatch "^4.0.2"
15031503

1504-
"@samvera/ramp@^4.0.2":
1504+
"@samvera/ramp@https://github.com/samvera-labs/ramp.git#a0b3ebf":
15051505
version "4.0.2"
1506-
resolved "https://registry.yarnpkg.com/@samvera/ramp/-/ramp-4.0.2.tgz#3e6c09dfe5cede044a7a41c0e8f73bdb496328fe"
1507-
integrity sha512-IYkcjK7uAh5k1Q5EWZeKx0cikFGvYcx30547++x2ppemxRqkqnk049kYKmPOFYdGoggOzaC7c0BOtVVkhfVd0w==
1506+
resolved "https://github.com/samvera-labs/ramp.git#a0b3ebf5d0dba825c68209017f2931a737585065"
15081507
dependencies:
15091508
"@rollup/plugin-json" "^6.0.1"
15101509
"@silvermine/videojs-quality-selector" "^1.3.1"
@@ -2220,11 +2219,16 @@
22202219
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-2.0.5.tgz#325db42395cd49fe6c14057f9a900e427df8810e"
22212220
integrity sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==
22222221

2223-
"@xmldom/xmldom@^0.8.3", "@xmldom/xmldom@^0.8.6":
2222+
"@xmldom/xmldom@^0.8.3":
22242223
version "0.8.10"
22252224
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99"
22262225
integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==
22272226

2227+
"@xmldom/xmldom@^0.8.6":
2228+
version "0.8.11"
2229+
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.11.tgz#b79de2d67389734c57c52595f7a7305e30c2d608"
2230+
integrity sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==
2231+
22282232
"@xtuc/ieee754@^1.2.0":
22292233
version "1.2.0"
22302234
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"

0 commit comments

Comments
 (0)