Skip to content

Commit cce5185

Browse files
authored
fix(deps): pin TypeScript below 3.7.0
1 parent ec27e38 commit cce5185

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"proxyquire": "^2.0.0",
6565
"sinon": "^7.0.0",
6666
"source-map-support": "^0.5.9",
67-
"typescript": "~3.7.0"
67+
"typescript": "3.6.4"
6868
}
6969
}

renovate.json

+2-1
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)