Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.2.2 to 5.3.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 475f574 commit 7301996
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 132 deletions.
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 @@ -60,6 +60,6 @@
"prettier": "^3.1.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.3.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.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typescript": "^5.0.4"
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"start-server-and-test": "^2.0.3",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typescript": "^5.0.4"
"typescript": "^5.3.2"
},
"dependencies": {
"@solana/web3.js": "^1.87.6",
Expand Down
Loading

0 comments on commit 7301996

Please sign in to comment.