Skip to content

Commit

Permalink
Bump typescript from 5.1.6 to 5.7.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.1.6 to 5.7.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.1.6...v5.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 51691cc commit 75db64f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 16 deletions.
19 changes: 9 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/api-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-redux": "8.1.2",
"rollup": "3.29.5",
"rollup-plugin-node-externals": "7.1.2",
"typescript": "5.1.6"
"typescript": "5.7.2"
},
"peerDependencies": {
"@chia-network/api": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"jest": "29.6.3",
"rollup": "3.29.5",
"rollup-plugin-node-externals": "7.1.2",
"typescript": "5.1.6"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"rollup": "3.29.5",
"rollup-plugin-node-externals": "7.1.2",
"styled-components": "6.0.7",
"typescript": "5.1.6"
"typescript": "5.7.2"
},
"peerDependencies": {
"@chia-network/api": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"style-loader": "3.3.3",
"terser": "5.19.2",
"terser-webpack-plugin": "5.3.9",
"typescript": "5.1.6",
"typescript": "5.7.2",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rollup": "3.29.5",
"rollup-plugin-node-externals": "7.1.2",
"styled-components": "6.0.7",
"typescript": "5.1.6"
"typescript": "5.7.2"
},
"peerDependencies": {
"@mui/icons-material": "^5.14.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"rollup": "3.29.5",
"rollup-plugin-node-externals": "7.1.2",
"styled-components": "6.0.7",
"typescript": "5.1.6"
"typescript": "5.7.2"
},
"peerDependencies": {
"@chia-network/api": "^1.0.0",
Expand Down

0 comments on commit 75db64f

Please sign in to comment.