Skip to content

Commit

Permalink
Update mocha dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd committed Nov 6, 2020
1 parent 6482730 commit 9665c23
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 155 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@
"@babel/register": "^7.12.1",
"chai": "^4.0.2",
"graphql": "^15.0.0",
"mocha": "^3.4.1",
"mocha": "^8.2.1",
"rollup": "^0.45.0",
"test-all-versions": "^3.3.2"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"mocha": {
"require": "@babel/register"
}
}
1 change: 0 additions & 1 deletion test/mocha.opts

This file was deleted.

Loading

0 comments on commit 9665c23

Please sign in to comment.