Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Logerfo committed Oct 22, 2019
2 parents b52491a + 492605f commit 9fd47bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"lint": "eslint src/main.js"
},
"dependencies": {
"@actions/core": "^1.1.3",
"@actions/github": "^1.1.0"
"@actions/core": "1.2.0",
"@actions/github": "1.1.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"@zeit/ncc": "^0.20.5"
"eslint": "6.5.1",
"@zeit/ncc": "0.20.5"
}
}

0 comments on commit 9fd47bb

Please sign in to comment.