Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.1.6 to 5.3.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.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.3.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 21, 2023
1 parent 7e36f36 commit 3d178d6
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 @@ -44,7 +44,7 @@
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"rimraf": "5.0.5",
"typescript": "5.1.6",
"typescript": "5.3.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,6 +55,6 @@
"memfs": "4.6.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.3.2"
}
}
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.5",
"typescript": "5.1.6"
"typescript": "5.3.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.5",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.3.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.5",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.3.2"
},
"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.5",
"rollup": "3.29.4",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.3.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 @@ -61,7 +61,7 @@
"react-router-dom": "5.3.4",
"rimraf": "5.0.5",
"storybook": "7.5.3",
"typescript": "5.1.6",
"typescript": "5.3.2",
"typescript-plugin-css-modules": "5.0.2"
},
"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.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.3.2"
},
"peerDependencies": {
"core-js": "^3.0.0",
Expand Down

0 comments on commit 3d178d6

Please sign in to comment.