Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stockulus committed Jan 6, 2017
1 parent 941008a commit 41d8602
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"pouchdb-react-native": "6.1.24",
"react": "15.4.1",
"react-native": "0.39.2",
"react-native": "0.40.0",
"react-native-action-button": "2.0.18"
},
"standard": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"babel-cli": "6.18.0",
"mocha": "2.5.3",
"react": "15.4.1",
"react-native": "0.39.2",
"react-native": "0.40.0",
"react-native-mock": "0.2.9",
"standard": "8.6.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/pouchdb-adapter-asyncstorage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"buffer": "5.0.2",
"events": "1.1.1",
"left-pad": "1.1.3",
"pouchdb-adapter-utils": "6.1.0",
"pouchdb-errors": "6.1.0",
"pouchdb-json": "6.1.0",
"pouchdb-merge": "6.1.0",
"pouchdb-utils": "6.1.0",
"pouchdb-adapter-utils": "6.1.1",
"pouchdb-errors": "6.1.1",
"pouchdb-json": "6.1.1",
"pouchdb-merge": "6.1.1",
"pouchdb-utils": "6.1.1",
"spark-md5": "3.0.0"
},
"devDependencies": {},
Expand Down
8 changes: 4 additions & 4 deletions packages/pouchdb-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"homepage": "https://github.com/stockulus/pouchdb-react-native#readme",
"dependencies": {
"pouchdb-adapter-asyncstorage": "6.1.24",
"pouchdb-adapter-http": "6.1.0",
"pouchdb-core": "6.1.0",
"pouchdb-mapreduce": "6.1.0",
"pouchdb-replication": "6.1.0"
"pouchdb-adapter-http": "6.1.1",
"pouchdb-core": "6.1.1",
"pouchdb-mapreduce": "6.1.1",
"pouchdb-replication": "6.1.1"
},
"devDependencies": {},
"peerDependencies": {},
Expand Down

0 comments on commit 41d8602

Please sign in to comment.