Skip to content

Commit fd32003

Browse files
build(deps): bump typescript from 5.4.3 to 5.4.5 (#51)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.5. - [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.3...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0845fd9 commit fd32003

File tree

4 files changed

+35
-29
lines changed

4 files changed

+35
-29
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lodash": "^4.17.21",
3535
"open": "^10.1.0",
3636
"ora": "^8.0.1",
37-
"typescript": "^5.4.3",
37+
"typescript": "^5.4.5",
3838
"vitest": "^1.4.0",
3939
"yaml": "^2.4.1",
4040
"zod": "^3.22.4"

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/parser": "^7.24.1",
2525
"@babel/types": "^7.24.0",
2626
"object-hash": "^3.0.0",
27-
"typescript": "^5.4.3",
27+
"typescript": "^5.4.5",
2828
"unplugin": "^1.10.1",
2929
"vitest": "^1.4.0",
3030
"zod": "^3.22.4"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "",
2424
"license": "ISC",
2525
"dependencies": {
26-
"typescript": "^5.4.3",
26+
"typescript": "^5.4.5",
2727
"vitest": "^1.4.0"
2828
},
2929
"devDependencies": {

pnpm-lock.yaml

Lines changed: 32 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)