Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.4.5 to 5.5.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.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.4.5...v5.5.3)

---
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 Jul 12, 2024
1 parent 966a2c7 commit 8d73fb6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"source-map-explorer": "^2.5.3",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"webpack-bundle-analyzer": "^4.10.2"
},
"engines": {
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5649,7 +5649,7 @@ __metadata:
rxjs: "npm:~7.8.1"
source-map-explorer: "npm:^2.5.3"
tslib: "npm:^2.6.3"
typescript: "npm:~5.4.5"
typescript: "npm:~5.5.3"
webpack-bundle-analyzer: "npm:^4.10.2"
zone.js: "npm:~0.14.7"
languageName: unknown
Expand Down Expand Up @@ -14976,7 +14976,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.0.4, typescript@npm:~5.4.5":
"typescript@npm:^5.0.4":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
Expand All @@ -14986,7 +14986,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.0.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A~5.4.5#optional!builtin<compat/typescript>":
"typescript@npm:~5.5.3":
version: 5.5.3
resolution: "typescript@npm:5.5.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/f52c71ccbc7080b034b9d3b72051d563601a4815bf3e39ded188e6ce60813f75dbedf11ad15dd4d32a12996a9ed8c7155b46c93a9b9c9bad1049766fe614bbdd
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.0.4#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
bin:
Expand All @@ -14996,6 +15006,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A~5.5.3#optional!builtin<compat/typescript>":
version: 5.5.3
resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>::version=5.5.3&hash=b45daf"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/5a437c416251334deeaf29897157032311f3f126547cfdc4b133768b606cb0e62bcee733bb97cf74c42fe7268801aea1392d8e40988cdef112e9546eba4c03c5
languageName: node
linkType: hard

"ua-parser-js@npm:^0.7.30":
version: 0.7.38
resolution: "ua-parser-js@npm:0.7.38"
Expand Down

0 comments on commit 8d73fb6

Please sign in to comment.