Skip to content

Commit bdc868a

Browse files
authored
Merge pull request #812 from hyoo-ru/build-test-start-disable
Removes fix jsdom version - node >= 24.0.0 supports mixed imports
2 parents 154a236 + 5b45902 commit bdc868a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"@types/body-parser": "*",
1313
"@types/serve-index": "*",
1414
"@types/jsdom": "*",
15-
"@types/ws": "*",
16-
"jsdom": "27.0.0"
15+
"@types/ws": "*"
1716
}
1817
}

0 commit comments

Comments
 (0)