mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 06:22:24 -05:00
Merge pull request #46 from n8n-io/stop-using-core
stop using n8n-core in nodes
This commit is contained in:
commit
58094ce2e5
2 changed files with 28 additions and 1908 deletions
1930
package-lock.json
generated
1930
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -39,14 +39,14 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/express": "^4.17.6",
|
|
||||||
"@types/request-promise-native": "~1.0.15",
|
|
||||||
"@typescript-eslint/parser": "~5.45",
|
"@typescript-eslint/parser": "~5.45",
|
||||||
"eslint-plugin-n8n-nodes-base": "^1.11.0",
|
"eslint-plugin-n8n-nodes-base": "^1.11.0",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"n8n-core": "*",
|
|
||||||
"n8n-workflow": "*",
|
"n8n-workflow": "*",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"typescript": "~4.8.4"
|
"typescript": "~4.8.4"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"n8n-workflow": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue