Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.7.2 to 5.7.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 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.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent f2b76f5 commit 53c381f
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 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 @@ -45,7 +45,7 @@
"prettier": "3.4.2",
"rimraf": "6.0.1",
"react-is": "^18.3.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"verdaccio": "^5.26.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"memfs": "4.15.3",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"http-server": "14.1.1",
"jest": "29.7.0",
"rimraf": "6.0.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-webpack-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"core-js": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-webpack-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"dependencies": {
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "6.0.1",
"rollup": "4.30.1",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"rollup": "^3.0.0 || ^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-router-dom": "5.3.4",
"rimraf": "6.0.1",
"storybook": "8.4.7",
"typescript": "5.7.2",
"typescript": "5.7.3",
"typescript-plugin-css-modules": "5.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"core-js": "^3.0.0",
Expand Down

0 comments on commit 53c381f

Please sign in to comment.