Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Fix: upgrade conflux-local-network-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Apr 16, 2020
1 parent 48d4640 commit 5c380cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"@storybook/addon-knobs": "^5.2.8",
"@storybook/react": "^5.2.8",
"@storybook/storybook-deployer": "^2.8.1",
"@yqrashawn/conflux-local-network-lite": "^2.0.11",
"@yqrashawn/conflux-local-network-lite": "^2.0.12",
"@yqrashawn/conflux-portal-onboarding": "^0.2.0-alpha",
"addons-linter": "1.14.0",
"babel-eslint": "^10.0.2",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2743,12 +2743,13 @@
pify "^3.0.0"
safe-event-emitter "^1.0.1"

"@yqrashawn/conflux-local-network-lite@^2.0.11":
version "2.0.11"
resolved "https://registry.yarnpkg.com/@yqrashawn/conflux-local-network-lite/-/conflux-local-network-lite-2.0.11.tgz#f4513263a781e38490810c014352a626c73ce3cf"
integrity sha512-UoffV7t0xPIVV042GiFSRTj8pdswm4y8UMWdeiiq86KP/bYpiUVhLtkYDjIVYMuPD2d5Yy2o/5yCdkZQpYBATQ==
"@yqrashawn/conflux-local-network-lite@^2.0.12":
version "2.0.12"
resolved "https://registry.yarnpkg.com/@yqrashawn/conflux-local-network-lite/-/conflux-local-network-lite-2.0.12.tgz#bf695426e9748c3ba51bef6f52d310ef23c039d6"
integrity sha512-wTHaV97WVJxRiVAaDUD7583ID7LfTPkxXfvdSTdQPSXJDdAoFwKD+7jBbdOMo0pc6oSkO0LTjRSCz/OxpIdh0A==
dependencies:
cfx-util "^0.0.1-c"
cross-port-killer "^1.2.1"
express "^4.17.1"
express-async-errors "^3.1.1"
got "^10.5.7"
Expand Down Expand Up @@ -7357,6 +7358,11 @@ cross-fetch@^2.1.0, cross-fetch@^2.1.1:
node-fetch "2.1.2"
whatwg-fetch "2.0.4"

cross-port-killer@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/cross-port-killer/-/cross-port-killer-1.2.1.tgz#30f5912dba758e25ae250feb16687a472142c8ef"
integrity sha512-44xPEKbWl55Imjxq5wAWqBhtZpj07OUSP32v2B+gvxyVv6SUBKDowuMCvAf2r2e+obpjpHNjpe846MTIpK2f+g==

cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
Expand Down

0 comments on commit 5c380cf

Please sign in to comment.