Skip to content

Commit 1a08f07

Browse files
committed
fix(dependencies): update React version to 18.3.1 in pnpm-lock.yaml and add @ethersproject/providers dependency in access-control-conditions package.json
1 parent c267e97 commit 1a08f07

File tree

2 files changed

+584
-483
lines changed

2 files changed

+584
-483
lines changed

packages/access-control-conditions/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"typings": "./src/index.d.ts",
2727
"dependencies": {
2828
"ethers": "5.7.2",
29-
"zod": "3.24.3"
29+
"zod": "3.24.3",
30+
"@ethersproject/providers": "5.7.2"
3031
}
3132
}

0 commit comments

Comments
 (0)