Skip to content

Commit

Permalink
upgrade iter-tools, add missing immutable dep
Browse files Browse the repository at this point in the history
  • Loading branch information
conartist6 committed Jun 22, 2018
1 parent d08f09d commit 5dd2c06
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/kye-parser-ascii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"immutable": "^3.8.2",
"invariant": "^2.2.4",
"iter-tools": "^4.0.2",
"iter-tools": "^5.0.1",
"prando": "^3.0.3",
"strip-bom": "^3.0.0"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/potato-engine-plugin-deflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "potato-engine-plugin-deflection",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"immutable": "^3.8.2"
},
"peerDependencies": {
"potato-engine": "0.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/potato-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"eventemitter2": "^5.0.1",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
"iter-tools": "^4.0.2",
"iter-tools": "^5.0.1",
"prando": "^3.0.3"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2688,9 +2688,9 @@ [email protected]:
editions "^1.1.1"
textextensions "1 || 2"

iter-tools@^4.0.2:
version "4.1.1"
resolved "https://registry.yarnpkg.com/iter-tools/-/iter-tools-4.1.1.tgz#94c70341f70c568d2e314e62f8bee1ca8505f414"
iter-tools@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/iter-tools/-/iter-tools-5.0.1.tgz#496559615fd94a0d0e8b62242a9ea9f61e206fba"
dependencies:
"@babel/runtime" "^7.0.0-beta.49"
clone-regexp "^1.0.1"
Expand Down

0 comments on commit 5dd2c06

Please sign in to comment.