Skip to content

Commit

Permalink
Update production package dependencies for use via pnpm dlx
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Jan 31, 2024
1 parent 2cb40d8 commit f9da59b
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 189 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,30 +50,32 @@
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.5",
"@types/readline-sync": "^1.4.8",
"core-js": "^3.35.1",
"lodash": "^4.17.21",
"protocol-registry": "^1.4.1",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
"optionalDependencies": {
"registry-js": "^1.15.1"
},
"dependencies": {
"boxen": "^7.1.1",
"center-align": "^1.0.1",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"cli-width": "^4.1.0",
"clipboardy": "^4.0.0",
"core-js": "^3.35.1",
"figlet": "^1.7.0",
"find-process": "^1.4.7",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"gradient-string": "^2.0.2",
"lodash": "^4.17.21",
"open": "^10.0.3",
"protocol-registry": "^1.4.1",
"readline-sync": "^1.4.10",
"terminal-link": "^3.0.0",
"ts-pattern": "^5.0.6",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"wrap-ansi": "^9.0.0",
"zod": "^3.22.4"
},
"optionalDependencies": {
"registry-js": "^1.15.1"
"wrap-ansi": "^9.0.0"
}
}
Loading

0 comments on commit f9da59b

Please sign in to comment.