Skip to content

Commit

Permalink
Upgrade devDependencies (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed May 21, 2021
1 parent f2798bb commit 45960cd
Show file tree
Hide file tree
Showing 3 changed files with 1,155 additions and 1,095 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cache:
directories:
- node_modules
node_js:
- '8'
- '10'
- '16'
sudo: false
after_success: yarn report && yarn coveralls
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-chai-friendly": "^0.4.0",
"eslint-plugin-prettier": "^3.0.1",
"mocha": "~6.1.4",
"mocha": "^8.3.2",
"mocha-junit-reporter": "^1.23.1",
"nock": "^10.0.6",
"nyc": "^14.1.0",
"nyc": "^15.1.0",
"prettier": "^1.16.4",
"typescript": "^3.7.2"
},
Expand Down
Loading

0 comments on commit 45960cd

Please sign in to comment.