5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

chore(dev-deps): upgrade devDependencies

This commit is contained in:
wagoid 2021-07-07 13:06:42 -03:00
parent 30d514f252
commit 8ea34043f2
3 changed files with 3666 additions and 5424 deletions

2
.husky/.gitignore vendored
View file

@ -1 +1 @@
_
_

9068
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -38,24 +38,24 @@
"lerna": "^3.22.1"
},
"devDependencies": {
"@commitlint/cli": "^12.0.0",
"@commitlint/ensure": "^12.0.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/ensure": "^12.1.4",
"@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1",
"commitlint-plugin-function-rules": "^1.3.2",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.23.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"standard-version": "^9.1.1",
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"prettier": "^2.3.2",
"standard-version": "^9.3.0",
"testdouble": "^3.16.1",
"yaml": "^1.10.2"
}