Skip to content

Commit 144386f

Browse files
committed
[Fix] Legacy package
1 parent a8c3d5f commit 144386f

File tree

2 files changed

+102
-23
lines changed

2 files changed

+102
-23
lines changed

package-lock.json

Lines changed: 100 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"pkg-update": "npm update",
6060
"pkg-upgrade": "npx --yes npm-check-updates -u && npm run pkg-legacy",
6161
"pkg-upgrade-manually": "npx npm-check-updates --interactive && npm run pkg-legacy",
62-
"pkg-legacy": "npm install eslint@7 @typescript-eslint/eslint-plugin@5 @typescript-eslint/parser@5 eslint-plugin-jest@27 @types/yargs@16 yargs@17 --legacy-peer-deps && npm install",
62+
"pkg-legacy": "npm install eslint@7 @typescript-eslint/eslint-plugin@5 @typescript-eslint/parser@5 eslint-plugin-jest@27 @types/yargs@16 yargs@16 --legacy-peer-deps && npm install",
6363
"prepare": "ts-patch install -s && husky init"
6464
},
6565
"dependencies": {
@@ -93,7 +93,7 @@
9393
"tsx": "^4.11.2",
9494
"typescript": "^5.4.5",
9595
"typescript-transform-paths": "^3.4.7",
96-
"yargs": "^17.7.2"
96+
"yargs": "^16.2.0"
9797
},
9898
"keywords": [
9999
"ptkdev",

0 commit comments

Comments
 (0)