Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.3 (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent d99f85c commit 4c8ab0b
Show file tree
Hide file tree
Showing 11 changed files with 142 additions and 142 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.15",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
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.4.5"
},
"devDependencies": {
"typescript": "5.6.2",
"typescript": "5.6.3",
"vue-tsc": "2.1.6"
}
}
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.12",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "5.4.9"
}
}
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.2"
},
"devDependencies": {
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite-plugin-solid": "2.10.2"
}
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.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "5.4.9"
},
"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.1.4",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "5.4.9",
"vue-tsc": "2.1.6"
}
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.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"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.2",
"tsup": "8.3.0",
"tsup-preset-solid": "2.2.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"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.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vue": "3.5.12"
},
"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.13.0",
"tsup": "8.3.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"peerDependencies": {
"@agoralabs-sh/avm-web-provider": "^1.7.0",
Expand Down
Loading

0 comments on commit 4c8ab0b

Please sign in to comment.