Skip to content

Commit

Permalink
feat(FEC-11214): upgrade shaka to 3.3 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairans authored Jan 25, 2022
1 parent 0923634 commit 0aff340
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"mocha": "^8.0.1",
"mocha-cli": "^1.0.1",
"prettier": "^2.0.5",
"shaka-player": "3.0.13",
"shaka-player": "3.3.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"standard-version": "^6.0.1",
Expand All @@ -105,7 +105,7 @@
},
"peerDependencies": {
"@playkit-js/playkit-js": "canary",
"shaka-player": "3.0.13"
"shaka-player": "3.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7345,10 +7345,10 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

shaka-player@3.0.13:
version "3.0.13"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-3.0.13.tgz#0d6e9a666ab53e17e798740b3563f09cc81a170a"
integrity sha512-2ntqfuNtyl04GjJSI1oa4TopFzaDWkvsEu14IpSzfBhpN1bX/uwUL6ArLzUe3hUCtl+hCEOS5Dw+h7NzQ/W0jA==
shaka-player@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-3.3.0.tgz#50fdd7aa551376ddb7f6b90f2df18398af26142f"
integrity sha512-R73sL0X7KEgMSWbCsZXFeeq/kzv7z0Fjl2sYGbPQb0skR01v7Krw8H7XbihEKlKnGEvuIZvzkPrJZ3UXl+x4WQ==
dependencies:
eme-encryption-scheme-polyfill "^2.0.3"

Expand Down

0 comments on commit 0aff340

Please sign in to comment.