Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.1.6 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
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 Aug 31, 2023
1 parent ffe6333 commit be0d526
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 21 deletions.
21 changes: 11 additions & 10 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 @@ -44,7 +44,7 @@
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"typescript": "5.1.6",
"typescript": "5.2.2",
"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,7 +55,7 @@
"@types/stream-json": "^1.7.3",
"jest": "29.6.4",
"rimraf": "5.0.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"peerDependencies": {
"lodash": "^4.0.0"
Expand Down
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.6.4",
"rimraf": "5.0.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
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.0",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"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.0",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"dependencies": {
"lodash": "4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/rollup-plugin/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 packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rimraf": "5.0.1",
"rollup": "3.10.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"peerDependencies": {
"rollup": "^3.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 @@ -60,7 +60,7 @@
"react-router-dom": "5.3.4",
"rimraf": "5.0.1",
"storybook": "7.4.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"typescript-plugin-css-modules": "5.0.1"
},
"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 @@ -51,7 +51,7 @@
"regenerator-runtime": "0.14.0",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"peerDependencies": {
"core-js": "^3.0.0",
Expand Down

0 comments on commit be0d526

Please sign in to comment.