chore: Update deps
parent
c9612fc1d6
commit
a56cce8e58
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
|
@ -24,19 +24,19 @@
|
||||||
},
|
},
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "1.2.6",
|
"@actions/core": "1.6.0",
|
||||||
"@actions/exec": "1.0.4",
|
"@actions/exec": "1.1.0",
|
||||||
"@iarna/toml": "^2.2.5",
|
"@iarna/toml": "^2.2.5",
|
||||||
"conventional-changelog": "3.1.23",
|
"conventional-changelog": "3.1.24",
|
||||||
"conventional-recommended-bump": "6.0.10",
|
"conventional-recommended-bump": "6.1.0",
|
||||||
"git-semver-tags": "4.1.0",
|
"git-semver-tags": "4.1.1",
|
||||||
"object-path": "^0.11.5",
|
"object-path": "^0.11.8",
|
||||||
"semver": "^7.3.2",
|
"semver": "^7.3.5",
|
||||||
"yaml": "^1.10.0"
|
"yaml": "^1.10.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "11.0.0",
|
"@commitlint/cli": "13.2.0",
|
||||||
"@commitlint/config-conventional": "11.0.0",
|
"@commitlint/config-conventional": "13.2.0",
|
||||||
"husky": "4.3.6"
|
"husky": "4.3.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue