Skip to content

Commit

Permalink
Merge pull request #455 from Novage/build/update-package-deps
Browse files Browse the repository at this point in the history
Build: Update Package Dependencies
  • Loading branch information
DimaDemchenko authored Jan 21, 2025
2 parents 5c0d97a + f63438b commit e53acf8
Show file tree
Hide file tree
Showing 7 changed files with 418 additions and 714 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"vite-plugin-node-polyfills": "^0.22.0"
"vite-plugin-node-polyfills": "^0.23.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"create-doc": "pnpm typedoc"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.23.2",
"@eslint-react/eslint-plugin": "^1.24.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.18.0",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -28,7 +28,7 @@
"typedoc": "^0.27.6",
"typedoc-material-theme": "^1.2.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7"
"typescript-eslint": "^8.21.0",
"vite": "^6.0.10"
}
}
8 changes: 4 additions & 4 deletions packages/p2p-media-loader-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
},
"dependencies": {
"@types/debug": "^4.1.12",
"bittorrent-tracker": "^11.1.2",
"debug": "^4.3.7",
"bittorrent-tracker": "^11.2.1",
"debug": "^4.4.0",
"nano-md5": "^1.0.5"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/streamx": "^2.9.5",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^2.1.5"
"vite-plugin-node-polyfills": "^0.23.0",
"vitest": "^3.0.2"
}
}
12 changes: 6 additions & 6 deletions packages/p2p-media-loader-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@
"@vidstack/react": "^1.12.12",
"d3": "^7.9.0",
"dplayer": "^1.27.1",
"hls.js": "^1.5.17",
"mediaelement": "^7.0.5",
"hls.js": "^1.5.19",
"mediaelement": "^7.0.7",
"openplayerjs": "^2.14.7",
"p2p-media-loader-core": "workspace:*",
"p2p-media-loader-hlsjs": "workspace:*",
"p2p-media-loader-shaka": "workspace:*",
"plyr": "^3.7.8",
"shaka-player": "^4.12.2"
"shaka-player": "^4.12.8"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/dplayer": "^1.25.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"cpy-cli": "^5.0.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/p2p-media-loader-hlsjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"hls.js": "^1.5.17"
"hls.js": "^1.5.19"
}
}
2 changes: 1 addition & 1 deletion packages/p2p-media-loader-shaka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"shaka-player": "^4.12.2"
"shaka-player": "^4.12.8"
}
}
Loading

0 comments on commit e53acf8

Please sign in to comment.