Skip to content

Commit ae47ff7

Browse files
committed
fix: add @lit-protocol/contracts to auth-browser peer dep
1 parent b000446 commit ae47ff7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@cosmjs/stargate": "0.30.1",
4242
"@dotenvx/dotenvx": "^1.6.4",
4343
"@lit-protocol/accs-schemas": "^0.0.20",
44-
"@lit-protocol/contracts": "^0.0.63",
44+
"@lit-protocol/contracts": "^0.0.74",
4545
"@metamask/eth-sig-util": "5.0.2",
4646
"@mysten/sui.js": "^0.37.1",
4747
"@openagenda/verror": "^3.1.4",

packages/auth-browser/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"tweetnacl": "^1.0.3",
2626
"tweetnacl-util": "^0.13.3",
2727
"util": "^0.12.4",
28-
"web-vitals": "^3.0.4"
28+
"web-vitals": "^3.0.4",
29+
"@lit-protocol/contracts": "^0.0.74"
2930
},
3031
"tags": [
3132
"browser"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3042,10 +3042,10 @@
30423042
dependencies:
30433043
ajv "^8.12.0"
30443044

3045-
"@lit-protocol/contracts@^0.0.63":
3046-
version "0.0.63"
3047-
resolved "https://registry.yarnpkg.com/@lit-protocol/contracts/-/contracts-0.0.63.tgz#8700c37df9d2422e9c97aa27871fb64de6186f6c"
3048-
integrity sha512-CAorNt72ybIY/g//dDeR837izNGuYQR99XwPSK2X2AJ6c+aZX1kdXCrOnxsbY40BzFrOk/dIFo+ymJ9E3qh48w==
3045+
"@lit-protocol/contracts@^0.0.74":
3046+
version "0.0.74"
3047+
resolved "https://registry.yarnpkg.com/@lit-protocol/contracts/-/contracts-0.0.74.tgz#e726a9190c86b10cc6df3a392cd04d19057be27d"
3048+
integrity sha512-8uV038gzBp7ew7a4884SVt9Zhu8CtiTb+A8dKNnByxVoT1kFt4O4DmsaniV8p9AGjNR13IWfpU1NFChmPHVIpQ==
30493049

30503050
"@ljharb/resumer@~0.0.1":
30513051
version "0.0.1"

0 commit comments

Comments
 (0)