Skip to content

Commit

Permalink
update e2e-tests deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Nov 7, 2024
1 parent 9640def commit 26604ce
Show file tree
Hide file tree
Showing 2 changed files with 1,125 additions and 1,248 deletions.
9 changes: 6 additions & 3 deletions tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
"test:runtime-upgrade-astar": "RUNTIME=astar yarn test tests/runtime-upgrade.test.ts"
},
"dependencies": {
"@acala-network/chopsticks-testing": "^0.13.2",
"typescript": "^5.3.0",
"vitest": "^2.0"
"@acala-network/chopsticks-testing": "^1.0.1",
"typescript": "5.6",
"vitest": "^2.1"
},
"resolutions": {
"lru-cache": "10"
},
"prettier": {
"tabWidth": 2,
Expand Down
Loading

0 comments on commit 26604ce

Please sign in to comment.