Skip to content

Commit 057e561

Browse files
authored
Chore/update js dependencies (#2251)
# 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
1 parent 51a524a commit 057e561

File tree

11 files changed

+1374
-1180
lines changed

11 files changed

+1374
-1180
lines changed

e2e/package-lock.json

Lines changed: 307 additions & 243 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@helia/unixfs": "^4.0.1",
2626
"@noble/curves": "^1.8.0",
2727
"@polkadot-api/merkleize-metadata": "^1.1.12",
28-
"@polkadot/api": "15.1.1",
29-
"@polkadot/types": "15.1.1",
30-
"@polkadot/util": "13.2.3",
28+
"@polkadot/api": "15.2.1",
29+
"@polkadot/types": "15.2.1",
30+
"@polkadot/util": "13.3.1",
3131
"helia": "^5.1.1",
3232
"multiformats": "^13.3.1",
3333
"rxjs": "^7.8.1",
@@ -46,6 +46,6 @@
4646
"sinon": "^19.0.2",
4747
"tsx": "^4.19.2",
4848
"typescript": "^5.7.2",
49-
"typescript-eslint": "^8.19.0"
49+
"typescript-eslint": "^8.19.1"
5050
}
5151
}

0 commit comments

Comments
 (0)