Skip to content

Commit

Permalink
Merge pull request #4495 from WalletConnect/chore/updates-utils
Browse files Browse the repository at this point in the history
chore: updated util deps
  • Loading branch information
ganchoradkov authored May 7, 2024
2 parents 6bc470e + 4e6b713 commit a6fd81a
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 103 deletions.
152 changes: 64 additions & 88 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@walletconnect/heartbeat": "1.2.1",
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-types": "1.0.3",
"@walletconnect/heartbeat": "1.2.2",
"@walletconnect/jsonrpc-provider": "1.0.14",
"@walletconnect/jsonrpc-types": "1.0.4",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/jsonrpc-ws-connection": "1.0.14",
"@walletconnect/keyvaluestorage": "1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sign-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@walletconnect/core": "2.12.2",
"@walletconnect/events": "1.0.1",
"@walletconnect/heartbeat": "1.2.1",
"@walletconnect/heartbeat": "1.2.2",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "2.1.2",
"@walletconnect/time": "1.0.2",
Expand All @@ -50,7 +50,7 @@
},
"devDependencies": {
"@aws-sdk/client-cloudwatch": "3.450.0",
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-provider": "1.0.14",
"@walletconnect/jsonrpc-ws-connection": "1.0.14",
"@walletconnect/relay-api": "1.0.10"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@walletconnect/events": "1.0.1",
"@walletconnect/heartbeat": "1.2.1",
"@walletconnect/jsonrpc-types": "1.0.3",
"@walletconnect/heartbeat": "1.2.2",
"@walletconnect/jsonrpc-types": "1.0.4",
"@walletconnect/keyvaluestorage": "1.1.1",
"@walletconnect/logger": "2.1.2",
"events": "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@walletconnect/auth-client": "2.1.2",
"@walletconnect/core": "2.12.2",
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-provider": "1.0.14",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "2.1.2",
"@walletconnect/sign-client": "2.12.2",
Expand Down
6 changes: 3 additions & 3 deletions providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@walletconnect/jsonrpc-http-connection": "1.0.7",
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-types": "1.0.3",
"@walletconnect/jsonrpc-http-connection": "1.0.8",
"@walletconnect/jsonrpc-provider": "1.0.14",
"@walletconnect/jsonrpc-types": "1.0.4",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/modal": "2.6.2",
"@walletconnect/sign-client": "2.12.2",
Expand Down
2 changes: 1 addition & 1 deletion providers/signer-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@walletconnect/jsonrpc-types": "1.0.3",
"@walletconnect/jsonrpc-types": "1.0.4",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/sign-client": "2.12.2",
"@walletconnect/types": "2.12.2",
Expand Down
6 changes: 3 additions & 3 deletions providers/universal-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@walletconnect/jsonrpc-http-connection": "1.0.7",
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-types": "1.0.3",
"@walletconnect/jsonrpc-http-connection": "1.0.8",
"@walletconnect/jsonrpc-provider": "1.0.14",
"@walletconnect/jsonrpc-types": "1.0.4",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "2.1.2",
"@walletconnect/sign-client": "2.12.2",
Expand Down

0 comments on commit a6fd81a

Please sign in to comment.