From 5f640981aeeb423df8fd37c07cb2a7f415a94ac4 Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Sat, 23 Dec 2017 01:35:22 -0600 Subject: [PATCH] Update PouchDB --- packages/gallery/package.json | 13 +++++++------ packages/gallery/webpack.config.js | 1 - 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/gallery/package.json b/packages/gallery/package.json index ffd1e65..6a17bc1 100644 --- a/packages/gallery/package.json +++ b/packages/gallery/package.json @@ -19,12 +19,13 @@ "extract-text-webpack-plugin": "^3.0.2", "frptools": "3.0.1", "pica": "~2.0.8", - "pouchdb-adapter-http": "~6.3.4", - "pouchdb-adapter-idb": "~6.3.4", - "pouchdb-adapter-websql": "~6.3.4", - "pouchdb-binary-utils": "~6.3.4", - "pouchdb-core": "~6.3.4", - "pouchdb-replication": "~6.3.4", + "pouchdb-adapter-http": "~6.4.1", + "pouchdb-adapter-idb": "~6.4.1", + "pouchdb-adapter-websql": "~6.4.1", + "pouchdb-binary-utils": "~6.4.1", + "pouchdb-core": "~6.4.1", + "pouchdb-find": "~6.4.1", + "pouchdb-replication": "~6.4.1", "router": "2.0.0", "semantic-ui-reset": "^2.2.12", "semantic-ui-site": "^2.2.12", diff --git a/packages/gallery/webpack.config.js b/packages/gallery/webpack.config.js index 378efa2..3c2a22a 100644 --- a/packages/gallery/webpack.config.js +++ b/packages/gallery/webpack.config.js @@ -31,7 +31,6 @@ module.exports = { ] }, plugins: [ - new webpack.optimize.CommonsChunkPlugin({}), new webpack.DefinePlugin({ __DEV__: true }),