Skip to content

Commit

Permalink
Chore/update js dependencies (#2251)
Browse files Browse the repository at this point in the history
# Goal
The goal of this PR is update js dependencies (again) and make it easier
to do in the future

# Discussion

- Added a basic script that just does it all
  • Loading branch information
wilwade authored Jan 7, 2025
1 parent 51a524a commit 057e561
Show file tree
Hide file tree
Showing 11 changed files with 1,374 additions and 1,180 deletions.
550 changes: 307 additions & 243 deletions e2e/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@helia/unixfs": "^4.0.1",
"@noble/curves": "^1.8.0",
"@polkadot-api/merkleize-metadata": "^1.1.12",
"@polkadot/api": "15.1.1",
"@polkadot/types": "15.1.1",
"@polkadot/util": "13.2.3",
"@polkadot/api": "15.2.1",
"@polkadot/types": "15.2.1",
"@polkadot/util": "13.3.1",
"helia": "^5.1.1",
"multiformats": "^13.3.1",
"rxjs": "^7.8.1",
Expand All @@ -46,6 +46,6 @@
"sinon": "^19.0.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
"typescript-eslint": "^8.19.1"
}
}
Loading

0 comments on commit 057e561

Please sign in to comment.