Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Pin fast-async to 6.3.1 due to breaking change in patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Apr 9, 2018
1 parent 58fcca5 commit 2edc81a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.0",
"deepmerge": "^1.5.2",
"fast-async": "^6.3.0",
"fast-async": "6.3.1",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0",
"webpack-sources": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-preset-env": "^1.6.0",
"deepmerge": "^1.5.2",
"fast-async": "^6.3.0",
"fast-async": "6.3.1",
"ramda": "^0.25.0",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.0",
"deepmerge": "^1.5.2",
"fast-async": "^6.3.0",
"fast-async": "6.3.1",
"webpack": "^3.10.0",
"webpack-manifest-plugin": "^1.3.2",
"webpack-sources": "1.0.1",
Expand Down
11 changes: 2 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4889,7 +4889,7 @@ fancy-log@^1.1.0:
color-support "^1.1.3"
time-stamp "^1.0.0"

fast-async@^6.3.0:
fast-async@6.3.1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/fast-async/-/fast-async-6.3.1.tgz#53383a651be5e4f7aa2d4cc38e3520fd1460b4ad"
dependencies:
Expand Down Expand Up @@ -14168,20 +14168,13 @@ webpack-node-externals@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/webpack-node-externals/-/webpack-node-externals-1.6.0.tgz#232c62ec6092b100635a3d29d83c1747128df9bd"

webpack-sources@1.0.1:
webpack-sources@1.0.1, webpack-sources@^1.0.0, webpack-sources@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.0.1.tgz#c7356436a4d13123be2e2426a05d1dad9cbe65cf"
dependencies:
source-list-map "^2.0.0"
source-map "~0.5.3"

webpack-sources@^1.0.0, webpack-sources@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.1.0.tgz#a101ebae59d6507354d71d8013950a3a8b7a5a54"
dependencies:
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@^3.10.0:
version "3.11.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.11.0.tgz#77da451b1d7b4b117adaf41a1a93b5742f24d894"
Expand Down

0 comments on commit 2edc81a

Please sign in to comment.