Skip to content

Commit

Permalink
Bump typescript from 4.4.4 to 4.5.2 (#857)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.4.4...v4.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <[email protected]>
  • Loading branch information
dependabot[bot] and romainmenke authored Nov 20, 2021
1 parent 43f75f1 commit f9419b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 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 packages/core-web-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/babel__traverse": "^7.14.2",
"@types/node": "^16.11.9",
"@types/semver": "^7.3.9",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/node": "^16.11.9",
"@types/semver": "^7.3.9",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"bugs": {
"url": "https://github.com/mrhenry/core-web/issues"
Expand Down

0 comments on commit f9419b6

Please sign in to comment.