mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 23:37:00 +02:00
fix(editor): Use vuedraggable source module in builds (#30516)
This commit is contained in:
parent
709ebbd23d
commit
4575c856f4
|
|
@ -184,6 +184,7 @@
|
|||
"z-vue-scan": "patches/z-vue-scan.patch",
|
||||
"@lezer/highlight": "patches/@lezer__highlight.patch",
|
||||
"v-code-diff": "patches/v-code-diff.patch",
|
||||
"vuedraggable@4.1.0": "patches/vuedraggable@4.1.0.patch",
|
||||
"assert@2.1.0": "patches/assert@2.1.0.patch"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
10
patches/vuedraggable@4.1.0.patch
Normal file
10
patches/vuedraggable@4.1.0.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
diff --git a/package.json b/package.json
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -93,5 +93,5 @@
|
||||
"dist/*.js",
|
||||
"src/*"
|
||||
],
|
||||
- "module": "dist/vuedraggable.umd.js"
|
||||
+ "module": "src/vuedraggable.js"
|
||||
}
|
||||
|
|
@ -507,6 +507,9 @@ patchedDependencies:
|
|||
vue-tsc@2.2.8:
|
||||
hash: e2aee939ccac8a57fe449bfd92bedd8117841579526217bc39aca26c6b8c317f
|
||||
path: patches/vue-tsc@2.2.8.patch
|
||||
vuedraggable@4.1.0:
|
||||
hash: eaa2c80f80cdc4293b0f1c9c0410823960f839fc15f155c8cb23666d5950e049
|
||||
path: patches/vuedraggable@4.1.0.patch
|
||||
z-vue-scan:
|
||||
hash: bbd573be7e456224f369aafb4d66374523c4847964a4655a6a1654fd40e8b0f8
|
||||
path: patches/z-vue-scan.patch
|
||||
|
|
@ -4090,7 +4093,7 @@ importers:
|
|||
version: 4.1.3
|
||||
vuedraggable:
|
||||
specifier: 4.1.0
|
||||
version: 4.1.0(vue@3.5.26(typescript@6.0.2))
|
||||
version: 4.1.0(patch_hash=eaa2c80f80cdc4293b0f1c9c0410823960f839fc15f155c8cb23666d5950e049)(vue@3.5.26(typescript@6.0.2))
|
||||
wa-sqlite:
|
||||
specifier: github:rhashimoto/wa-sqlite#779219540f66cecaa159da32b3b8936697ba10a7
|
||||
version: https://codeload.github.com/rhashimoto/wa-sqlite/tar.gz/779219540f66cecaa159da32b3b8936697ba10a7
|
||||
|
|
@ -45515,7 +45518,7 @@ snapshots:
|
|||
optionalDependencies:
|
||||
typescript: 6.0.2
|
||||
|
||||
vuedraggable@4.1.0(vue@3.5.26(typescript@6.0.2)):
|
||||
vuedraggable@4.1.0(patch_hash=eaa2c80f80cdc4293b0f1c9c0410823960f839fc15f155c8cb23666d5950e049)(vue@3.5.26(typescript@6.0.2)):
|
||||
dependencies:
|
||||
sortablejs: 1.14.0
|
||||
vue: 3.5.26(typescript@6.0.2)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user