Skip to content

Commit

Permalink
fix(deps): pin TypeScript below 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 5, 2019
1 parent 68a6d8d commit e48750e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"nyc": "^14.0.0",
"sinon": "^7.0.0",
"source-map-support": "^0.5.6",
"typescript": "~3.7.0"
"typescript": "3.6.4"
},
"engines": {
"node": ">=8.10.0"
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Expand Up @@ -14,5 +14,6 @@
"extends": "packages:linters",
"groupName": "linters"
}
]
],
"ignoreDeps": ["typescript"]
}

0 comments on commit e48750e

Please sign in to comment.