Skip to content

Commit

Permalink
Update deps (#8)
Browse files Browse the repository at this point in the history
* Update deps

* Run checks for all types
  • Loading branch information
Swamii committed Jun 3, 2020
1 parent 67a91e7 commit be9cd1f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 112 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test

on:
pull_request:
types: opened
branches:
- master
push:
Expand Down
150 changes: 44 additions & 106 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
],
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/core": "^1.2.4",
"@actions/github": "^1.1.0",
"moment": "^2.24.0"
"moment": "^2.26.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"index": "^0.4.0",
"jest": "^24.5.0",
"nock": "^11.7.1",
"nock": "^11.9.1",
"prettier": "^1.19.1"
}
}

0 comments on commit be9cd1f

Please sign in to comment.