Skip to content

Commit 476ffa2

Browse files
committed
stick to @types/web=0.0.69 to fix incompatibility with node types
microsoft/TypeScript-DOM-lib-generator#1368
1 parent aceee42 commit 476ffa2

File tree

2 files changed

+151
-113
lines changed

2 files changed

+151
-113
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"xml2js": "0.4.23"
2727
},
2828
"devDependencies": {
29-
"@types/web": "^0",
29+
"@types/web": "0.0.69",
3030
"@typescript-eslint/eslint-plugin": "^5.21.0",
3131
"@typescript-eslint/parser": "^5.21.0",
3232
"eslint": "^8.14.0",

0 commit comments

Comments
 (0)