Skip to content

Commit 4fb0123

Browse files
committed
Update dependencies
Also add `any` to avoid stack overflow in TypeScript compiler
1 parent 492bf22 commit 4fb0123

File tree

3 files changed

+802
-526
lines changed

3 files changed

+802
-526
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,25 @@
4545
"@cycle/dom": "^22.0.0",
4646
"@cycle/isolate": "^4.1.0",
4747
"@cycle/run": "^5.1.0",
48-
"cyclejs-utils": "^3.2.0",
48+
"cyclejs-utils": "^4.0.2",
4949
"xstream": "^11.7.0"
5050
},
5151
"devDependencies": {
5252
"@cycle/rxjs-run": "^10.1.0",
5353
"babel-preset-env": "^1.7.0",
5454
"babelify": "^10.0.0",
55-
"browserify": "^16.2.2",
55+
"browserify": "^16.2.3",
5656
"cp-cli": "^1.1.2",
5757
"cycle-onionify": "^6.1.0",
58-
"husky": "^0.14.3",
59-
"lint-staged": "^7.3.0",
58+
"husky": "^1.2.0",
59+
"lint-staged": "^8.1.0",
6060
"mkdirp": "^0.5.1",
61-
"opn-cli": "^3.1.0",
62-
"prettier": "^1.14.3",
63-
"release-it": "^7.6.1",
61+
"opn-cli": "^4.0.0",
62+
"prettier": "^1.15.3",
63+
"release-it": "^8.2.0",
6464
"rimraf": "^2.6.2",
6565
"rxjs": "^6.3.3",
66-
"typedoc": "^0.12.0",
66+
"typedoc": "^0.13.0",
6767
"typescript": "^3.1.6"
6868
}
6969
}

0 commit comments

Comments
 (0)