Skip to content

Commit

Permalink
deps: update (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jan 17, 2020
1 parent 4331a62 commit 6a7231e
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 84 deletions.
123 changes: 48 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 6a7231e

Please sign in to comment.