From 18a49670c591718ab8be1d0220581f3ad97cd37d Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Sun, 24 Jun 2018 22:11:34 -0500 Subject: [PATCH] Upgrade to PouchDB 7 --- packages/gallery/package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/gallery/package.json b/packages/gallery/package.json index a9d1ccd..ca0b68e 100644 --- a/packages/gallery/package.json +++ b/packages/gallery/package.json @@ -15,15 +15,16 @@ "domvm": "~3.2.1", "exif-parser": "~0.1.9", "express": "~4.16.3", - "frptools": "3.2.0", + "frptools": "~3.2.0", "linear-partitioning": "0.3.2", "pica": "~2.0.8", - "pouchdb-adapter-http": "~6.4.1", - "pouchdb-adapter-idb": "~6.4.1", - "pouchdb-core": "~6.4.1", - "pouchdb-find": "~6.4.1", - "pouchdb-replication": "~6.4.1", + "pouchdb-adapter-http": "~7.0.0", + "pouchdb-adapter-idb": "~7.0.0", + "pouchdb-core": "~7.0.0", + "pouchdb-find": "~7.0.0", + "pouchdb-replication": "~7.0.0", "pouchorm": "~1.0.0", + "request": "~2.87.0", "router": "2.1.0", "semantic-ui-reset": "~2.2.12", "style-loader": "^0.19.0",