Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Sep 22, 2020
1 parent 43ebe21 commit e7e0c53
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 68 deletions.
126 changes: 66 additions & 60 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@actions/core": "^1.2.5",
"@types/mime-types": "^2.1.0",
"@types/node": "^14.10.1",
"@types/node": "^14.11.2",
"@types/node-fetch": "^2.5.7",
"@types/rimraf": "^3.0.0",
"@types/string-template": "^1.0.2",
Expand All @@ -39,19 +39,19 @@
"tmp": "^0.2.1"
},
"devDependencies": {
"@types/jest": "^26.0.13",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"@types/jest": "^26.0.14",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^7.9.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.0.1",
"eslint-plugin-jest": "^24.0.2",
"jest": "^26.4.2",
"jest-circus": "^26.4.2",
"js-yaml": "^3.14.0",
"nock": "^13.0.4",
"prettier": "2.1.1",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
"prettier": "2.1.2",
"ts-jest": "^26.4.0",
"typescript": "^4.0.3"
}
}

0 comments on commit e7e0c53

Please sign in to comment.