Skip to content

Commit 65c092d

Browse files
committed
v1.0.0 release
1 parent a04c144 commit 65c092d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threshold-network/solidity-contracts",
3-
"version": "0.0.2-dev",
3+
"version": "1.0.0",
44
"license": "GPL-3.0-or-later",
55
"files": [
66
"artifacts/",
@@ -57,11 +57,11 @@
5757
"typescript": "^4.4.4"
5858
},
5959
"dependencies": {
60-
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-ropsten",
60+
"@keep-network/keep-core": "1.7.0",
6161
"@openzeppelin/contracts": "^4.4",
6262
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf"
6363
},
6464
"peerDependencies": {
65-
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-ropsten"
65+
"@keep-network/keep-core": "1.7.0"
6666
}
6767
}

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -577,10 +577,10 @@
577577
deepmerge "^4.2.2"
578578
untildify "^4.0.0"
579579

580-
"@keep-network/keep-core@>1.8.0-dev <1.8.0-ropsten":
581-
version "1.8.0-dev.5"
582-
resolved "https://registry.yarnpkg.com/@keep-network/keep-core/-/keep-core-1.8.0-dev.5.tgz#8b4d08ec437f29c94723ee54fcf76456ba5408c3"
583-
integrity sha512-QVkpO5X28Vczj/xHezV0z2UuMw8QFaR3C8x/d6+3adedsL3nCxgveIGTUcXSuYpBqfx0v4/xT+9bIK7BwLkGPw==
580+
"@keep-network/keep-core@1.7.0":
581+
version "1.7.0"
582+
resolved "https://registry.yarnpkg.com/@keep-network/keep-core/-/keep-core-1.7.0.tgz#0923d539fc431810bd9b239f91e09a92a2b255a0"
583+
integrity sha512-jU0ol4L5a7vFUXCTlYGsjZYhl87cUpiAYz9LgDgvM3sGmwNIVZ9dY3gziINXIbSSFZjoqh3eGDxDPcQmA+Rjrg==
584584
dependencies:
585585
"@openzeppelin/upgrades" "^2.7.2"
586586
openzeppelin-solidity "2.4.0"
@@ -3373,9 +3373,8 @@ eslint-config-google@^0.13.0:
33733373
version "0.3.0"
33743374
resolved "https://codeload.github.com/keep-network/eslint-config-keep/tar.gz/0c27ade54e725f980e971c3d91ea88bab76b2330"
33753375
dependencies:
3376-
"@keep-network/prettier-config-keep" "github:keep-network/prettier-config-keep"
33773376
eslint-config-google "^0.13.0"
3378-
eslint-config-prettier "^6.15.0"
3377+
eslint-config-prettier "^6.10.0"
33793378
eslint-plugin-no-only-tests "^2.3.1"
33803379
eslint-plugin-prettier "^3.1.2"
33813380

0 commit comments

Comments
 (0)