Skip to content

Commit

Permalink
Merge pull request #9 from nakanori/allow-superagent-8
Browse files Browse the repository at this point in the history
Allow superagent v8
  • Loading branch information
luispabon authored Jan 12, 2023
2 parents b2fffbb + 1e7b537 commit 8993eda
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 || ^7.0"
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.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 || ^7.0"
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
},
"scripts": {
"test": "node_modules/.bin/nyc --reporter=lcov mocha --color --recursive --timeout=20000 tests/"
Expand Down

0 comments on commit 8993eda

Please sign in to comment.