Skip to content

Commit 7872cf4

Browse files
committed
chore(e2e): update peerDependencies to use wildcard versions for @LIT-Protocol packages
1 parent d71367a commit 7872cf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"typescript": "^5.0.0"
4545
},
4646
"peerDependencies": {
47-
"@lit-protocol/auth": "8.0.0-prealpha-886.4",
48-
"@lit-protocol/lit-client": "8.0.0-prealpha-886.4",
49-
"@lit-protocol/networks": "8.0.0-prealpha-886.4"
47+
"@lit-protocol/auth": "*",
48+
"@lit-protocol/lit-client": "*",
49+
"@lit-protocol/networks": "*"
5050
},
5151
"engines": {
5252
"node": ">=18.0.0"

0 commit comments

Comments
 (0)