chore: bump triton-watch dep (#4)

This commit is contained in:
Wyatt Preul 2017-09-16 05:38:30 -05:00 committed by GitHub
parent b9e946ddf8
commit 85b7d0ef57
4 changed files with 6 additions and 6 deletions

View File

@ -81,7 +81,7 @@ frontend:
# BACKEND
#############################################################################
api:
image: joyent/copilot-api:1.8.11
image: joyent/copilot-api:1.8.12
mem_limit: 1g
expose:
- 3000

View File

@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.8.11",
"version": "1.8.12",
"description": "",
"main": "./server.js",
"scripts": {
@ -21,7 +21,7 @@
"joi": "^10.6.0",
"joyent-cp-gql-schema": "^1.7.0",
"piloted": "^3.1.1",
"portal-api": "^1.8.11",
"portal-api": "^1.8.12",
"toppsy": "^1.1.0",
"triton": "^5.2.0"
}

View File

@ -66,7 +66,7 @@ frontend:
# BACKEND
#############################################################################
api:
image: joyent/copilot-api:1.8.11
image: joyent/copilot-api:1.8.12
mem_limit: 512m
links:
- consul:consul

View File

@ -1,6 +1,6 @@
{
"name": "portal-api",
"version": "1.8.11",
"version": "1.8.12",
"description": "",
"main": "./lib/index.js",
"scripts": {
@ -53,7 +53,7 @@
"throat": "^4.1.0",
"toppsy": "^1.1.0",
"triton": "^5.3.1",
"triton-watch": "^1.1.0",
"triton-watch": "^1.1.1",
"uuid": "^3.1.0",
"vasync": "^2.0.0"
}