Skip to content

Commit

Permalink
Bump @ethereum-waffle/jest version to 3.1.0 (#357)
Browse files Browse the repository at this point in the history
* Bump @ethereum-waffle/jest version to 3.1.0

* add missing dependency
  • Loading branch information
marekkirejczyk committed Sep 2, 2020
1 parent c6beffb commit c31a6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waffle-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/jest",
"description": "A sweet set of jest matchers for your blockchain testing needs.",
"version": "3.0.0",
"version": "3.1.0",
"author": "Adrian Li <li.adrianmc@gmail.com>",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"node": ">=10.0"
},
"dependencies": {
"@ethereum-waffle/provider": "^3.0.0",
"@ethereum-waffle/provider": "^3.1.0",
"ethers": "^5.0.0",
"jest-diff": "^26.0.1"
},
Expand Down

0 comments on commit c31a6b8

Please sign in to comment.