Skip to content

Commit 87832eb

Browse files
authored
fix: update package dependencies to latest versions (#738)
# Description Update dependencies. Link to GitHub Issue(s): Closes #655 # Solution `ncu -i` and update all Major and Minor updates, except for NestJS (see #741) and `multiformats` which will be updated in #739. with @JoeCap08055
1 parent 3b5c79b commit 87832eb

File tree

11 files changed

+6666
-8488
lines changed

11 files changed

+6666
-8488
lines changed

apps/account-api/src/generate-metadata.ts

-11
This file was deleted.

apps/account-api/test/setup/package-lock.json

+567-332
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/account-api/test/setup/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"author": "",
1313
"license": "UNLICENSED",
1414
"dependencies": {
15-
"@frequency-chain/api-augment": "~1.13.2",
16-
"@polkadot/api": "^13.2.1",
17-
"@polkadot/keyring": "^13.1.1",
18-
"@polkadot/types": "^13.2.1",
19-
"@polkadot/util": "^13.1.1",
20-
"@polkadot/util-crypto": "^13.1.1",
21-
"@projectlibertylabs/frequency-scenario-template": "^1.1.8",
15+
"@frequency-chain/api-augment": "~1.15.4",
16+
"@polkadot/api": "^15.8.1",
17+
"@polkadot/keyring": "^13.4.3",
18+
"@polkadot/types": "^15.8.1",
19+
"@polkadot/util": "^13.4.3",
20+
"@polkadot/util-crypto": "^13.4.3",
21+
"@projectlibertylabs/frequency-scenario-template": "^1.1.10",
2222
"loglevel": "^1.9.2"
2323
},
2424
"devDependencies": {
25-
"tsx": "^4.19.1"
25+
"tsx": "^4.19.3"
2626
}
2727
}

0 commit comments

Comments
 (0)