mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Update dependencies
This commit is contained in:
parent
449438cf83
commit
c8f36e3056
3 changed files with 2222 additions and 840 deletions
2234
package-lock.json
generated
2234
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -12,6 +12,7 @@
|
|||
"playlist:generate": "tsx scripts/commands/playlist/generate.ts",
|
||||
"playlist:validate": "tsx scripts/commands/playlist/validate.ts",
|
||||
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
||||
"playlist:test": "tsx scripts/commands/playlist/test.ts",
|
||||
"playlist:deploy": "npx gh-pages-clean && npx gh-pages -m \"Deploy to GitHub Pages\" -d .gh-pages -r https://$GITHUB_TOKEN@github.com/iptv-org/iptv.git",
|
||||
"readme:update": "tsx scripts/commands/readme/update.ts",
|
||||
"report:create": "tsx scripts/commands/report/create.ts",
|
||||
|
@ -39,8 +40,8 @@
|
|||
"@eslint/eslintrc": "^3.3.0",
|
||||
"@eslint/js": "^9.21.0",
|
||||
"@freearhey/core": "^0.2.1",
|
||||
"@octokit/core": "^4.2.1",
|
||||
"@octokit/plugin-paginate-rest": "^7.1.2",
|
||||
"@octokit/core": "^6.1.4",
|
||||
"@octokit/plugin-paginate-rest": "^11.4.3",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^7.1.3",
|
||||
"@octokit/types": "^11.1.0",
|
||||
"@types/cli-progress": "^3.11.3",
|
||||
|
@ -49,12 +50,16 @@
|
|||
"@types/numeral": "^2.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
||||
"@typescript-eslint/parser": "^8.18.1",
|
||||
"async-es": "^3.2.6",
|
||||
"axios": "^1.7.9",
|
||||
"chalk": "^4.1.2",
|
||||
"cli-progress": "^3.12.0",
|
||||
"command-exists": "^1.2.9",
|
||||
"commander": "^8.3.0",
|
||||
"console-table-printer": "^2.12.1",
|
||||
"eslint": "^9.17.0",
|
||||
"globals": "^16.0.0",
|
||||
"iptv-checker": "^0.29.1",
|
||||
"iptv-playlist-parser": "^0.13.0",
|
||||
"jest-expect-message": "^1.1.3",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue