Skip to content

Commit 726b48f

Browse files
authored
Fix script compilation by pinning back some deps (microsoft#53937)
1 parent ddd5084 commit 726b48f

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
"which": "^2.0.2"
8484
},
8585
"overrides": {
86-
"typescript@*": "$typescript"
86+
"typescript@*": "$typescript",
87+
"@octokit/types": "9.0.0",
88+
"@octokit/openapi-types": "16.0.0"
8789
},
8890
"scripts": {
8991
"test": "hereby runtests-parallel --light=false",

0 commit comments

Comments
 (0)