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",