Skip to content

Commit

Permalink
Bump typescript from 4.7.4 to 4.8.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.7.4...v4.8.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] committed Sep 27, 2022
1 parent a020728 commit eec543b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/which": "^2.0.1",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"typescript": "^4.8.3"
},
"scripts": {
"build": "shx rm -rf dist && tsc -b",
Expand Down
18 changes: 9 additions & 9 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 @@ -74,7 +74,7 @@
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typed-emitter": "^2.1.0",
"typescript": "^4.7.4"
"typescript": "^4.8.3"
},
"oclif": {
"bin": "autify",
Expand Down

0 comments on commit eec543b

Please sign in to comment.