-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add typescript as a dependency
- also updates typescript and other packages
- Loading branch information
1 parent
9d44df4
commit 3f47708
Showing
7 changed files
with
239 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,13 +42,15 @@ | |
], | ||
"devDependencies": { | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^22.10.6", | ||
"case-anything": "^2.1.13", | ||
"fs-extra": "^11.2.0", | ||
"lerna": "^8.1.9", | ||
"mocha": "^7.2.0", | ||
"plop": "^3.1.2", | ||
"rimraf": "^6.0.1", | ||
"ts-node": "^10.9.2" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.7.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,6 @@ | |
}, | ||
"devDependencies": { | ||
"@types/diff": "^5.0.9", | ||
"typescript": "^5.4.2" | ||
"typescript": "^5.7.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,6 @@ | |
}, | ||
"devDependencies": { | ||
"@types/diff": "^5.0.9", | ||
"typescript": "^5.4.2" | ||
"typescript": "^5.7.3" | ||
} | ||
} |
Oops, something went wrong.