mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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
@@ -802,15 +802,15 @@
|
||||
"devDependencies": {
|
||||
"@types/amqplib": "^0.10.1",
|
||||
"@types/aws4": "^1.5.1",
|
||||
"@types/basic-auth": "^1.1.3",
|
||||
"@types/basic-auth": "catalog:",
|
||||
"@types/cheerio": "^0.22.15",
|
||||
"@types/eventsource": "^1.1.2",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/express": "catalog:",
|
||||
"@types/html-to-text": "^9.0.1",
|
||||
"@types/gm": "^1.25.0",
|
||||
"@types/js-nacl": "^1.3.0",
|
||||
"@types/jsonwebtoken": "^9.0.6",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"@types/lodash": "catalog:",
|
||||
"@types/lossless-json": "^1.0.0",
|
||||
"@types/mailparser": "^3.4.4",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
@@ -821,8 +821,8 @@
|
||||
"@types/showdown": "^1.9.4",
|
||||
"@types/snowflake-sdk": "^1.6.20",
|
||||
"@types/ssh2-sftp-client": "^5.1.0",
|
||||
"@types/uuid": "^8.3.2",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"@types/uuid": "catalog:",
|
||||
"@types/xml2js": "catalog:",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.16.0",
|
||||
"n8n-core": "workspace:*"
|
||||
},
|
||||
@@ -833,7 +833,7 @@
|
||||
"amqplib": "0.10.3",
|
||||
"alasql": "^4.4.0",
|
||||
"aws4": "1.11.0",
|
||||
"basic-auth": "2.0.1",
|
||||
"basic-auth": "catalog:",
|
||||
"change-case": "4.1.2",
|
||||
"cheerio": "1.0.0-rc.6",
|
||||
"chokidar": "3.5.2",
|
||||
@@ -842,7 +842,7 @@
|
||||
"currency-codes": "2.1.0",
|
||||
"eventsource": "2.0.2",
|
||||
"html-to-text": "9.0.5",
|
||||
"fast-glob": "3.2.12",
|
||||
"fast-glob": "catalog:",
|
||||
"fflate": "0.7.4",
|
||||
"get-system-fonts": "2.0.2",
|
||||
"gm": "1.25.0",
|
||||
@@ -854,9 +854,9 @@
|
||||
"jsonwebtoken": "9.0.2",
|
||||
"kafkajs": "1.16.0",
|
||||
"ldapts": "4.2.6",
|
||||
"lodash": "4.17.21",
|
||||
"lodash": "catalog:",
|
||||
"lossless-json": "1.0.5",
|
||||
"luxon": "3.3.0",
|
||||
"luxon": "catalog:",
|
||||
"mailparser": "3.6.7",
|
||||
"minifaker": "1.34.1",
|
||||
"moment-timezone": "0.5.37",
|
||||
@@ -886,9 +886,9 @@
|
||||
"ssh2-sftp-client": "7.2.3",
|
||||
"tmp-promise": "3.0.3",
|
||||
"ts-ics": "^1.2.2",
|
||||
"typedi": "0.10.0",
|
||||
"uuid": "8.3.2",
|
||||
"typedi": "catalog:",
|
||||
"uuid": "catalog:",
|
||||
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
||||
"xml2js": "0.6.2"
|
||||
"xml2js": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user