Skip to content

Commit 026759b

Browse files
committed
Update Typescript to be compatible with newest Fusebox version
1 parent d023929 commit 026759b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/fuse-box/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"classcat": "^1.1.3",
14-
"inferno": "^3.10.1",
15-
"inferno-component": "^3.10.1"
14+
"inferno": "next"
1615
},
1716
"devDependencies": {
18-
"fuse-box": "^3.0.2",
17+
"fuse-box": "^3.1.3",
1918
"ts-transform-classcat": "^0.0.2",
2019
"ts-transform-inferno": "^0.8.0",
21-
"uglify-js": "^3.2.0"
20+
"typescript": "^2.7.1",
21+
"uglify-es": "^3.3.9"
2222
}
2323
}

0 commit comments

Comments
 (0)