Skip to content

Commit

Permalink
updated seneca plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Aug 29, 2017
1 parent d129c48 commit ca12921
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
16 changes: 8 additions & 8 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ build :
$(MAKE) -C ./shared build
$(MAKE) -C ./stats/graphite-statsd build
$(MAKE) -C ./logstash build
$(MAKE) -C ../../nodezoo-web/docker/stage build
$(MAKE) -C ../../nodezoo-search/docker/stage build
$(MAKE) -C ../../nodezoo-suggest/docker/stage build
$(MAKE) -C ../../nodezoo-info/docker/stage build
$(MAKE) -C ../../nodezoo-npm/docker/stage build
$(MAKE) -C ../../nodezoo-github/docker/stage build
$(MAKE) -C ../../nodezoo-repl/docker/stage build
$(MAKE) -C ../../nodezoo-validate/docker/stage build
$(MAKE) -C ../../web/docker/stage build
$(MAKE) -C ../../search/docker/stage build
$(MAKE) -C ../../suggest/docker/stage build
$(MAKE) -C ../../info/docker/stage build
$(MAKE) -C ../../npm/docker/stage build
$(MAKE) -C ../../github/docker/stage build
$(MAKE) -C ../../repl/docker/stage build
$(MAKE) -C ../../validate/docker/stage build

.PHONY : build

Expand Down
25 changes: 15 additions & 10 deletions docker/shared/app/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
{
"name": "nodezoo-system",
"version": "1.0.0-tms-dev",
"description": "Shared dependencies for NodeZoo services",
"version": "1.0.0",
"description": "Automation and scripts for the nodezoo system.",
"license": "MIT",
"scripts": {
"test": "true"
},
"dependencies": {
"chairo": "3.0.0",
"handlebars": "4.0.6",
"hapi": "16.1.0",
"inert": "4.1.0",
"lru-cache": "4.0.2",
"seneca": "3.3.0",
"seneca-entity": "2.0.0",
"seneca-jsonfile-store": "1.0.0",
"seneca": "3.4.2",
"seneca-entity": "2.0.2",
"seneca-jsonfile-store": "1.0.1",
"seneca-redis-transport": "0.3.0",
"seneca-repl": "1.0.0",
"seneca-mesh": "0.10.0",
"seneca-balance-client": "0.6.0",
"seneca-repl": "1.1.2",
"seneca-mesh": "0.11.0",
"seneca-balance-client": "0.6.1",
"trie-prefix-tree": "1.3.0",
"vision": "4.1.1",
"wreck": "10.0.0",
"github": "9.2.0",
"seneca-zipkin-tracer": "0.1.0",
"seneca-statsd": "0.0.1"
"seneca-zipkin-tracer": "0.2.0",
"seneca-statsd": "0.1.0"
},
"devDependencies": {
"fuge": "^2.0.2",
"percentile": "^1.2.0",
"travis-ci": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"vision": "4.1.1",
"wreck": "10.0.0",
"github": "9.2.0",
"seneca-zipkin-tracer": "0.1.0",
"seneca-statsd": "0.0.1"
"seneca-zipkin-tracer": "0.2.0",
"seneca-statsd": "0.1.0"
},
"devDependencies": {
"fuge": "^2.0.2",
Expand Down

0 comments on commit ca12921

Please sign in to comment.