Skip to content

Commit

Permalink
update udp and tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
clement committed Aug 28, 2020
1 parent 85cd7c0 commit 38a8856
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion browser-browserify.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"constants": "constants-browserify",
"crypto": "crypto-browserify",
"dns": "dns.js",
"net": "react-native-tcp",
"net": "react-native-socket",
"domain": "domain-browser",
"http": "stream-http",
"https": "https-browserify",
Expand Down
2 changes: 1 addition & 1 deletion browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"net": "react-native-socket",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
Expand Down
4 changes: 2 additions & 2 deletions shims-browserify.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
"punycode": "^1.3.2",
"querystring-es3": "~0.2.0",
"react-native-level-fs": "^3.0.0",
"react-native-udp": "0.0.12",
"react-native-udp": "^3.2.0",
// "readable-stream": "~1.0.33-1",
"readable-stream": "^2.0.2",
"stream-browserify": "^2.0.0",
Expand All @@ -27,6 +27,6 @@ module.exports = {
"url": "~0.10.1",
"util": "~0.10.1",
"utp": "0.0.8",
"react-native-tcp": "^3.2.1",
"react-native-tcp-socket": "^3.2.1",
"vm-browserify": "~0.0.1"
}
4 changes: 2 additions & 2 deletions shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
"punycode": "^1.2.4",
"querystring-es3": "~0.2.0",
"react-native-level-fs": "^3.0.0",
"react-native-udp": "^2.1.0",
"react-native-udp": "^3.2.0",
"readable-stream": "1.0.33",
// "stream-browserify": "substack/stream-browserify#fa56e68",
"stream-browserify": "^1.0.0",
Expand All @@ -27,6 +27,6 @@ module.exports = {
"tty-browserify": "0.0.0",
"url": "~0.10.1",
"util": "~0.10.3",
"react-native-tcp": "^3.2.1",
"react-native-tcp-socket": "^3.2.1",
"vm-browserify": "0.0.4"
}

0 comments on commit 38a8856

Please sign in to comment.