Update dependencies to enable Greenkeeper 🌴 (#3712)

* chore(package): update dependencies

https://greenkeeper.io/

* chore(travis): whitelist greenkeeper branches 

https://greenkeeper.io/

* docs(readme): add Greenkeeper badge 

https://greenkeeper.io/

* Update README.md
This commit is contained in:
greenkeeper[bot]
2017-04-23 10:05:57 -07:00
committed by Arthur Cinader
parent 5813fd0bf8
commit 0f1aea1db1
3 changed files with 9 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ branches:
only: only:
- master - master
- /^[0-9]+.[0-9]+.[0-9]+(-.*)?$/ - /^[0-9]+.[0-9]+.[0-9]+(-.*)?$/
- /^greenkeeper/.*$/
cache: cache:
directories: directories:
- node_modules - node_modules

View File

@@ -12,6 +12,7 @@ Parse Server works with the Express web application framework. It can be added t
# Getting Started # Getting Started
April 2016 - We created a series of video screencasts, please check them out here: [http://blog.parse.com/learn/parse-server-video-series-april-2016/](http://blog.parse.com/learn/parse-server-video-series-april-2016/) April 2016 - We created a series of video screencasts, please check them out here: [http://blog.parse.com/learn/parse-server-video-series-april-2016/](http://blog.parse.com/learn/parse-server-video-series-april-2016/)
The fastest and easiest way to get started is to run MongoDB and Parse Server locally. The fastest and easiest way to get started is to run MongoDB and Parse Server locally.

View File

@@ -37,27 +37,27 @@
"pg-promise": "5.6.4", "pg-promise": "5.6.4",
"redis": "2.7.1", "redis": "2.7.1",
"request": "2.81.0", "request": "2.81.0",
"semver": "5.2.0", "semver": "5.3.0",
"tv4": "1.3.0", "tv4": "1.3.0",
"winston": "2.3.1", "winston": "2.3.1",
"winston-daily-rotate-file": "1.4.6", "winston-daily-rotate-file": "1.4.6",
"ws": "2.2.3" "ws": "2.2.3"
}, },
"devDependencies": { "devDependencies": {
"babel-cli": "6.24.0", "babel-cli": "6.24.1",
"babel-core": "6.24.0", "babel-core": "6.24.1",
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babel-plugin-syntax-flow": "6.18.0", "babel-plugin-syntax-flow": "6.18.0",
"babel-plugin-transform-flow-strip-types": "6.22.0", "babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-preset-es2015": "6.24.0", "babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.22.0", "babel-preset-stage-0": "6.24.1",
"babel-register": "6.24.0", "babel-register": "6.24.1",
"bcrypt-nodejs": "0.0.3", "bcrypt-nodejs": "0.0.3",
"cross-env": "4.0.0", "cross-env": "4.0.0",
"deep-diff": "0.3.4", "deep-diff": "0.3.4",
"eslint": "^3.16.1", "eslint": "^3.16.1",
"eslint-plugin-flowtype": "^2.25.0", "eslint-plugin-flowtype": "^2.25.0",
"gaze": "1.1.1", "gaze": "1.1.2",
"jasmine": "2.5.3", "jasmine": "2.5.3",
"jasmine-spec-reporter": "^3.1.0", "jasmine-spec-reporter": "^3.1.0",
"mongodb-runner": "3.4.0", "mongodb-runner": "3.4.0",