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

Commit a95eb1c

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 63b2173 commit a95eb1c

File tree

5 files changed

+204
-204
lines changed

5 files changed

+204
-204
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
}

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)