Skip to content

Commit

Permalink
fix(deps): update dependency fluture to ^8.0.0 (neutrinojs#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and eliperelman committed Jan 9, 2018
1 parent ffd9b15 commit 5f6fa11
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint": "^4.12.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.2",
"fluture": "^7.2.2",
"fluture": "^8.0.0",
"lodash.clonedeep": "^4.5.0",
"ramda": "^0.25.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"deep-sort-object": "^1.0.2",
"deepmerge": "^1.5.2",
"fluture": "^7.2.2",
"fluture": "^8.0.0",
"immutable": "^3.8.1",
"immutable-ext": "^1.1.2",
"javascript-stringify": "^1.6.0",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4510,14 +4510,14 @@ flush-write-stream@^1.0.0:
inherits "^2.0.1"
readable-stream "^2.0.4"

fluture@^7.2.2:
version "7.2.2"
resolved "https://registry.yarnpkg.com/fluture/-/fluture-7.2.2.tgz#6e1cc88e42dace967822d543b86bb9b9396b585a"
fluture@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/fluture/-/fluture-8.0.0.tgz#b8de768c2abf2e21859bd50735ee379e68d0621b"
dependencies:
concurrify "^1.0.0"
denque "^1.1.1"
inspect-f "^1.2.0"
sanctuary-type-classes "^6.0.0"
sanctuary-type-classes "^7.1.1"
sanctuary-type-identifiers "^2.0.0"

fn-name@^2.0.0:
Expand Down Expand Up @@ -10125,6 +10125,12 @@ sanctuary-type-classes@^6.0.0:
dependencies:
sanctuary-type-identifiers "1.0.x"

sanctuary-type-classes@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/sanctuary-type-classes/-/sanctuary-type-classes-7.1.1.tgz#084bbd3168d72e60a059f6f78f5b7e391e68ffbb"
dependencies:
sanctuary-type-identifiers "1.0.x"

[email protected]:
version "1.0.0"
resolved "https://registry.yarnpkg.com/sanctuary-type-identifiers/-/sanctuary-type-identifiers-1.0.0.tgz#e8f359f006cb5e624cfb8464603fc114608bde9f"
Expand Down

0 comments on commit 5f6fa11

Please sign in to comment.