Skip to content

Commit

Permalink
fix: lock Typescript to 3.6.0
Browse files Browse the repository at this point in the history
Because of a breaking feature in Typescript 3.7.0 we cannot upgrade
past that without marooning users of Typescript 3.5 / 3.6 & 4.0+

this locks typescript to ~3.6.0 explicitly

fixes #6809
fixes #6805
  • Loading branch information
imnotjames committed Sep 30, 2020
1 parent 78a6ee9 commit 2eada76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -111,7 +111,7 @@
"sqlite3": "^5.0.0",
"ts-node": "^9.0.0",
"typeorm-aurora-data-api-driver": "^1.4.0",
"typescript": "^3.9.7"
"typescript": "~3.6.0"
},
"dependencies": {
"@sqltools/formatter": "1.2.2",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
@@ -1,5 +1,4 @@
{
"version": "2.1.1",
"compilerOptions": {
"lib": ["es5", "es6"],
"outDir": "build/compiled",
Expand Down

0 comments on commit 2eada76

Please sign in to comment.