fix(editor): Re-enable the element-ui memory-leak fix (no-changelog) (#5262)

add a reference back to the element-ui patch

it accidentally got deleted here https://github.com/n8n-io/n8n/pull/4631/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L60
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-01-27 11:17:41 +01:00
committed by GitHub
parent 1c3dcd9dbe
commit 08a90d7e09
2 changed files with 11 additions and 2 deletions

View File

@@ -70,6 +70,9 @@
"jsonwebtoken": "9.0.0",
"cpy@8>globby": "^11.1.0",
"qqjs>globby": "^11.1.0"
},
"patchedDependencies": {
"element-ui@2.15.12": "patches/element-ui@2.15.12.patch"
}
}
}