Giter Site home page Giter Site logo

Comments (1)

aphelionz avatar aphelionz commented on June 15, 2024

First ran the tests with master:

$ git fetch && git pull origin master
From https://github.com/orbitdb/ipfs-log
 * branch            master     -> FETCH_HEAD
Already up to date.
$ rm -rf node_modules && npm install && npm run test
290 passing (2m) # All tests pass!

Then I applied @alanshaw's upgrades...

diff --git a/package.json b/package.json
index ca68ee2..935d980 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
     "babel-loader": "^8.0.2",
     "babel-plugin-transform-runtime": "^6.23.0",
     "babel-preset-env": "^1.6.1",
-    "datastore-level": "~0.8.0",
+    "datastore-level": "^0.9.0",
     "eslint": "^5.4.0",
     "eslint-config-standard": "^12.0.0",
     "eslint-plugin-import": "^2.14.0",
@@ -32,8 +32,8 @@
     "eslint-plugin-promise": "^4.0.0",
     "eslint-plugin-standard": "^4.0.0",
     "go-ipfs-dep": "~0.4.17",
-    "ipfs": "~0.31.4",
-    "ipfs-repo": "~0.23.1",
+    "ipfs": "~0.33.0",
+    "ipfs-repo": "^0.24.0",
     "ipfsd-ctl": "~0.39.1",
     "istanbul": "^0.4.5",
     "mocha": "^5.2.0",

...and ran npm install again:

$ rm -rf node_modules && npm install && npm run test
290 passing (1m) # All tests pass, and perhaps a bit faster?

Looks good! Confirmed that this is all working. Addressed in #185

from ipfs-log.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.