Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 22f4201 commit f49b155
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.3.3",
"rimraf": "5.0.8",
"react-is": "^16.13.1",
"typescript": "5.1.6",
"typescript": "5.5.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.9.3",
"rimraf": "5.0.8",
"ts-jest": "29.2.2",
"typescript": "5.1.6"
"typescript": "5.5.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": "5.0.8",
"typescript": "5.1.6"
"typescript": "5.5.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 @@ -47,7 +47,7 @@
"regenerator-runtime": "0.14.1",
"rimraf": "5.0.8",
"ts-jest": "29.2.2",
"typescript": "5.1.6"
"typescript": "5.5.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": "5.0.8",
"ts-jest": "29.2.2",
"typescript": "5.1.6"
"typescript": "5.5.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": "5.0.8",
"rollup": "4.18.1",
"ts-jest": "29.2.2",
"typescript": "5.1.6"
"typescript": "5.5.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 @@ -61,7 +61,7 @@
"react-router-dom": "5.3.4",
"rimraf": "5.0.8",
"storybook": "7.6.17",
"typescript": "5.1.6",
"typescript": "5.5.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": "5.0.8",
"ts-jest": "29.2.2",
"typescript": "5.1.6"
"typescript": "5.5.3"
},
"peerDependencies": {
"core-js": "^3.0.0",
Expand Down

0 comments on commit f49b155

Please sign in to comment.