Skip to content

Commit

Permalink
chore: explicitly pull in typescript 3.9 (#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 committed Sep 17, 2020
1 parent 4baac71 commit 96eddfb
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
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 96eddfb

Please sign in to comment.