Skip to content

Commit

Permalink
[Fix] Legacy package
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Jun 3, 2024
1 parent a8c3d5f commit 144386f
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 23 deletions.
121 changes: 100 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"pkg-update": "npm update",
"pkg-upgrade": "npx --yes npm-check-updates -u && npm run pkg-legacy",
"pkg-upgrade-manually": "npx npm-check-updates --interactive && npm run pkg-legacy",
"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",
"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",
"prepare": "ts-patch install -s && husky init"
},
"dependencies": {
Expand Down Expand Up @@ -93,7 +93,7 @@
"tsx": "^4.11.2",
"typescript": "^5.4.5",
"typescript-transform-paths": "^3.4.7",
"yargs": "^17.7.2"
"yargs": "^16.2.0"
},
"keywords": [
"ptkdev",
Expand Down

0 comments on commit 144386f

Please sign in to comment.