Skip to content

Commit

Permalink
Updated Pkgs (#2710)
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded authored Mar 20, 2024
1 parent 7bde830 commit 16ca2bc
Show file tree
Hide file tree
Showing 2 changed files with 918 additions and 1,218 deletions.
43 changes: 22 additions & 21 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"author": "",
"license": "ISC",
"dependencies": {
"@acala-network/chopsticks": "0.9.8",
"@acala-network/chopsticks": "0.9.10",
"@moonbeam-network/api-augment": "0.2801.0",
"@moonwall/cli": "^5.0.3",
"@moonwall/util": "^5.0.3",
"@moonwall/cli": "5.1.1",
"@moonwall/util": "5.1.1",
"@openzeppelin/contracts": "4.9.3",
"@polkadot/api": "10.11.2",
"@polkadot/api-augment": "10.11.2",
"@polkadot/api-derive": "10.11.2",
"@polkadot/apps-config": "0.133.1",
"@polkadot/api": "10.12.4",
"@polkadot/api-augment": "10.12.4",
"@polkadot/api-derive": "10.12.4",
"@polkadot/apps-config": "0.134.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/rpc-provider": "10.11.2",
"@polkadot/types": "10.11.2",
"@polkadot/types-codec": "10.11.2",
"@polkadot/rpc-provider": "10.12.4",
"@polkadot/types": "10.12.4",
"@polkadot/types-codec": "10.12.4",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@substrate/txwrapper-core": "7.2.0",
"@substrate/txwrapper-substrate": "7.2.0",
"@vitest/ui": "1.3.0",
"@substrate/txwrapper-core": "7.2.1",
"@substrate/txwrapper-substrate": "7.2.1",
"@vitest/ui": "1.4.0",
"@zombienet/utils": "0.0.24",
"chalk": "5.3.0",
"eth-object": "github:aurora-is-near/eth-object#master",
Expand All @@ -43,26 +43,27 @@
"merkle-patricia-tree": "4.2.4",
"node-fetch": "3.3.2",
"octokit": "^3.1.2",
"randomness": "1.6.7",
"randomness": "1.6.8",
"rlp": "3.0.0",
"semver": "7.6.0",
"solc": "0.8.21",
"tsx": "4.7.1",
"viem": "2.7.11",
"vitest": "1.3.0",
"web3": "4.5.0"
"viem": "2.8.13",
"vitest": "1.4.0",
"web3": "4.6.0",
"yaml": "2.4.1"
},
"devDependencies": {
"@types/debug": "4.1.12",
"@types/json-bigint": "^1.0.4",
"@types/node": "20.11.25",
"@types/node": "20.11.30",
"@types/semver": "7.5.8",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"bottleneck": "2.19.5",
"debug": "4.3.4",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-plugin-unused-imports": "3.1.0",
"prettier": "2.8.8",
"typescript": "5.4.2",
Expand Down
Loading

0 comments on commit 16ca2bc

Please sign in to comment.