diff --git a/.travis.yml b/.travis.yml index 145d6e5..8d5be47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,3 +41,4 @@ env: branches: only: - master + - /^greenkeeper/.*$/ diff --git a/README.md b/README.md index 759b0e5..69279d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ worker-pouch [![Build Status](https://travis-ci.org/pouchdb-community/worker-pouch.svg)](https://travis-ci.org/pouchdb-community/worker-pouch) ===== +[![Greenkeeper badge](https://badges.greenkeeper.io/pouchdb-community/worker-pouch.svg)](https://greenkeeper.io/) + ```js // This pouch is powered by Workers! var db = new PouchDB('mydb', {adapter: 'worker'}); diff --git a/package.json b/package.json index d036693..243ff33 100644 --- a/package.json +++ b/package.json @@ -38,43 +38,43 @@ "dependencies": { "argsarray": "0.0.1", "blob-util": "^1.1.1", - "debug": "^2.1.3", + "debug": "^3.1.0", "inherits": "^2.0.1", "js-extend": "^1.0.1", - "pouchdb-adapter-http": "6.2.0", - "pouchdb-adapter-idb": "6.2.0", + "pouchdb-adapter-http": "6.4.3", + "pouchdb-adapter-idb": "6.4.3", "pouchdb-binary-util": "^1.0.0", - "pouchdb-core": "6.2.0", - "pouchdb-mapreduce": "6.2.0", - "pouchdb-promise": "6.2.0", - "pouchdb-replication": "6.2.0" + "pouchdb-core": "6.4.3", + "pouchdb-mapreduce": "6.4.3", + "pouchdb-promise": "6.4.3", + "pouchdb-replication": "6.4.3" }, "devDependencies": { - "bluebird": "^2.9.24", - "browserify": "14.1.0", - "bundle-collapser": "1.2.1", - "chai": "^3.5.0", - "chai-as-promised": "^5.3.0", - "corsproxy": "^0.2.14", + "bluebird": "^3.5.1", + "browserify": "16.1.1", + "bundle-collapser": "1.3.0", + "chai": "^4.1.2", + "chai-as-promised": "^7.1.1", + "corsproxy": "^1.5.0", "derequire": "^2.0.0", - "es3ify": "^0.1.3", + "es3ify": "^0.2.2", "es5-shim": "^4.1.1", - "http-server": "^0.8.5", - "jshint": "2.8.0", + "http-server": "^0.11.1", + "jshint": "2.9.5", "lodash.debounce": "4.0.8", "mkdirp": "^0.5.0", - "mocha": "^2.3.3", + "mocha": "^5.0.4", "phantomjs-prebuilt": "^2.1.7", - "pouchdb-browser": "6.2.0", + "pouchdb-browser": "6.4.3", "pouchdb-http-proxy": "^0.10.4", "pouchdb-memory": "6.0.0", "request": "^2.36.0", "run-scripts": "^0.4.0", - "sauce-connect-launcher": "^0.11.1", - "selenium-standalone": "6.4.1", - "uglify-js": "^2.4.13", + "sauce-connect-launcher": "^1.2.3", + "selenium-standalone": "6.13.0", + "uglify-js": "^3.3.16", "watch-glob": "0.1.3", - "wd": "^0.2.21", + "wd": "^1.6.1", "zuul": "^3.10.1" }, "files": [