Skip to content

Commit

Permalink
chore(deps): update non-major dependencies (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar authored May 16, 2024
1 parent a5f407b commit 7157e24
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 67 deletions.
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet-react": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.6.0",
"lute-connect": "^1.1.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.2.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18"
Expand Down
6 changes: 3 additions & 3 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet": "workspace:*",
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.6.0",
"lute-connect": "^1.1.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.2.0",
"nuxt": "^3.10.2",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
Expand Down
6 changes: 3 additions & 3 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet-react": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.6.0",
"lute-connect": "^1.1.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet-solid": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.7.0",
"lute-connect": "^1.1.3",
"lute-connect": "^1.2.0",
"solid-js": "^1.8.11"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.6.0",
"lute-connect": "^1.1.3"
"algosdk": "^2.7.0",
"lute-connect": "^1.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet": "workspace:*",
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.6.0",
"lute-connect": "^1.1.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.2.0",
"vue": "^3.3.11"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.6.0",
"lute-connect": "^1.1.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.2.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.6.0",
"lute-connect": "^1.1.3"
"algosdk": "^2.7.0",
"lute-connect": "^1.2.0"
},
"peerDependenciesMeta": {
"@blockshake/defly-connect": {
Expand Down
6 changes: 3 additions & 3 deletions packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.6.0",
"lute-connect": "^1.1.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.2.0",
"vue": "^3.0.0"
},
"peerDependenciesMeta": {
Expand Down
8 changes: 4 additions & 4 deletions packages/use-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
},
"devDependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@types/node": "^20.6.5",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/modal-core": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"@walletconnect/types": "^2.10.2",
"algo-msgpack-with-bigint": "^2.1.1",
"lute-connect": "^1.1.3",
"lute-connect": "^1.2.0",
"tsup": "^8.0.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.3",
"@perawallet/connect": "^1.3.4",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"lute-connect": "^1.1.3"
"lute-connect": "^1.2.0"
},
"peerDependenciesMeta": {
"@blockshake/defly-connect": {
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

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

0 comments on commit 7157e24

Please sign in to comment.