Skip to content

Commit

Permalink
Update Helia, eslint and others
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jul 15, 2024
1 parent d1a4782 commit c3d67d4
Show file tree
Hide file tree
Showing 7 changed files with 11,489 additions and 8,191 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,41 +20,41 @@
"test": "pnpm test:node && pnpm test:browser",
"test:node": "pnpm compile && pnpm aegir test -t node --cov -- --exit",
"test:browser": "pnpm compile && pnpm aegir test -t browser --cov -- --exit",
"format": "pnpm prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\" && pnpm eslint --ext .js,.ts src",
"format": "pnpm prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\" && pnpm eslint",
"release": "pnpm test && (git commit -a -m 'version' || true) && pnpm publish",
"updateVersion": "pnpm genversion --es6 --semi src/version.ts"
},
"dependencies": {
"@orbitdb/core": "^2.0.1",
"helia": "^3.0.1"
"@orbitdb/core": "^2.2.0",
"helia": "^4.2.4"
},
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^11.1.0",
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@constl/orbit-db-types": "^1.2.9",
"@helia/block-brokers": "^1.0.0",
"@libp2p/circuit-relay-v2": "^1.0.12",
"@libp2p/identify": "^1.0.11",
"@libp2p/webrtc": "^4.0.16",
"@libp2p/websockets": "^8.0.12",
"@types/mocha": "^10.0.6",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"aegir": "^42.2.2",
"blockstore-core": "^4.3.10",
"blockstore-level": "^1.1.7",
"eslint": "^8.56.0",
"@chainsafe/libp2p-gossipsub": "^13.1.0",
"@chainsafe/libp2p-noise": "^15.1.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@constl/orbit-db-types": "^2.0.0",
"@helia/block-brokers": "^3.0.2",
"@libp2p/circuit-relay-v2": "^1.1.2",
"@libp2p/identify": "^2.1.2",
"@libp2p/webrtc": "^4.1.2",
"@libp2p/websockets": "^8.1.2",
"@types/mocha": "^10.0.7",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.1",
"blockstore-level": "^1.1.8",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"genversion": "^3.2.0",
"libp2p": "^1.2.0",
"mocha": "^10.2.0",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"ts-patch": "^3.1.2",
"typescript": "^5.3.3",
"typescript-transform-paths": "^3.4.6",
"libp2p": "^1.8.1",
"mocha": "^10.6.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-patch": "^3.2.1",
"typescript": "^5.5.3",
"typescript-transform-paths": "^3.4.7",
"wherearewe": "^2.0.1"
},
"jest": {
Expand Down
Loading

0 comments on commit c3d67d4

Please sign in to comment.