Skip to content

Commit

Permalink
Merge pull request #231 from arda-org/upgrade-node-packages
Browse files Browse the repository at this point in the history
Upgrade node packages
  • Loading branch information
lcswillems authored Nov 2, 2024
2 parents 27f8e4b + ef874bb commit 0e61ccf
Show file tree
Hide file tree
Showing 8 changed files with 1,272 additions and 1,179 deletions.
8 changes: 4 additions & 4 deletions contracts/blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"interact:mainnet": "CHAIN=mainnet tsx interact/index.ts"
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/node": "22.8.6",
"commander": "12.0.0",
"tsx": "4.7.0",
"typescript": "5.3.3",
"vitest": "1.2.2",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vitest": "2.1.4",
"xsuite": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions contracts/vested-transfers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"interact:mainnet": "CHAIN=mainnet tsx interact/index.ts"
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/node": "22.8.6",
"commander": "12.0.0",
"tsx": "4.7.0",
"typescript": "5.3.3",
"vitest": "1.2.2",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vitest": "2.1.4",
"xsuite": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-plugin-prettier": "5.0.1",
"prettier": "3.0.3",
"xsuite": "workspace:*",
"zx": "^8.1.1"
"zx": "^8.2.0"
}
}
Loading

0 comments on commit 0e61ccf

Please sign in to comment.