Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.5.3 to 5.5.4 (solana-labs#7045)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [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.3...v5.5.4)

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

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 Jul 23, 2024
1 parent 9ade1bb commit e2d570e
Show file tree
Hide file tree
Showing 13 changed files with 234 additions and 234 deletions.
2 changes: 1 addition & 1 deletion account-compression/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.5",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"prettier": "@solana/prettier-config-solana"
}
2 changes: 1 addition & 1 deletion libraries/type-length-value/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typedoc": "^0.26.5",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion memo/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typedoc": "^0.26.5",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typedoc": "^0.26.5",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@solana/web3.js": "^1.95.1",
Expand Down
Loading

0 comments on commit e2d570e

Please sign in to comment.