Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdyraga committed Dec 31, 2021
1 parent a04c144 commit 65c092d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threshold-network/solidity-contracts",
"version": "0.0.2-dev",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"files": [
"artifacts/",
Expand Down Expand Up @@ -57,11 +57,11 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-ropsten",
"@keep-network/keep-core": "1.7.0",
"@openzeppelin/contracts": "^4.4",
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf"
},
"peerDependencies": {
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-ropsten"
"@keep-network/keep-core": "1.7.0"
}
}
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,10 @@
deepmerge "^4.2.2"
untildify "^4.0.0"

"@keep-network/keep-core@>1.8.0-dev <1.8.0-ropsten":
version "1.8.0-dev.5"
resolved "https://registry.yarnpkg.com/@keep-network/keep-core/-/keep-core-1.8.0-dev.5.tgz#8b4d08ec437f29c94723ee54fcf76456ba5408c3"
integrity sha512-QVkpO5X28Vczj/xHezV0z2UuMw8QFaR3C8x/d6+3adedsL3nCxgveIGTUcXSuYpBqfx0v4/xT+9bIK7BwLkGPw==
"@keep-network/keep-core@1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@keep-network/keep-core/-/keep-core-1.7.0.tgz#0923d539fc431810bd9b239f91e09a92a2b255a0"
integrity sha512-jU0ol4L5a7vFUXCTlYGsjZYhl87cUpiAYz9LgDgvM3sGmwNIVZ9dY3gziINXIbSSFZjoqh3eGDxDPcQmA+Rjrg==
dependencies:
"@openzeppelin/upgrades" "^2.7.2"
openzeppelin-solidity "2.4.0"
Expand Down Expand Up @@ -3373,9 +3373,8 @@ eslint-config-google@^0.13.0:
version "0.3.0"
resolved "https://codeload.github.com/keep-network/eslint-config-keep/tar.gz/0c27ade54e725f980e971c3d91ea88bab76b2330"
dependencies:
"@keep-network/prettier-config-keep" "github:keep-network/prettier-config-keep"
eslint-config-google "^0.13.0"
eslint-config-prettier "^6.15.0"
eslint-config-prettier "^6.10.0"
eslint-plugin-no-only-tests "^2.3.1"
eslint-plugin-prettier "^3.1.2"

Expand Down

0 comments on commit 65c092d

Please sign in to comment.