git ssb

10+

Matt McKegg / patchwork



Commit 768220415ad5bfdf149075ada154b3b844b7040c

Bring NPM dependencies up-to-date

- patchcore       (1.27.2 -> 1.28.0)
- ssb-backlinks   (0.7.1 -> 0.7.2)
- ssb-search      (1.1.1 -> 1.1.2)
- app-root-path   (2.0.1 -> 2.1.0)
- electron        (2.0.3 -> 2.0.4)
- flatpickr       (4.5.0 -> 4.5.1)
- moment-timezone (0.5.20 -> 0.5.21)
Christian Bundy committed on 7/10/2018, 7:50:48 PM
Parent: 5bbde5f671cc6a6ada171d0696db06cc13652771

Files changed

package-lock.jsonchanged
package.jsonchanged
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 283508 bytes
New file size: 283569 bytes
package.jsonView
@@ -14,9 +14,9 @@
1414 },
1515 "author": "Secure Scuttlebutt Consortium",
1616 "license": "AGPL-3.0",
1717 "dependencies": {
18- "app-root-path": "^2.0.1",
18 + "app-root-path": "^2.1.0",
1919 "bulk-require": "^1.0.1",
2020 "compare-version": "^0.1.2",
2121 "cross-script": "^1.0.5",
2222 "deep-equal": "^1.0.1",
@@ -28,9 +28,9 @@
2828 "emoji-named-characters": "^1.0.2",
2929 "emojilib": "^2.2.12",
3030 "escape-string-regexp": "^1.0.5",
3131 "fix-path": "^2.1.0",
32- "flatpickr": "^4.4.6",
32 + "flatpickr": "^4.5.1",
3333 "flumeview-level": "^3.0.4",
3434 "flumeview-reduce": "^1.3.13",
3535 "flumeview-search": "^1.0.3",
3636 "hashlru": "^2.2.1",
@@ -39,9 +39,9 @@
3939 "level": "^4.0.0",
4040 "lrucache": "^1.0.3",
4141 "micro-css": "^2.0.1",
4242 "moment": "^2.22.1",
43- "moment-timezone": "^0.5.17",
43 + "moment-timezone": "^0.5.21",
4444 "mutant": "^3.22.1",
4545 "mutant-pull-reduce": "^1.1.0",
4646 "obv": "0.0.1",
4747 "patch-settings": "^1.1.2",
@@ -85,8 +85,8 @@
8585 "xtend": "^4.0.1"
8686 },
8787 "devDependencies": {
8888 "colors": "^1.2.5",
89- "electron": "^2.0.0",
89 + "electron": "^2.0.4",
9090 "node-gyp": "^3.6.2"
9191 }
9292 }

Built with git-ssb-web