Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(package.json): update dependencies
Browse files Browse the repository at this point in the history
nurrony committed Jun 19, 2024
1 parent a3aac6c commit fd0a906
Showing 2 changed files with 2,060 additions and 876 deletions.
2,922 changes: 2,053 additions & 869 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
}
},
"dependencies": {
"ky": "^1.2.4",
"ky": "^1.3.0",
"p-limit": "^5.0.0"
},
"description": "Downloads HLS Playlist file and TS chunks",
@@ -22,14 +22,14 @@
"@commitlint/config-conventional": "^19.2.2",
"@types/jest": "^29.5.12",
"clean-jsdoc-theme": "^4.2.18",
"esbuild": "^0.20.2",
"eslint": "^9.1.1",
"esbuild": "^0.21.5",
"eslint": "^9.5.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jsdoc": "^4.0.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"semantic-release": "23.0.8"
"jsdoc": "^4.0.3",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"semantic-release": "24.0.0"
},
"engines": {
"node": ">=18",

0 comments on commit fd0a906

Please sign in to comment.