Skip to content

Commit eeebcf6

Browse files
author
Benjamin E. Coe
authored
fix(deps): pin TypeScript below 3.7.0
1 parent 03a8afb commit eeebcf6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@
9191
"proxyquire": "^2.1.0",
9292
"sinon": "^7.3.2",
9393
"tmp": "0.1.0",
94-
"typescript": "~3.7.0"
94+
"typescript": "3.6.4"
9595
}
9696
}

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"extends": "packages:linters",
1515
"groupName": "linters"
1616
}
17-
]
17+
],
18+
"ignoreDeps": ["typescript"]
1819
}

0 commit comments

Comments
 (0)