update dependencies

This commit is contained in:
Dave Olsthoorn
2020-12-31 20:04:54 +01:00
parent 9e5b3ce36b
commit 0e84f1d6a4
3 changed files with 81 additions and 81 deletions

View File

@@ -27,21 +27,21 @@
"dependencies": {
"@actions/cache": "^1.0.5",
"@actions/core": "^1.2.6",
"@actions/tool-cache": "^1.6.0"
"@actions/tool-cache": "^1.6.1"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.14",
"@typescript-eslint/parser": "^4.10.0",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.17",
"@typescript-eslint/parser": "^4.11.1",
"@zeit/ncc": "^0.22.3",
"eslint": "^7.16.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.1.3",
"jest": "^24.9.0",
"jest-circus": "^26.6.3",
"js-yaml": "^3.13.1",
"prettier": "^2.1.2",
"js-yaml": "^3.14.1",
"prettier": "^2.2.1",
"ts-jest": "^24.2.0",
"typescript": "^4.0.5"
"typescript": "^4.1.3"
}
}