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

@@ -31,31 +31,31 @@
"devDependencies": {
"@langchain/core": "^0.2.18",
"@types/deep-equal": "^1.0.1",
"@types/express": "^4.17.21",
"@types/express": "catalog:",
"@types/jmespath": "^0.15.0",
"@types/lodash": "^4.14.195",
"@types/lodash": "catalog:",
"@types/luxon": "^3.2.0",
"@types/md5": "^2.3.5",
"@types/xml2js": "^0.4.14"
"@types/xml2js": "catalog:"
},
"dependencies": {
"@n8n/tournament": "1.0.2",
"@n8n_io/riot-tmpl": "4.0.0",
"ast-types": "0.15.2",
"axios": "1.6.7",
"axios": "catalog:",
"callsites": "3.1.0",
"deep-equal": "2.2.0",
"esprima-next": "5.8.4",
"form-data": "4.0.0",
"form-data": "catalog:",
"jmespath": "0.16.0",
"js-base64": "3.7.2",
"jssha": "3.3.1",
"lodash": "4.17.21",
"luxon": "3.3.0",
"lodash": "catalog:",
"luxon": "catalog:",
"md5": "2.3.0",
"recast": "0.21.5",
"title-case": "3.0.3",
"transliteration": "2.3.5",
"xml2js": "0.6.2"
"xml2js": "catalog:"
}
}