Skip to content

Commit 85b7e51

Browse files
authored
Merge pull request #107 from langpavel/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 25e9021 + 5b20a00 commit 85b7e51

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pg-async
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/langpavel/node-pg-async.svg)](https://greenkeeper.io/)
4+
35
[![Npm Version](https://badge.fury.io/js/pg-async.svg)](https://badge.fury.io/js/pg-async)
46
[![NPM downloads](http://img.shields.io/npm/dm/pg-async.svg)](https://www.npmjs.com/package/pg-async)
57
[![Dependency Status](https://david-dm.org/langpavel/node-pg-async.svg)](https://david-dm.org/langpavel/node-pg-async)

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@
3636
"homepage": "https://github.com/langpavel/node-pg-async#readme",
3737
"dependencies": {
3838
"bluebird": "^3.5.0",
39-
"debug": "^2.6.3",
39+
"debug": "^3.1.0",
4040
"pg": "^7.0.2"
4141
},
4242
"devDependencies": {
4343
"babel": "^6.23.0",
4444
"babel-core": "^6.25.0",
45-
"babel-eslint": "^7.2.3",
45+
"babel-eslint": "^8.0.1",
4646
"babel-plugin-add-module-exports": "^0.2.1",
4747
"babel-preset-es2015-node5": "^1.2.0",
4848
"babel-preset-stage-1": "^6.24.1",
4949
"babel-register": "^6.24.1",
50-
"chai": "^3.5.0",
50+
"chai": "^4.1.2",
5151
"del": "^3.0.0",
5252
"eslint": "^4.2.0",
53-
"eslint-config-strict": "^13.0.0",
53+
"eslint-config-strict": "^14.0.0",
5454
"eslint-plugin-import": "^2.7.0",
5555
"estraverse-fb": "^1.3.1",
5656
"gulp": "^3.9.1",
57-
"gulp-babel": "^6.1.2",
57+
"gulp-babel": "^7.0.0",
5858
"gulp-babel-istanbul": "^1.6.0",
59-
"gulp-eslint": "^3.0.1",
60-
"gulp-mocha": "^3.0.0",
59+
"gulp-eslint": "^4.0.0",
60+
"gulp-mocha": "^4.3.1",
6161
"mocha": "^3.4.2",
6262
"pg-native": "^2.0.1"
6363
}

0 commit comments

Comments
 (0)