Update packages

This commit is contained in:
haad 2017-12-09 15:53:01 +01:00
parent 865c404178
commit 874734e7be
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1795,9 +1795,9 @@
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
},
"crdts": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/crdts/-/crdts-0.1.0.tgz",
"integrity": "sha512-K4np7OgQ2u2uE13hDFpgTAK97EM5XtyB7B6n2abpGGt2x9cvfQ7+mvm0zRjaX9qqgd4uz8DqxOgnp4/X/8i4IQ=="
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/crdts/-/crdts-0.1.2.tgz",
"integrity": "sha512-fmJEhm4BxtTxMVFf1FvJEP4f57yyHxSLpGFW6sbL1zOlavGp6B39WSvX9J0fLjE0AtOLjdb0rPMN0K/sdSW+Pw=="
},
"create-ecdh": {
"version": "4.0.0",
@ -6867,11 +6867,11 @@
}
},
"orbit-db-counterstore": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/orbit-db-counterstore/-/orbit-db-counterstore-1.0.2.tgz",
"integrity": "sha512-J/yhV3OIEyd9XLxfDMxEvHAWpK+eEFrZgau86JIFipEMFhFLW78Sn++zTDdfojySNnUyLE5zJqDnJoVk5YcrZw==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/orbit-db-counterstore/-/orbit-db-counterstore-1.0.3.tgz",
"integrity": "sha512-wEtEuvphHgQf4pFu1822Eq7GTktsCk0x9S66XuKRUFe5cieLjmHlQIIWKcqarbPTs/uY+7I60+B0e327qRaJTQ==",
"requires": {
"crdts": "0.1.0",
"crdts": "0.1.2",
"orbit-db-store": "2.0.6"
}
},

View File

@ -19,7 +19,7 @@
"logplease": "^1.2.14",
"multihashes": "^0.4.12",
"orbit-db-cache": "~0.0.7",
"orbit-db-counterstore": "~1.0.2",
"orbit-db-counterstore": "~1.0.3",
"orbit-db-docstore": "~1.0.1",
"orbit-db-eventstore": "~1.0.0",
"orbit-db-feedstore": "~1.0.0",