deps: update (#126)

This commit is contained in:
Shohei Ueda
2020-01-18 00:52:59 +09:00
committed by GitHub
parent 4331a62207
commit 6a7231ef83
2 changed files with 57 additions and 84 deletions

View File

@@ -48,24 +48,24 @@
},
"homepage": "https://github.com/peaceiris/actions-hugo#readme",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/exec": "^1.0.2",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"@actions/core": "^1.2.1",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/node": "^13.1.6",
"@typescript-eslint/parser": "^2.15.0",
"@types/jest": "^24.9.0",
"@types/node": "^13.1.7",
"@typescript-eslint/parser": "^2.16.0",
"@zeit/ncc": "^0.21.0",
"eslint": "^6.8.0",
"husky": "^4.0.4",
"husky": "^4.0.10",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"lint-staged": "^9.5.0",
"prettier": "1.19.1",
"ts-jest": "^24.3.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
}
}