mirror of
https://github.com/gotson/komga.git
synced 2025-12-30 12:22:41 +01:00
build: update dependencies
This commit is contained in:
parent
4b028e8296
commit
7025df98d0
2 changed files with 1091 additions and 1188 deletions
2267
package-lock.json
generated
2267
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@semantic-release/changelog": "^5.0.0",
|
||||
"@semantic-release/changelog": "^5.0.1",
|
||||
"@semantic-release/exec": "^5.0.0",
|
||||
"@semantic-release/git": "^9.0.0",
|
||||
"semantic-release": "^17.0.4"
|
||||
"semantic-release": "^17.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^8.3.5",
|
||||
"@commitlint/config-conventional": "^8.3.4",
|
||||
"commitlint": "^8.3.5",
|
||||
"husky": "^4.2.3"
|
||||
"@commitlint/cli": "^9.1.1",
|
||||
"@commitlint/config-conventional": "^9.1.1",
|
||||
"commitlint": "^9.1.0",
|
||||
"husky": "^4.2.5"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue