Skip to content

Commit

Permalink
chore: explicitly pull in typescript 3.9 (typeorm#6724)
Browse files Browse the repository at this point in the history
this bumps the version of typescript accepted to >=3.9.7,<4.0
we were implicitly pulling in that version (per the package-lock.json)
so this just codifies it in the package.json as well
  • Loading branch information
imnotjames authored and Svetlozar committed Jan 12, 2021
1 parent bcbf5d9 commit 72c5f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 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 @@ -101,7 +101,7 @@
"sqlite3": "^5.0.0",
"ts-node": "^9.0.0",
"typeorm-aurora-data-api-driver": "^1.4.0",
"typescript": "^3.3.3333"
"typescript": "^3.9.7"
},
"dependencies": {
"@sqltools/formatter": "1.2.2",
Expand Down

0 comments on commit 72c5f8b

Please sign in to comment.