Skip to content

Commit 0f1aea1

Browse files
greenkeeper[bot]Arthur Cinader
authored andcommitted
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
1 parent 5813fd0 commit 0f1aea1

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

‎.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ branches:
3030
only:
3131
- master
3232
- /^[0-9]+.[0-9]+.[0-9]+(-.*)?$/
33+
- /^greenkeeper/.*$/
3334
cache:
3435
directories:
3536
- node_modules

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Parse Server works with the Express web application framework. It can be added t
1212

1313
# Getting Started
1414

15+
1516
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/)
1617

1718
The fastest and easiest way to get started is to run MongoDB and Parse Server locally.

‎package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@
3737
"pg-promise": "5.6.4",
3838
"redis": "2.7.1",
3939
"request": "2.81.0",
40-
"semver": "5.2.0",
40+
"semver": "5.3.0",
4141
"tv4": "1.3.0",
4242
"winston": "2.3.1",
4343
"winston-daily-rotate-file": "1.4.6",
4444
"ws": "2.2.3"
4545
},
4646
"devDependencies": {
47-
"babel-cli": "6.24.0",
48-
"babel-core": "6.24.0",
47+
"babel-cli": "6.24.1",
48+
"babel-core": "6.24.1",
4949
"babel-eslint": "^7.1.1",
5050
"babel-plugin-syntax-flow": "6.18.0",
5151
"babel-plugin-transform-flow-strip-types": "6.22.0",
52-
"babel-preset-es2015": "6.24.0",
53-
"babel-preset-stage-0": "6.22.0",
54-
"babel-register": "6.24.0",
52+
"babel-preset-es2015": "6.24.1",
53+
"babel-preset-stage-0": "6.24.1",
54+
"babel-register": "6.24.1",
5555
"bcrypt-nodejs": "0.0.3",
5656
"cross-env": "4.0.0",
5757
"deep-diff": "0.3.4",
5858
"eslint": "^3.16.1",
5959
"eslint-plugin-flowtype": "^2.25.0",
60-
"gaze": "1.1.1",
60+
"gaze": "1.1.2",
6161
"jasmine": "2.5.3",
6262
"jasmine-spec-reporter": "^3.1.0",
6363
"mongodb-runner": "3.4.0",

0 commit comments

Comments
 (0)