Skip to content

Commit

Permalink
fix init dependencies for ts and bump version to 0.0.23 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgao1996 authored Feb 3, 2025
1 parent 88ff505 commit 5701823
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aptos-labs/workspace",
"version": "0.0.22",
"version": "0.0.23",
"license": "Apache-2.0",
"bin": {
"aptos-workspace": "./dist/internal/cli.js",
Expand Down
2 changes: 2 additions & 0 deletions workspace/src/tasks/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const getDevDependenciesToInstallCommand = async (
if (result.language === "ts") {
REQUIRED_DEV_DEPENDENCIES["@types/chai"] = "4";
REQUIRED_DEV_DEPENDENCIES["@types/mocha"] = "^10.0.7";
REQUIRED_DEV_DEPENDENCIES["typescript"] = "^5.7.3";
REQUIRED_DEV_DEPENDENCIES["ts-node"] = "^10.9.2";
}

// Filter out already installed peer dependencies
Expand Down

0 comments on commit 5701823

Please sign in to comment.