Skip to content

Commit e94ffb8

Browse files
committed
temproary fixed JSDOM infinite error
#55
1 parent 20ab9f1 commit e94ffb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/reshow-app/package.build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reshow-app",
3-
"version": "0.13.0-beta.63",
3+
"version": "0.13.0-beta.64",
44
"description": "Reshow App Files",
55
"repository": "react-atomic/reshow",
66
"keywords": [],
@@ -38,7 +38,7 @@
3838
"error-stack-parser": "2.0.6",
3939
"es6-promise": "4.2.5",
4040
"html-entities": "1.2.1",
41-
"jsdom": "*",
41+
"jsdom": "16.4.0",
4242
"jsdom-global": "*",
4343
"local-web-server": "2.6.0",
4444
"mocha": "^5.x",

0 commit comments

Comments
 (0)