-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ add install alias and fix --use-on-cd
- Loading branch information
1 parent
6afa43c
commit 640621d
Showing
19 changed files
with
266 additions
and
204 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"url": "[email protected]:kadena-community/pactup.git" | ||
}, | ||
"author": "Salama Ashoush <[email protected]>", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].2", | ||
"license": "MIT", | ||
"description": "Linter for the JavaScript Oxidation Compiler", | ||
"keywords": [ | ||
|
@@ -45,18 +45,28 @@ | |
"devDependencies": { | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.9", | ||
"@types/node": "^22.7.4", | ||
"@types/node": "^22.7.9", | ||
"@types/shell-escape": "^0.2.3", | ||
"chalk": "^5.3.0", | ||
"cmd-ts": "0.13.0", | ||
"cross-env": "^7.0.3", | ||
"execa": "9.4.0", | ||
"execa": "9.4.1", | ||
"lerna-changelog": "2.2.0", | ||
"prettier": "3.3.3", | ||
"pv": "1.0.1", | ||
"shell-escape": "^0.2.0", | ||
"svg-term-cli": "2.1.1", | ||
"tsx": "^4.19.1", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.6.3" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"xmldom@<0.5.0": ">=0.5.0", | ||
"node-fetch@<2.6.7": ">=2.6.7", | ||
"trim-newlines@<3.0.1": ">=3.0.1", | ||
"plist@<3.0.5": ">=3.0.5", | ||
"nth-check@<2.0.1": ">=2.0.1", | ||
"micromatch@<4.0.8": ">=4.0.8" | ||
} | ||
} | ||
} |
Oops, something went wrong.