action-docs
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "action-docs", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Generate GitHub action docs based on action.yml", | ||
@@ -60,11 +60,11 @@ "main": "lib/index.js", | ||
"@types/node": "^16.10.3", | ||
"@typescript-eslint/parser": "^4.16.1", | ||
"@typescript-eslint/parser": "^5.0.0", | ||
"conventional-changelog-conventionalcommits": "^4.5.0", | ||
"eslint": "^7.17.0", | ||
"eslint-plugin-github": "^4.1.1", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"eslint-plugin-jest": "^25.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.2.5", | ||
"nyc": "^15.1.0", | ||
"prettier": "2.3.2", | ||
"prettier": "2.4.1", | ||
"semantic-release": "^18.0.0", | ||
@@ -71,0 +71,0 @@ "ts-jest": "^27.0.5", |
15801