Skip to content

Commit

Permalink
Merge pull request smartcontractkit#35 from smartcontractkit/dependab…
Browse files Browse the repository at this point in the history
…ot/npm_and_yarn/chainlink/contracts-0.0.12

Bump @chainlink/contracts from 0.0.11 to 0.0.12
  • Loading branch information
thodges-gh authored Jan 11, 2021
2 parents 5984b51 + 2a60806 commit 80a9d38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"license": "MIT",
"dependencies": {
"@chainlink/contracts": "^0.0.11",
"@chainlink/contracts": "^0.0.12",
"@openzeppelin/contracts": "^3.3.0",
"@truffle/hdwallet-provider": "^1.2.1"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -473,12 +473,12 @@
typechain "^1.0.5"
typechain-target-ethers "^1.0.4"

"@chainlink/contracts@^0.0.11":
version "0.0.11"
resolved "https://registry.yarnpkg.com/@chainlink/contracts/-/contracts-0.0.11.tgz#22de73cdb8c1b2242ea0ebd32b639d2a17ed2ffe"
integrity sha512-ZHvsb6WIgCQFvrtqpmV4AJv/LlozXjseTHll9lTlrzSLJMMyPt3g73pKFpQHjhCXL/0YMGosIYxQ4J+RGirbkg==
"@chainlink/contracts@^0.0.12":
version "0.0.12"
resolved "https://registry.yarnpkg.com/@chainlink/contracts/-/contracts-0.0.12.tgz#a768905bfb83a991d919020286d5da093ea8325c"
integrity sha512-IFc7kV69PIVOo/mqUrnNI7gUPG+fQ3gpWxxE69F0GmK5CrwPcC3hIbdn32caHGMGcDAhnO0Nwj+8eQ/GpsfXTg==
optionalDependencies:
"@truffle/contract" "^4.2.6"
"@truffle/contract" "^4.2.29"
ethers "^4.0.45"

"@chainlink/[email protected]":
Expand Down Expand Up @@ -1026,7 +1026,7 @@
crypto-js "^3.1.9-1"
debug "^4.1.0"

"@truffle/contract@^4.0.35", "@truffle/contract@^4.2.6":
"@truffle/contract@^4.0.35", "@truffle/contract@^4.2.29":
version "4.3.5"
resolved "https://registry.yarnpkg.com/@truffle/contract/-/contract-4.3.5.tgz#360434b09bbf9a8d34ed2f7075f40d36509b180c"
integrity sha512-08gLSId+spnXqdM/25pOiurNcSBeCBa6KrplCgojy1RvqlG8JbEa9jXHWt1DCACZTtSnCsC2ywSNxAKRb4HqIA==
Expand Down

0 comments on commit 80a9d38

Please sign in to comment.