Skip to content

Commit b525ded

Browse files
committed
test: undefined update fixtures for type-definitions test
This test were failing because newer version of webpack doesn't support TypeScript 3.9.0. I upgraded TypeScript version in the fixtures to fix this issue.
1 parent 55f71d3 commit b525ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/fixtures/type-definitions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/index.js",
55
"license": "MIT",
66
"devDependencies": {
7-
"typescript": "~3.8.0",
7+
"typescript": "~4.9.0",
88
"webpack": "^5.11.0"
99
}
1010
}

0 commit comments

Comments
 (0)