Skip to content

Commit

Permalink
Bump typescript from 4.8.4 to 5.2.2 in /.emacs.d/bin
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.8.4...v5.2.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 1657599 commit b7c0c4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .emacs.d/bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bash-language-server": "^5.0.0",
"copilot-node-server": "^1.10.3",
"dockerfile-language-server-nodejs": "^0.11.0",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"typescript-language-server": "^3.3.2",
"vscode-langservers-extracted": "^4.5.0",
"yaml-language-server": "^1.10.0"
Expand Down
7 changes: 6 additions & 1 deletion .emacs.d/bin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -758,11 +758,16 @@ typescript-language-server@^3.3.2:
resolved "https://registry.yarnpkg.com/typescript-language-server/-/typescript-language-server-3.3.2.tgz#4547a6098b5708c1e3bd2c5c17ad698e3d6a97a4"
integrity sha512-jzun53CIkTbpAki0nP+hk5baGW+86SNNlVhyIj2ZUy45zUkCnmoetWuAtfRRQYrlIr8x4QB3ymGJPuwDQSd/ew==

typescript@^4.0.5, typescript@^4.8.4:
typescript@^4.0.5:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==

typescript@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

[email protected]:
version "1.4.3"
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
Expand Down

0 comments on commit b7c0c4b

Please sign in to comment.