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 6cb964f commit 67d7f92
Show file tree
Hide file tree
Showing 3 changed files with 542 additions and 482 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
"@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",
"@swc/core": "^1.8.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"lodash": "^4.17.21",
"typescript": "5.5.3",
"typescript": "5.6.3",
"unplugin-swc": "^1.5.1",
"vitest": "^2.0"
"vitest": "^2.1.4"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.6",
"@types/node": "^22",
"@vitest/ui": "^2.0",
"eslint": "^9.9.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"tsx": "^4.16.2",
"typescript-eslint": "8.4"
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@vitest/ui": "^2.1.4",
"eslint": "^9.14.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"typescript-eslint": "8.4.0"
},
"prettier": {
"tabWidth": 2,
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 260000000)",
"refTime": "(rounded 270000000)",
},
},
"method": "Processed",
Expand Down
Loading

0 comments on commit 67d7f92

Please sign in to comment.