Skip to content

Commit 6ce389f

Browse files
chore: upgrade Lit Protocol dependencies to version 7.0.5 (#1570)
1 parent 20d4f1a commit 6ce389f

File tree

5 files changed

+189
-184
lines changed

5 files changed

+189
-184
lines changed

packages/integration-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:lit": "jest test/lit-protocol.test.ts --forceExit"
4242
},
4343
"devDependencies": {
44-
"@lit-protocol/lit-node-client": "7.0.2",
44+
"@lit-protocol/lit-node-client": "7.0.5",
4545
"@requestnetwork/advanced-logic": "0.52.0",
4646
"@requestnetwork/currency": "0.26.0",
4747
"@requestnetwork/data-access": "0.43.0",

packages/lit-protocol-cipher/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"test:watch": "yarn test --watch"
4141
},
4242
"dependencies": {
43-
"@lit-protocol/auth-helpers": "7.0.2",
44-
"@lit-protocol/constants": "7.0.2",
45-
"@lit-protocol/contracts": "0.0.74",
46-
"@lit-protocol/encryption": "7.0.2",
47-
"@lit-protocol/lit-node-client": "7.0.2",
48-
"@lit-protocol/lit-node-client-nodejs": "7.0.2",
49-
"@lit-protocol/types": "7.0.2",
43+
"@lit-protocol/auth-helpers": "7.0.5",
44+
"@lit-protocol/constants": "7.0.5",
45+
"@lit-protocol/contracts": "0.0.86",
46+
"@lit-protocol/encryption": "7.0.5",
47+
"@lit-protocol/lit-node-client": "7.0.5",
48+
"@lit-protocol/lit-node-client-nodejs": "7.0.5",
49+
"@lit-protocol/types": "7.0.5",
5050
"@requestnetwork/request-client.js": "0.57.0",
5151
"@requestnetwork/types": "0.52.0",
5252
"@walletconnect/modal": "2.7.0",

packages/request-node/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
},
4343
"dependencies": {
4444
"@ethersproject/experimental": "5.7.0",
45-
"@lit-protocol/constants": "7.0.2",
46-
"@lit-protocol/contracts": "0.0.74",
47-
"@lit-protocol/contracts-sdk": "7.0.2",
48-
"@lit-protocol/lit-node-client": "7.0.2",
49-
"@lit-protocol/types": "7.0.2",
45+
"@lit-protocol/constants": "7.0.5",
46+
"@lit-protocol/contracts": "0.0.86",
47+
"@lit-protocol/contracts-sdk": "7.0.5",
48+
"@lit-protocol/lit-node-client": "7.0.5",
49+
"@lit-protocol/types": "7.0.5",
5050
"@requestnetwork/currency": "0.26.0",
5151
"@requestnetwork/data-access": "0.43.0",
5252
"@requestnetwork/ethereum-storage": "0.43.0",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prepare": "yarn run build"
3939
},
4040
"dependencies": {
41-
"@lit-protocol/types": "7.0.2",
41+
"@lit-protocol/types": "7.0.5",
4242
"ethers": "5.7.2"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)