Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 83d2d55

Browse files
committed
chore: update deps
1 parent 62e2f84 commit 83d2d55

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
44
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6-
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
7-
[![Build Status](https://travis-ci.org/ipfs/js-datastore-level.svg)](https://travis-ci.org/ipfs/js-datastore-level) [![Circle CI](https://circleci.com/gh/ipfs/js-datastore-level.svg?style=svg)](https://circleci.com/gh/ipfs/js-datastore-level)
8-
[![Coverage Status](https://coveralls.io/repos/github/ipfs/js-datastore-level/badge.svg?branch=master)](https://coveralls.io/github/ipfs/js-datastore-level?branch=master) [![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/ipfs/js-datastore-level)
6+
[![](https://coveralls.io/repos/github/ipfs/js-datastore-level/badge.svg?branch=master)](https://coveralls.io/github/ipfs/js-datastore-level?branch=master) [![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/ipfs/js-datastore-level)
97
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
108
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square)
119
![](https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/ipfs/js-datastore-level#readme",
4242
"dependencies": {
43-
"datastore-core": "~0.5.0",
43+
"datastore-core": "~0.6.0",
4444
"encoding-down": "^5.0.4",
4545
"interface-datastore": "~0.6.0",
4646
"level-js": "github:timkuijsten/level.js#idbunwrapper",
@@ -49,10 +49,10 @@
4949
"pull-stream": "^3.6.9"
5050
},
5151
"devDependencies": {
52-
"aegir": "^15.3.0",
52+
"aegir": "^15.3.1",
5353
"async": "^2.6.1",
54-
"chai": "^4.1.2",
55-
"cids": "~0.5.3",
54+
"chai": "^4.2.0",
55+
"cids": "~0.5.5",
5656
"dirty-chai": "^2.0.1",
5757
"flow-bin": "~0.81.0",
5858
"memdown": "^1.4.1",

0 commit comments

Comments
 (0)