chore(release): merge master (c0640bc757)

This commit is contained in:
github-actions[bot] 2020-10-02 15:04:23 +00:00
commit ec93b4627b
4 changed files with 1275 additions and 2376 deletions

View file

@ -31,15 +31,15 @@
},
"homepage": "https://github.com/renovatebot/github-action#readme",
"dependencies": {
"@actions/core": "1.2.4",
"@actions/core": "1.2.6",
"@actions/exec": "1.0.4"
},
"devDependencies": {
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@types/node": "13.13.21",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"@zeit/ncc": "0.22.3",
"concurrently": "5.3.0",
"eslint": "7.10.0",
@ -47,11 +47,11 @@
"eslint-plugin-json": "2.1.2",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.3.0",
"lint-staged": "10.2.11",
"lint-staged": "10.4.0",
"npm-run-all": "4.1.5",
"prettier": "2.1.0",
"standard-version": "8.0.2",
"ts-node": "8.10.2",
"typescript": "3.9.7"
"prettier": "2.1.2",
"standard-version": "9.0.0",
"ts-node": "9.0.0",
"typescript": "4.0.3"
}
}