ci: Setup pnpm catalog to centralize depedency versions (no-changelog) (#9974)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-30 13:27:15 +02:00
committed by GitHub
parent 1fca3af335
commit a2d08846d0
15 changed files with 478 additions and 402 deletions

View File

@@ -40,12 +40,12 @@
"dependencies": {
"@oclif/core": "4.0.7",
"change-case": "^4.1.1",
"fast-glob": "^3.2.5",
"fast-glob": "catalog:",
"inquirer": "^7.0.1",
"n8n-core": "workspace:*",
"n8n-workflow": "workspace:*",
"replace-in-file": "^6.0.0",
"tmp-promise": "^3.0.3",
"typedi": "^0.10.0"
"typedi": "catalog:"
}
}