Skip to content

Commit 664aa96

Browse files
committed
Fix dependencies
1 parent d2448ab commit 664aa96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,16 @@
3737
},
3838
"devDependencies": {
3939
"@cycle/base": "^4.1.1",
40+
"@cycle/dom": "^12.2.5",
4041
"@cycle/xstream-run": "^3.1.0",
4142
"babel-preset-es2015": "^6.14.0",
4243
"babelify": "^7.3.0",
4344
"browserify": "^13.1.0",
4445
"concatinator": "^1.0.16",
4546
"cp-cli": "^1.0.2",
4647
"rimraf": "^2.5.4",
47-
"typedoc": "^0.4.5",
48-
"typescript": "^2.0.0"
48+
"typedoc": "0.5.0",
49+
"typescript": "^2.0.0",
50+
"xstream": "^6.2.0"
4951
}
5052
}

0 commit comments

Comments
 (0)