Skip to content

Commit

Permalink
Merge pull request #173 from WalletConnect/fix/missing-events-polyfil…
Browse files Browse the repository at this point in the history
…l-deps

fix(deps): ensure no transitive deps on `events` package
  • Loading branch information
ganchoradkov authored May 7, 2024
2 parents 30e8668 + cf54c6d commit 50767dd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
3 changes: 2 additions & 1 deletion jsonrpc/http-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1",
"cross-fetch": "^3.1.4"
"cross-fetch": "^3.1.4",
"events": "^3.3.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
7 changes: 4 additions & 3 deletions jsonrpc/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
},
"dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.8",
"@walletconnect/safe-json": "^1.0.2"
"@walletconnect/safe-json": "^1.0.2",
"events": "^3.3.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand All @@ -64,11 +65,11 @@
"@types/node": "^14.14.7",
"@walletconnect/jsonrpc-http-connection": "^1.0.4",
"@walletconnect/jsonrpc-ws-connection": "^1.0.10",
"@walletconnect/relay-auth": "^1.0.3",
"@walletconnect/utils": "^2.1.3",
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/relay-auth": "^1.0.3",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/utils": "^2.1.3",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"chai": "^4.2.0",
Expand Down
1 change: 1 addition & 0 deletions jsonrpc/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"format": "prettier --config ../../.prettierrc --write {src,test}/**/*.ts"
},
"dependencies": {
"events": "^3.3.0",
"keyvaluestorage-interface": "^1.0.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion misc/heartbeat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
},
"dependencies": {
"@walletconnect/events": "^1.0.1",
"@walletconnect/time": "^1.0.2"
"@walletconnect/time": "^1.0.2",
"events": "^3.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.15",
Expand Down
14 changes: 11 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50767dd

Please sign in to comment.