git ssb

16+

Dominic / patchbay



Commit 9c67aa571392a9f9a1c02356edfc458992095c18

Resolve missing/unused dependencies

Christian Bundy committed on 8/10/2018, 9:02:24 PM
Parent: fa8ed712ab5bde9f525c730497fbd46de5a352c9

Files changed

app/page/posts.jschanged
app/sync/initialise/styles.jschanged
main.jschanged
package-lock.jsonchanged
package.jsonchanged
app/page/posts.jsView
@@ -1,8 +1,7 @@
11 const nest = require('depnest')
22 const { h, Value, Array: MutantArray, Struct, computed, when, map } = require('mutant')
33 const pull = require('pull-stream')
4-pull.paramap = require('pull-paramap')
54 const Scroller = require('mutant-scroll')
65 const next = require('pull-next-query')
76 const merge = require('lodash/merge')
87 const get = require('lodash/get')
app/sync/initialise/styles.jsView
@@ -1,6 +1,5 @@
11 const nest = require('depnest')
2-// const insertCss = require('insert-css')
32 const compileCss = require('micro-css')
43 const { h, computed } = require('mutant')
54
65 exports.gives = nest('app.sync.initialise')
main.jsView
@@ -35,16 +35,14 @@
3535
3636 // from more specialized to more general
3737 const sockets = combine(
3838 require('ssb-horcrux'),
39- // require('patch-hub'),
4039
4140 require('patchbay-dark-crystal'),
4241 require('patchbay-poll'),
4342 require('ssb-chess'),
4443 require('patchbay-gatherings'),
4544 require('patchbay-book'),
46- // require('patch-network),
4745 patchbay,
4846 require('patchcore'),
4947 post
5048 )
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 307487 bytes
New file size: 299330 bytes
package.jsonView
@@ -36,34 +36,29 @@
3636 },
3737 "homepage": "https://github.com/ssbc/patchbay#readme",
3838 "dependencies": {
3939 "bulk-require": "^1.0.1",
40- "bulkify": "^1.4.2",
4140 "cross-script": "^1.0.5",
4241 "dataurl-": "^0.1.0",
4342 "depject": "^4.1.1",
4443 "depnest": "^1.3.0",
4544 "electron-default-menu": "^1.0.1",
4645 "electron-window-state": "^4.1.1",
47- "es2040": "^1.2.6",
4846 "font-awesome": "^4.7.0",
4947 "hypercrop": "^1.1.0",
5048 "hyperfile": "^2.0.0",
5149 "hyperlightbox": "^1.0.0",
5250 "hypertabs": "^5.0.1",
53- "insert-css": "^2.0.0",
5451 "json5": "^1.0.1",
5552 "libnested": "^1.3.2",
5653 "lodash": "^4.17.10",
5754 "micro-css": "^2.0.1",
5855 "mutant": "^3.22.1",
59- "mutant-pull-reduce": "^1.1.0",
6056 "mutant-scroll": "^1.0.2",
6157 "open-external": "^0.1.1",
6258 "patch-context": "^2.0.1",
6359 "patch-drafts": "0.0.6",
6460 "patch-history": "^1.0.0",
65- "patch-hub": "^1.1.0",
6661 "patch-inbox": "^1.1.6",
6762 "patch-settings": "^1.1.2",
6863 "patch-suggest": "^2.0.2",
6964 "patchbay-book": "^1.0.8",
@@ -71,23 +66,22 @@
7166 "patchbay-gatherings": "^2.0.2",
7267 "patchbay-poll": "^1.0.5",
7368 "patchcore": "^1.28.0",
7469 "pull-abortable": "^4.1.1",
75- "pull-cat": "^1.1.11",
76- "pull-next": "^1.0.0",
70 + "pull-next-query": "^1.0.0",
7771 "pull-scroll": "^1.0.9",
7872 "pull-stream": "^3.6.8",
7973 "read-directory": "^2.1.1",
8074 "require-style": "^1.0.1",
8175 "scuttle-blog": "^1.0.1",
82- "scuttlebot": "^11.3.3",
76 + "scuttlebot": "^11.4.2",
8377 "setimmediate": "^1.0.5",
8478 "ssb-about": "^0.1.2",
8579 "ssb-backlinks": "^0.7.3",
8680 "ssb-blobs": "^1.1.5",
8781 "ssb-chess": "^2.2.12",
8882 "ssb-chess-db": "^1.0.3",
89- "ssb-client": "^4.5.7",
83 + "ssb-config": "^2.2.0",
9084 "ssb-ebt": "^5.2.2",
9185 "ssb-friends": "^2.4.0",
9286 "ssb-horcrux": "^1.0.0",
9387 "ssb-keys": "^7.0.15",
@@ -95,18 +89,18 @@
9589 "ssb-mentions": "^0.5.0",
9690 "ssb-mutual": "^0.1.0",
9791 "ssb-private": "^0.2.2",
9892 "ssb-query": "^2.1.0",
93 + "ssb-ref": "^2.11.1",
9994 "ssb-search": "^1.1.2",
10095 "ssb-sort": "^1.1.0",
10196 "ssb-ws": "^2.1.1",
102- "style-resolve": "^1.0.1",
10397 "suggest-box": "^2.2.3",
10498 "text-node-searcher": "^1.1.1",
10599 "xtend": "^4.0.1"
106100 },
107101 "devDependencies": {
108102 "electro": "^2.1.1",
109- "electron": "^2.0.6",
103 + "electron": "^2.0.7",
110104 "standard": "^8.6.0"
111105 }
112106 }

Built with git-ssb-web