mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +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
@@ -56,12 +56,12 @@
|
||||
"@types/compression": "1.0.1",
|
||||
"@types/convict": "^6.1.1",
|
||||
"@types/cookie-parser": "^1.4.2",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/express": "catalog:",
|
||||
"@types/flat": "^5.0.5",
|
||||
"@types/formidable": "^3.4.5",
|
||||
"@types/json-diff": "^1.0.0",
|
||||
"@types/jsonwebtoken": "^9.0.6",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"@types/lodash": "catalog:",
|
||||
"@types/psl": "^1.1.0",
|
||||
"@types/replacestream": "^4.0.1",
|
||||
"@types/shelljs": "^0.8.11",
|
||||
@@ -69,10 +69,10 @@
|
||||
"@types/superagent": "^8.1.7",
|
||||
"@types/swagger-ui-express": "^4.1.6",
|
||||
"@types/syslog-client": "^1.1.2",
|
||||
"@types/uuid": "^8.3.2",
|
||||
"@types/uuid": "catalog:",
|
||||
"@types/validator": "^13.7.0",
|
||||
"@types/ws": "^8.5.4",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"@types/xml2js": "catalog:",
|
||||
"@types/yamljs": "^0.2.31",
|
||||
"@vvo/tzdb": "^6.141.0",
|
||||
"chokidar": "^3.5.2",
|
||||
@@ -95,7 +95,7 @@
|
||||
"@sentry/integrations": "7.87.0",
|
||||
"@sentry/node": "7.87.0",
|
||||
"aws4": "1.11.0",
|
||||
"axios": "1.6.7",
|
||||
"axios": "catalog:",
|
||||
"bcryptjs": "2.4.3",
|
||||
"bull": "4.12.1",
|
||||
"cache-manager": "5.2.3",
|
||||
@@ -115,7 +115,7 @@
|
||||
"express-openapi-validator": "5.1.6",
|
||||
"express-prom-bundle": "6.6.0",
|
||||
"express-rate-limit": "7.2.0",
|
||||
"fast-glob": "3.2.12",
|
||||
"fast-glob": "catalog:",
|
||||
"flat": "5.0.2",
|
||||
"flatted": "3.2.7",
|
||||
"formidable": "3.5.1",
|
||||
@@ -128,14 +128,14 @@
|
||||
"jsonschema": "1.4.1",
|
||||
"jsonwebtoken": "9.0.2",
|
||||
"ldapts": "4.2.6",
|
||||
"lodash": "4.17.21",
|
||||
"luxon": "3.3.0",
|
||||
"lodash": "catalog:",
|
||||
"luxon": "catalog:",
|
||||
"mysql2": "3.10.0",
|
||||
"n8n-core": "workspace:*",
|
||||
"n8n-editor-ui": "workspace:*",
|
||||
"n8n-nodes-base": "workspace:*",
|
||||
"n8n-workflow": "workspace:*",
|
||||
"nanoid": "3.3.6",
|
||||
"nanoid": "catalog:",
|
||||
"nodemailer": "6.9.9",
|
||||
"oauth-1.0a": "2.2.6",
|
||||
"open": "7.4.2",
|
||||
@@ -162,12 +162,12 @@
|
||||
"sshpk": "1.17.0",
|
||||
"swagger-ui-express": "5.0.0",
|
||||
"syslog-client": "1.1.1",
|
||||
"typedi": "0.10.0",
|
||||
"uuid": "8.3.2",
|
||||
"typedi": "catalog:",
|
||||
"uuid": "catalog:",
|
||||
"validator": "13.7.0",
|
||||
"winston": "3.8.2",
|
||||
"ws": "8.17.1",
|
||||
"xml2js": "0.6.2",
|
||||
"xml2js": "catalog:",
|
||||
"xmllint-wasm": "3.0.1",
|
||||
"yamljs": "0.3.0",
|
||||
"zod": "3.22.4"
|
||||
|
||||
Reference in New Issue
Block a user