Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Nov 5, 2024
1 parent 344fd51 commit 6cb964f
Show file tree
Hide file tree
Showing 5 changed files with 772 additions and 756 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Stake Technologies <devops@stake.co.jp>",
"license": "MIT",
"private": true,
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.1",
"scripts": {
"lint": "tsc --noEmit && eslint && prettier --check .",
"fix": "eslint --fix && prettier -w .",
Expand All @@ -14,9 +14,9 @@
"update-env": "tsx scripts/update-env.ts"
},
"dependencies": {
"@acala-network/chopsticks": "^0.14.2-1",
"@acala-network/chopsticks-testing": "^0.14.2-1",
"@polkadot/api": "^12.2.1",
"@acala-network/chopsticks": "^1.0.1-1",
"@acala-network/chopsticks-testing": "^1.0.1-1",
"@polkadot/api": "^14.2.3",
"@swc/core": "^1.6.13",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ exports[`Polkadot & Astar > 002: Astar transfer DOT to Polkadot > 002: polkadot
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 270000000)",
"refTime": "(rounded 260000000)",
},
},
"method": "Processed",
Expand Down
Loading

0 comments on commit 6cb964f

Please sign in to comment.