Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.4.5 to 5.5.2 (#6894)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump typescript from 5.4.5 to 5.5.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.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.4.5...v5.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Explicitly specify @types/node dep in account-compression

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon C <[email protected]>
  • Loading branch information
dependabot[bot] and joncinque committed Jun 24, 2024
1 parent 6499910 commit 6df92af
Show file tree
Hide file tree
Showing 13 changed files with 199 additions and 201 deletions.
3 changes: 2 additions & 1 deletion account-compression/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"@solana/prettier-config-solana": "^0.0.5",
"@types/bn.js": "^5.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
Expand All @@ -92,7 +93,7 @@
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.2",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"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.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
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.1.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
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.1.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@solana/web3.js": "^1.93.1",
Expand Down
Loading

0 comments on commit 6df92af

Please sign in to comment.