Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #49 from aerogear/pino-5
Browse files Browse the repository at this point in the history
fix: upgrade to pino@5.0.0
  • Loading branch information
Dara Hayes committed Aug 8, 2018
2 parents 299609a + 01a4165 commit da6761d
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 44 deletions.
166 changes: 126 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"test:integration": "npm run db:init && ava --concurrency=1 integration_test/*.test.js",
"test:cover": "nyc --reporter=text-lcov ava --concurrency=1 '*.test.js' '**/*.test.js' | coveralls",
"start": "node ./index.js",
"dev": "nodemon ./index.js | pino",
"dev:memeo": "GRAPHIQL_QUERY_FILE='examples/memeolist.query.graphql' GRAPHIQL_VARIABLES_FILE='examples/memeolist.variables.json' nodemon ./index.js | pino",
"dev": "nodemon ./index.js | pino-pretty --colorize --translateTime",
"dev:memeo": "GRAPHIQL_QUERY_FILE='examples/memeolist.query.graphql' GRAPHIQL_VARIABLES_FILE='examples/memeolist.variables.json' nodemon ./index.js | pino-pretty --colorize --translateTime",
"lint": "eslint .",
"format": "eslint . --fix",
"docker:build": "./scripts/docker_build.sh",
Expand Down Expand Up @@ -56,6 +56,7 @@
"node-fetch": "^2.2.0",
"nodemon": "^1.17.5",
"nyc": "^12.0.2",
"pino-pretty": "^2.0.0",
"pre-commit": "^1.2.2",
"standard": "^11.0.1",
"stoppable": "^1.0.6",
Expand All @@ -68,7 +69,7 @@
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-pino-logger": "^3.0.2",
"express-pino-logger": "^4.0.0",
"graphql": "^0.13.2",
"graphql-postgres-subscriptions": "^1.0.2",
"graphql-subscriptions": "^0.5.8",
Expand All @@ -79,7 +80,7 @@
"nedb": "^1.8.0",
"pg": "^7.4.3",
"pg-pubsub": "^0.4.0",
"pino": "^4.17.3",
"pino": "^5.0.0",
"prom-client": "^11.1.1",
"sequelize": "^4.38.0",
"sequelize-cli": "^4.0.0",
Expand Down

0 comments on commit da6761d

Please sign in to comment.