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

@@ -28,23 +28,23 @@
"devDependencies": {
"@types/aws4": "^1.5.1",
"@types/concat-stream": "^2.0.0",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.195",
"@types/express": "catalog:",
"@types/lodash": "catalog:",
"@types/mime-types": "^2.1.0",
"@types/uuid": "^8.3.2",
"@types/xml2js": "^0.4.14"
"@types/uuid": "catalog:",
"@types/xml2js": "catalog:"
},
"dependencies": {
"@n8n/client-oauth2": "workspace:*",
"aws4": "1.11.0",
"axios": "1.6.7",
"axios": "catalog:",
"concat-stream": "2.0.0",
"cron": "3.1.7",
"fast-glob": "3.2.12",
"fast-glob": "catalog:",
"file-type": "16.5.4",
"form-data": "4.0.0",
"lodash": "4.17.21",
"luxon": "^3.4.4",
"form-data": "catalog:",
"lodash": "catalog:",
"luxon": "catalog:",
"mime-types": "2.1.35",
"n8n-workflow": "workspace:*",
"oauth-1.0a": "2.2.6",
@@ -52,8 +52,8 @@
"pretty-bytes": "5.6.0",
"qs": "6.11.0",
"ssh2": "1.15.0",
"typedi": "0.10.0",
"uuid": "8.3.2",
"xml2js": "0.6.2"
"typedi": "catalog:",
"uuid": "catalog:",
"xml2js": "catalog:"
}
}