Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

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 authored Dec 5, 2019
1 parent ebe05c4 commit c8d7267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mocha": "^6.1.4",
"pack-n-play": "^1.0.0-2",
"prettier": "^1.17.0",
"typescript": "~3.7.0"
"typescript": "3.6.4"
},
"scripts": {
"predocs": "npm run compile",
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"extends": "packages:linters",
"groupName": "linters"
}
]
],
"ignoreDeps": ["typescript"]
}

0 comments on commit c8d7267

Please sign in to comment.