Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 7c460e5 commit 31a3f6d
Show file tree
Hide file tree
Showing 11 changed files with 152 additions and 152 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vue-router": "4.5.0"
},
"devDependencies": {
"typescript": "5.6.3",
"typescript": "5.7.2",
"vue-tsc": "2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "6.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"solid-js": "1.9.3"
},
"devDependencies": {
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "6.0.2",
"vite-plugin-solid": "2.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@walletconnect/types": "2.17.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "6.0.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"solid-js": "1.9.3",
"tsup": "8.3.5",
"tsup-preset-solid": "2.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"algosdk": "2.9.0",
"tsup": "8.3.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vue": "3.5.13"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"lute-connect": "1.4.1",
"magic-sdk": "28.19.0",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@agoralabs-sh/avm-web-provider": "^1.7.0",
Expand Down
Loading

0 comments on commit 31a3f6d

Please sign in to comment.