mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Setup pnpm catalog to centralize depedency versions (no-changelog) (#9974)
This commit is contained in:
committed by
GitHub
parent
1fca3af335
commit
a2d08846d0
@@ -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:"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user