mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-16 09:23:01 -06:00
update dependencies
This commit is contained in:
parent
5c9aa32a8b
commit
852d1473c8
3 changed files with 384 additions and 253 deletions
|
|
@ -15,6 +15,9 @@ export class HttpBinApi implements ICredentialType {
|
||||||
name: 'token',
|
name: 'token',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
|
typeOptions: {
|
||||||
|
password: true,
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Domain',
|
displayName: 'Domain',
|
||||||
|
|
|
||||||
17
package.json
17
package.json
|
|
@ -11,15 +11,15 @@
|
||||||
"name": "",
|
"name": "",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.10",
|
"node": ">=18.10",
|
||||||
"pnpm": ">=9.1"
|
"pnpm": ">=9.1"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.1.4",
|
"packageManager": "pnpm@9.1.4",
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
|
|
||||||
},
|
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
|
|
@ -45,12 +45,13 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/parser": "~5.45",
|
"@typescript-eslint/parser": "^7.15.0",
|
||||||
"eslint-plugin-n8n-nodes-base": "^1.11.0",
|
"eslint": "^8.56.0",
|
||||||
|
"eslint-plugin-n8n-nodes-base": "^1.16.1",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"n8n-workflow": "*",
|
"n8n-workflow": "*",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^3.3.2",
|
||||||
"typescript": "~4.8.4"
|
"typescript": "^5.5.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"n8n-workflow": "*"
|
"n8n-workflow": "*"
|
||||||
|
|
|
||||||
617
pnpm-lock.yaml
generated
617
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue