Commit 2cdf1894a337899a9d166e8fec4b3b8febad0d9c
Update deps
cel committed on 11/22/2016, 2:14:15 AMParent: 2af72ae1dabcac9c431f8b68c9169371740e924e
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -4,35 +4,35 @@ | |||
4 | 4 … | "description": "web server for browsing git repos on ssb", | |
5 | 5 … | "bin": "server.js", | |
6 | 6 … | "dependencies": { | |
7 | 7 … | "asyncmemo": "^1.0.0", | |
8 | - "diff": "^2.2.3", | ||
8 … | + "diff": "^3.0.1", | ||
9 | 9 … | "emoji-named-characters": "^1.0.2", | |
10 | - "highlight.js": "^9.2.0", | ||
10 … | + "highlight.js": "^9.8.0", | ||
11 | 11 … | "lrucache": "^1.0.2", | |
12 | 12 … | "mime-types": "^2.1.12", | |
13 | 13 … | "moment": "^2.14.1", | |
14 | 14 … | "multicb": "^1.2.1", | |
15 | 15 … | "node-polyglot": "^1.0.0", | |
16 | - "pull-cat": "^1.1.8", | ||
17 | - "pull-git-pack": "^0.2.3", | ||
18 | - "pull-git-repo": "^0.6.2", | ||
19 | - "pull-hyperscript": "^0.2.1", | ||
16 … | + "pull-cat": "^1.1.11", | ||
17 … | + "pull-git-pack": "^1.0.0", | ||
18 … | + "pull-git-repo": "^1.0.0", | ||
19 … | + "pull-hyperscript": "^0.2.2", | ||
20 | 20 … | "pull-identify-filetype": "^1.1.0", | |
21 | - "pull-many": "^1.0.6", | ||
22 | - "pull-paramap": "^1.1.6", | ||
23 | - "pull-stream": "^3.1.0", | ||
21 … | + "pull-many": "^1.0.8", | ||
22 … | + "pull-paramap": "^1.2.1", | ||
23 … | + "pull-stream": "^3.5.0", | ||
24 | 24 … | "ssb-client": "^4.2.1", | |
25 | - "ssb-config": "^2.1.1", | ||
25 … | + "ssb-config": "^2.2.0", | ||
26 | 26 … | "ssb-git-repo": "^2.4.0", | |
27 | 27 … | "ssb-issues": "^0.3.0", | |
28 | - "ssb-keys": "^6.1.1", | ||
28 … | + "ssb-keys": "^7.0.3", | ||
29 | 29 … | "ssb-marked": "^0.6.0", | |
30 | 30 … | "ssb-mentions": "^0.1.0", | |
31 | 31 … | "ssb-msg-schemas": "^6.1.1", | |
32 | - "ssb-pull-requests": "^0.2.3", | ||
33 | - "ssb-reconnect": "^0.1.0", | ||
34 | - "ssb-ref": "^2.6.1", | ||
32 … | + "ssb-pull-requests": "^1.0.0", | ||
33 … | + "ssb-reconnect": "^0.1.1", | ||
34 … | + "ssb-ref": "^2.6.2", | ||
35 | 35 … | "stream-to-pull-stream": "^1.7.2" | |
36 | 36 … | }, | |
37 | 37 … | "homepage": "https://git-ssb.celehner.com/%25q5d5Du%2B9WkaSdjc8aJPZm%2BjMrqgo0tmfR%2BRcX5ZZ6H4%3D.sha256", | |
38 | 38 … | "bugs": "https://git-ssb.celehner.com/%25q5d5Du%2B9WkaSdjc8aJPZm%2BjMrqgo0tmfR%2BRcX5ZZ6H4%3D.sha256/issues", |
Built with git-ssb-web