We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d230300 commit 532b1e4Copy full SHA for 532b1e4
package.json
@@ -5,19 +5,19 @@
5
"main": "index.js",
6
"bin": "bin/cmd.js",
7
"dependencies": {
8
- "JSONStream": "~0.8.4",
9
- "browser-pack": "^5.0.1",
+ "JSONStream": "^1.3.2",
+ "browser-pack": "^6.0.4",
10
"defined": "^1.0.0",
11
"deps-topo-sort": "~0.2.1",
12
"inherits": "^2.0.1",
13
- "isarray": "^1.0.0",
14
- "labeled-stream-splicer": "^1.0.0",
15
- "minimist": "~0.2.0",
+ "isarray": "^2.0.4",
+ "labeled-stream-splicer": "^2.0.1",
+ "minimist": "^1.2.0",
16
"nub": "^1.0.0",
17
"outpipe": "^1.1.0",
18
"reversepoint": "~0.2.0",
19
"stream-combiner": "~0.2.1",
20
- "through2": "^0.5.1",
+ "through2": "^2.0.3",
21
"xtend": "^4.0.0"
22
},
23
"devDependencies": {
0 commit comments