Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 35589fb

Browse files
author
Benjamin E. Coe
authored
fix(deps): pin TypeScript below 3.7.0
1 parent 00ed081 commit 35589fb

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
@@ -96,7 +96,7 @@
9696
"source-map-support": "^0.5.6",
9797
"teeny-request": "^5.0.0",
9898
"tmp-promise": "^2.0.2",
99-
"typescript": "~3.7.0",
99+
"typescript": "3.6.4",
100100
"uuid": "^3.3.2"
101101
}
102102
}

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)