Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.4.5 to 5.7.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.7.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.7.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 Jan 21, 2025
1 parent 04bbbf6 commit 485aa51
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 54 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"http-server": "14.1.1",
"npm-run-all2": "7.0.2",
"tslib": "^2.8.1",
"typescript": "^5.3.3"
"typescript": "^5.7.3"
},
"overrides": {
"cross-spawn": "~7.0.5"
Expand Down
2 changes: 1 addition & 1 deletion output/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular-devkit/build-angular": "17.3.11",
"@angular/common": "17.3.12",
"ng-packagr": "17.3.0",
"typescript": "^5.4.5"
"typescript": "^5.7.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vitejs/plugin-vue": "^5.2.0",
"replace-in-file": "^8.3.0",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
Expand Down
89 changes: 46 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"stylelint-use-logical": "2.1.2",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"typescript": "^5.7.3",
"validate-branch-name": "^1.3.2",
"xo": "^0.60.0"
},
Expand Down
2 changes: 1 addition & 1 deletion showcases/angular-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"ng-packagr": "17.3.0",
"typescript": "^5.4.5"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion showcases/angular-ssr-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@types/node": "^22.10.7",
"cpr": "3.0.1",
"ng-packagr": "17.3.0",
"typescript": "^5.4.5"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion showcases/next-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react": "^18.3.13",
"npm-run-all2": "7.0.2",
"open-cli": "^8.0.0",
"typescript": "^5.4.5"
"typescript": "^5.7.3"
},
"overrides": {
"cross-spawn": "~7.0.5"
Expand Down
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"iframe-resizer": "^5.3.2",
"open-cli": "^8.0.0",
"sass": "1.77.4",
"typescript": "5.4.5",
"typescript": "5.7.3",
"unist-util-visit": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"typescript": "^5.7.3",
"vite": "^6.0.7"
}
}
2 changes: 1 addition & 1 deletion showcases/stencil-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@angular/compiler-cli": "17.3.12",
"ng-packagr": "17.3.0",
"npm-run-all2": "7.0.2",
"typescript": "^5.4.5"
"typescript": "^5.7.3"
},
"overrides": {
"cross-spawn": "~7.0.5"
Expand Down
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
}
Expand Down

0 comments on commit 485aa51

Please sign in to comment.