chore: use catalogs

This commit is contained in:
Zoltan Kochan
2024-06-27 22:06:05 +02:00
parent 79830ff0b9
commit 1865472bde
36 changed files with 389 additions and 149 deletions

View File

@@ -31,7 +31,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/main/patching/apply-patch#readme",
"dependencies": {
"@pnpm/error": "workspace:*",
"@pnpm/patch-package": "0.0.0"
"@pnpm/patch-package": "catalog:"
},
"devDependencies": {
"@pnpm/patching.apply-patch": "workspace:*",

View File

@@ -59,13 +59,13 @@
"@pnpm/read-project-manifest": "workspace:*",
"@pnpm/store-connection-manager": "workspace:*",
"enquirer": "catalog:",
"escape-string-regexp": "^4.0.0",
"escape-string-regexp": "catalog:",
"fast-glob": "catalog:",
"normalize-path": "catalog:",
"ramda": "catalog:",
"realpath-missing": "catalog:",
"render-help": "catalog:",
"safe-execa": "^0.1.4",
"safe-execa": "catalog:",
"semver": "catalog:",
"tempy": "catalog:"
},