Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.4.5 to 5.7.2
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.2.
- [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.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 27, 2024
1 parent da62a05 commit b5f88fd
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-all": "4.1.5",
"tslib": "^2.8.1",
"typescript": "^5.3.3"
"typescript": "^5.7.2"
},
"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.2"
},
"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.2.0",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
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 @@ -82,7 +82,7 @@
"stylelint-use-logical": "2.1.2",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"validate-branch-name": "^1.3.1",
"xo": "^0.59.3"
},
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 @@ -30,6 +30,6 @@
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"ng-packagr": "17.3.0",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion showcases/angular-ssr-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@types/node": "^22.9.1",
"cpr": "3.0.1",
"ng-packagr": "17.3.0",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion showcases/next-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "^18.3.12",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
},
"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 @@ -46,6 +46,6 @@
"iframe-resizer": "^5.3.2",
"open-cli": "^8.0.0",
"sass": "1.77.4",
"typescript": "5.4.5"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion showcases/stencil-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "17.3.12",
"ng-packagr": "17.3.0",
"npm-run-all": "4.1.5",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
},
"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 @@ -19,7 +19,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down

0 comments on commit b5f88fd

Please sign in to comment.