Skip to content

Commit

Permalink
Update dependencies (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd authored Oct 24, 2020
2 parents b39786d + 9c179d6 commit 017906b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"author": "Yogev Ben David <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/github": "2.1.1",
"@actions/core": "1.2.3"
"@actions/github": "^4.0.0",
"@actions/core": "^1.2.6"
},
"devDependencies": {
"prettier": "^2.0.5",
"@types/node": "^13.13.4",
"typescript": "^3.8.3"
"prettier": "^2.1.2",
"@types/node": "^14.14.2",
"typescript": "^4.0.3"
}
}

0 comments on commit 017906b

Please sign in to comment.