Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Nov 15, 2022
1 parent 5c83635 commit 739104f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pr-reviews-reminder-action",
"version": "2.1.3",
"version": "2.1.4",
"description": "Reminder for Pull Request pending reviews",
"scripts": {
"build": "ncc build index.js",
Expand All @@ -20,11 +20,11 @@
"homepage": "https://github.com/DavideViolante/pr-reviews-reminder-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"axios": "^0.27.2"
"axios": "~0.27.2"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-config-google": "^0.14.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0"
Expand Down

0 comments on commit 739104f

Please sign in to comment.