Skip to content

Commit 4d68594

Browse files
committed
apply patch
1 parent 3c9fae4 commit 4d68594

File tree

2 files changed

+120
-46
lines changed

2 files changed

+120
-46
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
"eslint": "^8.25.0",
2929
"glob": "^8.0.3",
3030
"rollup": "^2.78.1",
31-
"rollup-plugin-terser": "^7.0.2",
32-
"typescript": "^4.8.4"
31+
"rollup-plugin-terser": "^7.0.2"
32+
},
33+
"overrides": {
34+
"[email protected]": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/139076/artifacts?artifactName=tgz&fileId=FDFEBFD7D88247CD31A298D36CE4CF4D755D0D11C7B30BA428B6AB3F1180113F02&fileName=/typescript-4.9.3-insiders.20221122.tgz"
3335
},
3436
"scripts": {
3537
"build": "npm run build --workspaces --if-present",

0 commit comments

Comments
 (0)