mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Fix parsing for single quoted resolvables (#6982)
Ref: https://github.com/n8n-io/codemirror-lang-n8n-sql/pull/6 <img width="574" alt="Capture 2023-08-21 at 10 08 53@2x" src="https://github.com/n8n-io/n8n/assets/44588767/e1f88041-3577-41f3-b990-dbbf02741492">
This commit is contained in:
parent
9b9b891e68
commit
f32e993227
|
@ -45,7 +45,7 @@
|
|||
"@jsplumb/connector-bezier": "^5.13.2",
|
||||
"@jsplumb/core": "^5.13.2",
|
||||
"@jsplumb/util": "^5.13.2",
|
||||
"@n8n/codemirror-lang-sql": "^1.0.1",
|
||||
"@n8n/codemirror-lang-sql": "^1.0.2",
|
||||
"@vueuse/components": "^10.2.0",
|
||||
"@vueuse/core": "^10.2.0",
|
||||
"axios": "^0.21.1",
|
||||
|
|
|
@ -822,8 +822,8 @@ importers:
|
|||
specifier: ^5.13.2
|
||||
version: 5.13.2
|
||||
'@n8n/codemirror-lang-sql':
|
||||
specifier: ^1.0.1
|
||||
version: 1.0.1(@codemirror/view@6.5.1)(@lezer/common@1.0.1)
|
||||
specifier: ^1.0.2
|
||||
version: 1.0.2(@codemirror/view@6.5.1)(@lezer/common@1.0.1)
|
||||
'@vueuse/components':
|
||||
specifier: ^10.2.0
|
||||
version: 10.2.0(vue@3.3.4)
|
||||
|
@ -4119,8 +4119,8 @@ packages:
|
|||
dev: false
|
||||
optional: true
|
||||
|
||||
/@n8n/codemirror-lang-sql@1.0.1(@codemirror/view@6.5.1)(@lezer/common@1.0.1):
|
||||
resolution: {integrity: sha512-wwuYHg+iCP6HMZjzBiBSO7oQ44EXnfkLaPl+9ZMvr4/8QYURqbulDdUhIW0A9d/zQcXhqkyoxS7ukS3s5oN6Hg==}
|
||||
/@n8n/codemirror-lang-sql@1.0.2(@codemirror/view@6.5.1)(@lezer/common@1.0.1):
|
||||
resolution: {integrity: sha512-sOf/KyewSu3Ikij0CkRtzJJDhRDZcwNCEYl8UdH4U/riL0/XZGcBD7MYofCCcKszanJZiEWRZ2KU1sRp234iMg==}
|
||||
dependencies:
|
||||
'@codemirror/autocomplete': 6.4.0(@codemirror/language@6.2.1)(@codemirror/state@6.1.4)(@codemirror/view@6.5.1)(@lezer/common@1.0.1)
|
||||
'@codemirror/language': 6.2.1
|
||||
|
|
Loading…
Reference in a new issue