Skip to content

Commit 6c95307

Browse files
authored
fix(deps): pin TypeScript below 3.7.0
1 parent 9b801a0 commit 6c95307

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
@@ -41,7 +41,7 @@
4141
"mocha": "^6.0.0",
4242
"nyc": "^14.0.0",
4343
"source-map-support": "^0.5.6",
44-
"typescript": "^3.0.0",
44+
"typescript": "3.6.4",
4545
"linkinator": "^1.5.0"
4646
},
4747
"engines": {

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)