Skip to content

Commit c94586c

Browse files
committed
Fix preact-compat version
Looks like the new version broke things. There should be yarn lockfile etc.
1 parent 0497e28 commit c94586c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"d3": "^4.2.7",
9999
"filesize": "^3.3.0",
100100
"preact": "^6.2.1",
101-
"preact-compat": "^3.6.0",
101+
"preact-compat": "3.11.0",
102102
"react": "^15.3.2",
103103
"react-dom": "^15.3.2",
104104
"react-router": "^2.8.1",

0 commit comments

Comments
 (0)