Merge pull request #46 from n8n-io/stop-using-core

stop using n8n-core in nodes
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-05-02 17:04:12 +02:00 committed by GitHub
commit 58094ce2e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 1908 deletions

1930
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -39,14 +39,14 @@
]
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/request-promise-native": "~1.0.15",
"@typescript-eslint/parser": "~5.45",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-core": "*",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}