mirror of
https://github.com/gotson/komga.git
synced 2026-04-20 05:52:21 +02:00
build: npm update
This commit is contained in:
parent
c765d77ed5
commit
4528fa4292
2 changed files with 709 additions and 770 deletions
1463
package-lock.json
generated
1463
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@semantic-release/changelog": "^3.0.6",
|
||||
"@semantic-release/exec": "^3.3.8",
|
||||
"@semantic-release/git": "^7.0.18",
|
||||
"semantic-release": "^15.14.0"
|
||||
"@semantic-release/changelog": "^5.0.0",
|
||||
"@semantic-release/exec": "^5.0.0",
|
||||
"@semantic-release/git": "^9.0.0",
|
||||
"semantic-release": "^17.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^8.2.0",
|
||||
"@commitlint/config-conventional": "^8.2.0",
|
||||
"commitlint": "^8.2.0",
|
||||
"husky": "^3.1.0"
|
||||
"@commitlint/cli": "^8.3.5",
|
||||
"@commitlint/config-conventional": "^8.3.4",
|
||||
"commitlint": "^8.3.5",
|
||||
"husky": "^4.2.3"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue