Skip to content

Commit

Permalink
Merge pull request #16 from barinbritva/typescript-update
Browse files Browse the repository at this point in the history
Update TypeScript to 4.3.2.
  • Loading branch information
barinbritva authored Jun 3, 2021
2 parents da757b7 + 8d9466b commit 6113d40
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.4] - 2021-06-03
### Changed
- Update TypeScript to v4.3.2

## [1.2.3] - 2021-06-03
### Fixed
- Project creating process finishes with correct status code.
Expand Down
6 changes: 3 additions & 3 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 @@ -61,7 +61,7 @@
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"ts-node": "^9.1.1",
"typescript": "^3.9.7"
"typescript": "^4.3.2"
},
"dependencies": {
"ejs": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion scaffold/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"devDependencies": {
"@types/node": "^14.14.31",
"ts-node": "^9.1.1",
"typescript": "^3.9.7"
"typescript": "^4.3.2"
}
}

0 comments on commit 6113d40

Please sign in to comment.