Skip to content

Commit 24ca037

Browse files
build(deps-dev): bump typescript from 5.7.2 to 5.7.3 (#33)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0350324 commit 24ca037

4 files changed

Lines changed: 99 additions & 99 deletions

File tree

clients/js-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint": "^8.57.0",
3535
"solana-bankrun": "^0.4.0",
3636
"tsup": "^8.1.2",
37-
"typescript": "^5.7.2"
37+
"typescript": "^5.7.3"
3838
},
3939
"dependencies": {
4040
"@solana/web3.js": "^1.98.0",

clients/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-config-prettier": "^9.1.0",
2727
"eslint-plugin-prettier": "^5.2.1",
2828
"prettier": "^3.4.2",
29-
"typescript": "^5.7.2"
29+
"typescript": "^5.7.3"
3030
},
3131
"dependencies": {
3232
"@solana/addresses": "2.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@iarna/toml": "^2.2.5",
2929
"codama": "^1.2.0",
30-
"typescript": "^5.7.2",
30+
"typescript": "^5.7.3",
3131
"zx": "^8.3.0"
3232
},
3333
"engines": {

0 commit comments

Comments
 (0)