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

Commit f5a7ae1

Browse files
committed
chore: update deps
1 parent 4a8e384 commit f5a7ae1

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ node_js:
1111
os:
1212
- linux
1313
- osx
14+
- windows
1415

1516
script: npx nyc -s npm run test:node -- --bail
1617
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
1718

1819
jobs:
1920
include:
20-
- os: windows
21-
cache: false
22-
2321
- stage: check
2422
script:
2523
- npx aegir commitlint --travis
@@ -39,4 +37,4 @@ jobs:
3937
script: npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless
4038

4139
notifications:
42-
email: false
40+
email: false

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@
3434
},
3535
"homepage": "https://github.com/ipfs/js-datastore-fs#readme",
3636
"dependencies": {
37-
"async": "^2.6.1",
38-
"datastore-core": "git://github.com:zcstarr/js-datastore-core.git",
37+
"datastore-core": "~0.7.0",
3938
"fast-write-atomic": "~0.2.0",
4039
"glob": "^7.1.3",
4140
"graceful-fs": "^4.1.11",
42-
"interface-datastore": "git://github.com/ipfs/interface-datastore.git#refactor/async-iterators",
41+
"interface-datastore": "~0.7.0",
4342
"mkdirp": "~0.5.1"
4443
},
4544
"devDependencies": {
46-
"aegir": "^18.2.0",
45+
"aegir": "^19.0.3",
46+
"async-iterator-all": "^1.0.0",
4747
"chai": "^4.2.0",
48-
"cids": "~0.5.5",
48+
"cids": "~0.7.1",
4949
"dirty-chai": "^2.0.1",
50-
"flow-bin": "~0.84.0",
50+
"flow-bin": "~0.99.0",
5151
"flow-typed": "^2.5.1",
52-
"memdown": "^1.4.1",
52+
"memdown": "^4.0.0",
5353
"rimraf": "^2.6.2"
5454
},
5555
"contributors": [

0 commit comments

Comments
 (0)