Commit 287d75f15ff0bc1b3986bc4c64833f09d445cf83
update deps
Dominic Tarr committed on 10/9/2016, 1:35:56 AMParent: aed774c44c87b37e617bc05b87adddd2467ba2c5
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -7,13 +7,16 @@ | ||
7 | 7 … | "type": "git", |
8 | 8 … | "url": "git://github.com/pfraze/scuttlebot.git" |
9 | 9 … | }, |
10 | 10 … | "dependencies": { |
11 … | + "atomic-file": "0.0.1", | |
11 | 12 … | "bash-color": "~0.0.3", |
12 | 13 … | "broadcast-stream": "~0.0.0", |
13 | 14 … | "cont": "~1.0.3", |
15 … | + "deep-equal": "^1.0.1", | |
14 | 16 … | "explain-error": "~1.0.1", |
15 | 17 … | "graphmitter": "^1.6.3", |
18 … | + "has-network": "0.0.0", | |
16 | 19 … | "ip": "^0.3.3", |
17 | 20 … | "level-memview": "~0.0.0", |
18 | 21 … | "mdmanifest": "^1.0.4", |
19 | 22 … | "minimist": "^1.1.3", |
@@ -34,9 +37,9 @@ | ||
34 | 37 … | "pull-level": "^2.0.2", |
35 | 38 … | "pull-many": "~1.0.6", |
36 | 39 … | "pull-notify": "0.0.0", |
37 | 40 … | "pull-paramap": "~1.1.1", |
38 | - "pull-ping": "^1.0.1", | |
41 … | + "pull-ping": "^2.0.0", | |
39 | 42 … | "pull-pushable": "^2.0.0", |
40 | 43 … | "pull-stream": "^3.0.0", |
41 | 44 … | "pull-stream-to-stream": "~1.3.0", |
42 | 45 … | "pull-stringify": "~1.2.2", |
@@ -49,9 +52,9 @@ | ||
49 | 52 … | "ssb-feed": "^2.2.0", |
50 | 53 … | "ssb-keys": "^5.1.2", |
51 | 54 … | "ssb-msgs": "~5.0.0", |
52 | 55 … | "ssb-ref": "^2.6.1", |
53 | - "statistics": "^2.0.1", | |
56 … | + "statistics": "^3.0.0", | |
54 | 57 … | "stream-to-pull-stream": "^1.6.10", |
55 | 58 … | "zerr": "^1.0.0" |
56 | 59 … | }, |
57 | 60 … | "devDependencies": { |
Built with git-ssb-web