Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.2 (#270)
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] committed Sep 24, 2024
1 parent ac872cc commit ac1b93a
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.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vue-router": "4.4.5"
},
"devDependencies": {
"typescript": "5.5.4",
"typescript": "5.6.2",
"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 @@ -28,7 +28,7 @@
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.12",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "5.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"solid-js": "1.8.22"
},
"devDependencies": {
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "5.4.7",
"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.16.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "5.4.7"
},
"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 @@ -20,7 +20,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.1.4",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "5.4.7",
"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.5.4"
"typescript": "5.6.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.8.22",
"tsup": "8.3.0",
"tsup-preset-solid": "2.2.0",
"typescript": "5.5.4"
"typescript": "5.6.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.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vue": "3.5.7"
},
"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 @@ -55,7 +55,7 @@
"lute-connect": "1.3.0",
"magic-sdk": "28.6.0",
"tsup": "8.3.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"peerDependencies": {
"@agoralabs-sh/avm-web-provider": "^1.6.2",
Expand Down
Loading

0 comments on commit ac1b93a

Please sign in to comment.