mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-25 07:42:00 +00:00
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.10 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together. Updates `esbuild` from 0.21.5 to 0.25.10 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.10) Updates `vite` from 5.4.20 to 7.1.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.5/packages/vite) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.10 dependency-type: indirect - dependency-name: vite dependency-version: 7.1.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"name": "sabr-shaka-example",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"patch:shaka": "node ./scripts/patchShaka.mjs",
|
|
"postinstall": "npm run patch:shaka"
|
|
},
|
|
"dependencies": {
|
|
"bgutils-js": "^3.2.0",
|
|
"googlevideo": "^4.0.4",
|
|
"shaka-player": "^4.16.2",
|
|
"youtubei.js": "^15.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5",
|
|
"vite": "^7.1.5"
|
|
}
|
|
}
|