Skip to content

Commit

Permalink
Fix PouchDB version to v6.2.0 (hyperledger-archives#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone authored Jul 14, 2017
1 parent c23276f commit 1aafa37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/composer-runtime-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"composer-runtime-pouchdb": "^0.9.3",
"debug": "^2.6.2",
"istanbul-lib-instrument": "^1.7.2",
"pouchdb-adapter-memory": "^6.2.0",
"pouchdb-adapter-memory": "~6.2.0",
"request": "^2.81.0",
"uuid": "^3.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/composer-runtime-pouchdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"composer-runtime": "^0.9.3",
"debug": "^2.6.2",
"istanbul-lib-instrument": "^1.7.2",
"pouchdb-collate": "^6.2.0",
"pouchdb-core": "^6.2.0",
"pouchdb-find": "^6.2.0",
"pouchdb-collate": "~6.2.0",
"pouchdb-core": "~6.2.0",
"pouchdb-find": "~6.2.0",
"request": "^2.81.0",
"uuid": "^3.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/composer-runtime-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"composer-common": "^0.9.3",
"composer-runtime": "^0.9.3",
"composer-runtime-pouchdb": "^0.9.3",
"pouchdb-adapter-idb": "^6.2.0",
"pouchdb-adapter-websql": "^6.2.0",
"pouchdb-adapter-idb": "~6.2.0",
"pouchdb-adapter-websql": "~6.2.0",
"uuid": "^3.0.1",
"xhr": "^2.4.0"
}
Expand Down

0 comments on commit 1aafa37

Please sign in to comment.