Skip to content

Commit

Permalink
Bump truffle-v4 version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed May 29, 2020
1 parent 693ce91 commit 3ed9f45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/truffle-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@typechain/truffle-v4": "^2.0.0",
"@typechain/truffle-v4": "2.0.3",
"@types/bignumber.js": "^5.0.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/truffle-v4/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@typechain/truffle-v4@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@typechain/truffle-v4/-/truffle-v4-2.0.0.tgz#0ca849fc83ca0a421206dc5e9d58442a82501f67"
integrity sha512-i1kLw2tNqSs2JsX60Jhh9z03UBJXv1aVR4cTNMxcoDJvviBjGnxKVdCVic/3EUDWU8b4zwoRdTKXP/8HxzadsQ==
"@typechain/truffle-v4@2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@typechain/truffle-v4/-/truffle-v4-2.0.3.tgz#095da3bc5cf1c3bf2f50bc0a6a52fcdab3cfaefd"
integrity sha512-MzIWXdsK8AoW18LGLYGut6RqZ2k658yYEnztjTSXwuN90TgXzYoRK37IbmSmq9AQplMvZf2IJD/lRUspET6Z8A==

"@types/bignumber.js@^5.0.0":
version "5.0.0"
Expand Down

0 comments on commit 3ed9f45

Please sign in to comment.