Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#1195)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent cbbf0ce commit 3a87fa0
Show file tree
Hide file tree
Showing 17 changed files with 260 additions and 269 deletions.
2 changes: 1 addition & 1 deletion examples/eth-web3js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"rc-util": "^5.43.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite-plugin-svgr": "^4.2.0",
"vitest": "~2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"father": "^4.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"father": "^4.4.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"father": "^4.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"antd": ">=4.23.0 || >=5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-web3js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"father": "^4.4.4",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"web3": "^4.11.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"father": "^4.4.4",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"ethers": "^5.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"father": "^4.4.4",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"ethers": "^6.11.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"glob": "^11.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"antd": ">=4.23.0 || >=5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@solana/wallet-adapter-phantom": "^0.9.24",
"@types/debug": "^4.1.12",
"father": "^4.4.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"@solana/web3.js": "^1.89.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@tanstack/react-query": "^5.40.1",
"@types/debug": "^4.1.12",
"father": "^4.4.4",
"typescript": "^5.5.2"
"typescript": "^5.6.2"
},
"peerDependencies": {
"@mysten/dapp-kit": "^0.14.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/ton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"father": "^4.4.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"father": "^4.4.4",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"wagmi": "^2.12.13",
"@tanstack/react-query": "^5.51.11",
"viem": "^2.21.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"father": "^4.4.4",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"@types/lodash-es": "^4.17.12"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3a87fa0

Please sign in to comment.