Commit 26f53e95ef79f594060f273929b9b44b2e9b3481
Merge remote-tracking branch 'upstream/master'
robjloranger committed on 11/29/2017, 1:12:02 AMParent: 8e6b7d1744e97c71b3f10a4700e8ab18275bb261
Parent: 3ce9f274492ef4b74c0de22ed8b53fa746fe0c4d
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -1,9 +1,9 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "ssb-patchwork", | |
3 | 3 … | "productName": "Patchwork", | |
4 | 4 … | "repository": "git@github.com:ssbc/patchwork.git", | |
5 | - "version": "3.8.0", | ||
5 … | + "version": "3.8.1", | ||
6 | 6 … | "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).", | |
7 | 7 … | "main": "index.js", | |
8 | 8 … | "scripts": { | |
9 | 9 … | "test": "standard", | |
@@ -41,9 +41,9 @@ | |||
41 | 41 … | "mutant": "^3.21.2", | |
42 | 42 … | "mutant-pull-reduce": "^1.1.0", | |
43 | 43 … | "obv": "0.0.1", | |
44 | 44 … | "patch-settings": "^1.0.1", | |
45 | - "patchcore": "~1.17.0", | ||
45 … | + "patchcore": "~1.18.0", | ||
46 | 46 … | "pull-abortable": "^4.1.0", | |
47 | 47 … | "pull-defer": "^0.2.2", | |
48 | 48 … | "pull-file": "~1.0.0", | |
49 | 49 … | "pull-identify-filetype": "^1.1.0", | |
@@ -57,9 +57,9 @@ | |||
57 | 57 … | "sorted-array-functions": "~1.0.0", | |
58 | 58 … | "spacetime": "^1.0.7", | |
59 | 59 … | "ssb-about": "~0.1.1", | |
60 | 60 … | "ssb-avatar": "^0.2.0", | |
61 | - "ssb-backlinks": "~0.5.0", | ||
61 … | + "ssb-backlinks": "~0.5.1", | ||
62 | 62 … | "ssb-blobs": "~1.1.4", | |
63 | 63 … | "ssb-friends": "^2.3.5", | |
64 | 64 … | "ssb-keys": "^7.0.13", | |
65 | 65 … | "ssb-mentions": "^0.4.0", |
Built with git-ssb-web