Skip to content

Commit

Permalink
update builtins deps
Browse files Browse the repository at this point in the history
These mostly include updates for newer versions of node. stream-http dropped IE8 support - needs shims to work (see #1384).
  • Loading branch information
zertosh committed Oct 26, 2015
1 parent da949a1 commit c35f73e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -28,17 +28,17 @@
"buffer": "^3.4.3",
"concat-stream": "~1.5.1",
"console-browserify": "^1.1.0",
"constants-browserify": "~0.0.1",
"constants-browserify": "~1.0.0",
"crypto-browserify": "^3.0.0",
"defined": "^1.0.0",
"deps-sort": "^2.0.0",
"domain-browser": "~1.1.0",
"duplexer2": "~0.1.2",
"events": "~1.0.0",
"events": "~1.1.0",
"glob": "^4.0.5",
"has": "^1.0.0",
"htmlescape": "^1.1.0",
"stream-http": "^1.2.0",
"stream-http": "^2.0.0",
"https-browserify": "~0.0.0",
"inherits": "~2.0.1",
"insert-module-globals": "^7.0.0",
Expand All @@ -63,7 +63,7 @@
"through2": "^2.0.0",
"timers-browserify": "^1.0.1",
"tty-browserify": "~0.0.0",
"url": "~0.10.1",
"url": "~0.11.0",
"util": "~0.10.1",
"vm-browserify": "~0.0.1",
"xtend": "^4.0.0"
Expand Down

0 comments on commit c35f73e

Please sign in to comment.