Skip to content

Commit

Permalink
Merge pull request #283 from reactotron/pin-socket-io-client
Browse files Browse the repository at this point in the history
Downgrades socket.io deps from ^ to ~.
  • Loading branch information
skellock authored Nov 28, 2016
2 parents 0e3e19e + 54c2b49 commit 9f28184
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/demo-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"redux-logger": "^2.6.1",
"redux-saga": "^0.13.0",
"seamless-immutable": "^6.0.1",
"socket.io-client": "^1.7.1"
"socket.io-client": "~1.7.1"
},
"standard": {
"parser": "babel-eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4177,7 +4177,7 @@ socket.io-client@^1.4.8:
socket.io-parser "2.3.1"
to-array "0.1.4"

socket.io-client@^1.7.1:
socket.io-client@~1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-1.7.1.tgz#6c23725edff804f3919c1ce4ebb25e591c6e61d7"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/reactotron-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ramda": "^0.22.1",
"ramdasauce": "^1.1.0",
"reactotron-core-client": "^1.5.2",
"socket.io-client": "^1.7.1",
"socket.io-client": "~1.7.1",
"stacktrace-js": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/reactotron-react-js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3568,7 +3568,7 @@ [email protected]:
socket.io-parser "2.3.1"
to-array "0.1.4"

socket.io-client@^1.7.1:
socket.io-client@~1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-1.7.1.tgz#6c23725edff804f3919c1ce4ebb25e591c6e61d7"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/reactotron-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"ramda": "^0.22.1",
"ramdasauce": "^1.1.1",
"reactotron-core-client": "^1.5.2",
"socket.io-client": "^1.7.1"
"socket.io-client": "~1.7.1"
}
}
12 changes: 2 additions & 10 deletions packages/reactotron-react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1670,15 +1670,7 @@ [email protected]:
version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"

concat-stream@^1.4.6, concat-stream@^1.4.7:
version "1.5.2"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.5.2.tgz#708978624d856af41a5a741defdd261da752c266"
dependencies:
inherits "~2.0.1"
readable-stream "~2.0.0"
typedarray "~0.0.5"

concat-stream@~1.4.5:
concat-stream@^1.4.6, concat-stream@^1.4.7, concat-stream@~1.4.5:
version "1.4.10"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.4.10.tgz#acc3bbf5602cb8cc980c6ac840fa7d8603e3ef36"
dependencies:
Expand Down Expand Up @@ -5453,7 +5445,7 @@ [email protected]:
socket.io-parser "2.3.1"
to-array "0.1.4"

socket.io-client@^1.7.1:
socket.io-client@~1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-1.7.1.tgz#6c23725edff804f3919c1ce4ebb25e591c6e61d7"
dependencies:
Expand Down

0 comments on commit 9f28184

Please sign in to comment.