Skip to content

Commit

Permalink
Merge pull request #3074 from storybooks/upgrade-ws
Browse files Browse the repository at this point in the history
RN app: upgrade ws from 3.3.3 to 4.1.0
  • Loading branch information
Hypnosphi authored Feb 27, 2018
2 parents 6758750 + 5c8dd67 commit 2b81544
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.0",
"ws": "^3.3.3"
"ws": "^4.1.0"
},
"devDependencies": {
"react-native": "^0.52.2"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16495,14 +16495,21 @@ ws@^2.0.3:
safe-buffer "~5.0.1"
ultron "~1.1.0"

ws@^3.0.0, ws@^3.3.3, ws@~3.3.1:
ws@^3.0.0, ws@~3.3.1:
version "3.3.3"
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
dependencies:
async-limiter "~1.0.0"
safe-buffer "~5.1.0"
ultron "~1.1.0"

ws@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-4.1.0.tgz#a979b5d7d4da68bf54efe0408967c324869a7289"
dependencies:
async-limiter "~1.0.0"
safe-buffer "~5.1.0"

x-is-function@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/x-is-function/-/x-is-function-1.0.4.tgz#5d294dc3d268cbdd062580e0c5df77a391d1fa1e"
Expand Down

0 comments on commit 2b81544

Please sign in to comment.