Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit aef1053

Browse files
build(deps-dev): bump typescript from 5.7.2 to 5.7.3
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] <[email protected]>
1 parent 5afaf6f commit aef1053

File tree

12 files changed

+286
-286
lines changed

12 files changed

+286
-286
lines changed

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@
8686
"ts-jest-resolver": "^2.0.1",
8787
"ts-node": "^10.9.2",
8888
"typedoc": "^0.27.6",
89-
"typescript": "5.7.2"
89+
"typescript": "5.7.3"
9090
}
9191
}

libraries/type-length-value/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"shx": "^0.3.4",
6161
"ts-node": "^10.9.2",
6262
"typedoc": "^0.27.6",
63-
"typescript": "^5.7.2"
63+
"typescript": "^5.7.3"
6464
}
6565
}

name-service/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"ts-jest": "^29.2.5",
5858
"ts-node": "^10.9.2",
5959
"typedoc": "^0.27.6",
60-
"typescript": "^5.7.2"
60+
"typescript": "^5.7.3"
6161
},
6262
"dependencies": {
6363
"@solana/web3.js": "^1.95.5",

0 commit comments

Comments
 (0)