Skip to content

Commit 6ab6308

Browse files
authored
Fix build error in network sample (Dash-Industry-Forum#4767)
1 parent d39cce3 commit 6ab6308

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashjs",
3-
"version": "5.1.0",
3+
"version": "5.0.2",
44
"description": "A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.",
55
"author": "Dash Industry Forum",
66
"license": "BSD-3-Clause",

samples/network-interceptor/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/network-interceptor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"build": "webpack --mode development"
44
},
55
"devDependencies": {
6-
"@svta/common-media-library": "^0.7.4",
6+
"@svta/common-media-library": "^0.11.0",
77
"@types/node": "^18.14.0",
88
"copy-webpack-plugin": "^12.0.2",
99
"dashjs": "file:../..",

0 commit comments

Comments
 (0)