Skip to content

Commit

Permalink
Merge pull request #8 from thiagomsantanna/updating-superagent
Browse files Browse the repository at this point in the history
Upgrading superagent to latest version
  • Loading branch information
luispabon authored Jun 6, 2022
2 parents 5ccfc79 + 1ac41a6 commit 621c699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "src/index",
"dependencies": {},
"peerDependencies": {
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0"
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"devDependencies": {
"express": "^4.17.1",
Expand All @@ -29,7 +29,7 @@
"nyc": "^15.1.0",
"prettier": "^2.1.1",
"should": "^13.2.3",
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0"
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"scripts": {
"test": "node_modules/.bin/nyc --reporter=lcov mocha --color --recursive --timeout=20000 tests/"
Expand Down

0 comments on commit 621c699

Please sign in to comment.