Skip to content

Commit dec067a

Browse files
committed
[npm] Upgrade ws to 0.7.2 and use stacktrace-parser that supports io.js
- ws 0.7 shipped with better io.js compatibility (see https://github.com/websockets/ws/releases for the changelog). - stacktrace-parser used to list only Node 0.10 under its list of supported engines. This new version includes Node 1.x and 2.x (i.e. io.js) as well, which addresses the warning. Test Plan: Run `npm install` under io.js -- no more warnings about a mismatched Node version. Run the UIExplorer with the Chrome debugger. Can use it fine and no issues when reloading the app.
1 parent 1d1386e commit dec067a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"rebound": "^0.0.12",
6565
"sane": "^1.1.2",
6666
"source-map": "0.1.31",
67-
"stacktrace-parser": "frantic/stacktrace-parser#493c5e5638",
67+
"stacktrace-parser": "ide/stacktrace-parser#iojs",
6868
"uglify-js": "~2.4.16",
6969
"underscore": "1.7.0",
7070
"worker-farm": "^1.3.1",
71-
"ws": "0.4.31",
71+
"ws": "0.7.2",
7272
"yargs": "1.3.2"
7373
},
7474
"devDependencies": {

0 commit comments

Comments
 (0)