Skip to content

Commit 3415c82

Browse files
authoredFeb 25, 2025
Merge pull request #215 from kodadot/chore--upgrade-minimark-deps
chore: upgrade minimark deps
2 parents d22331a + 2388bfc commit 3415c82

File tree

4 files changed

+6192
-4064
lines changed

4 files changed

+6192
-4064
lines changed
 

‎minimark/package.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,29 @@
5757
"update": "npx npm-check-updates --filter /polkadot/ --upgrade"
5858
},
5959
"dependencies": {
60-
"@polkadot/api": "^11.2.1",
61-
"@polkadot/keyring": "^12.6.2",
62-
"@polkadot/util": "^12.6.2",
60+
"@polkadot/api": "^15.6.1",
61+
"@polkadot/keyring": "^13.4.3",
62+
"@polkadot/util": "^13.4.3",
6363
"nanoid": "5.0.7",
6464
"slugify": "^1.6.6"
6565
},
6666
"devDependencies": {
6767
"@nuxtjs/eslint-config-typescript": "latest",
6868
"@vitest/coverage-c8": "latest",
69-
"changelogen": "^0.5.5",
69+
"changelogen": "^0.5.7",
7070
"eslint": "latest",
71-
"husky": "^9.0.11",
72-
"rmrk-tools": "^2.1.12",
71+
"husky": "^9.1.7",
72+
"rmrk-tools": "^2.1.13",
7373
"typescript": "latest",
7474
"unbuild": "latest",
7575
"vitest": "latest"
7676
},
7777
"peerDependencies": {
78-
"@polkadot/api": "~10.x"
78+
"@polkadot/api": "^15.x",
79+
"@polkadot/keyring": "^13.x",
80+
"@polkadot/util": "^13.x"
7981
},
80-
"packageManager": "pnpm@7.9.5",
82+
"packageManager": "pnpm@10.4.1",
8183
"husky": {
8284
"hooks": {
8385
"pre-push": "pnpm lint"

0 commit comments

Comments
 (0)