mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
ci: Fix build on master (no-changelog) (#4949)
ci: upgrade workflow version in dependencies as well (no-changelog)
This commit is contained in:
parent
3c7a8a8ef1
commit
2a7cb0192a
|
@ -58,7 +58,7 @@
|
|||
"luxon": "^2.3.0",
|
||||
"monaco-editor": "^0.33.0",
|
||||
"n8n-design-system": "~0.48.0",
|
||||
"n8n-workflow": "~0.129.0",
|
||||
"n8n-workflow": "~0.130.0",
|
||||
"normalize-wheel": "^1.0.1",
|
||||
"pinia": "^2.0.22",
|
||||
"prismjs": "^1.17.1",
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"fast-glob": "^3.2.5",
|
||||
"inquirer": "^7.0.1",
|
||||
"n8n-core": "~0.148.0",
|
||||
"n8n-workflow": "~0.129.0",
|
||||
"n8n-workflow": "~0.130.0",
|
||||
"oauth-1.0a": "^2.2.6",
|
||||
"replace-in-file": "^6.0.0",
|
||||
"request": "^2.88.2",
|
||||
|
|
|
@ -522,7 +522,7 @@ importers:
|
|||
luxon: ^2.3.0
|
||||
monaco-editor: ^0.33.0
|
||||
n8n-design-system: ~0.48.0
|
||||
n8n-workflow: ~0.129.0
|
||||
n8n-workflow: ~0.130.0
|
||||
normalize-wheel: ^1.0.1
|
||||
pinia: ^2.0.22
|
||||
prismjs: ^1.17.1
|
||||
|
@ -582,7 +582,7 @@ importers:
|
|||
luxon: 2.3.2
|
||||
monaco-editor: 0.33.0
|
||||
n8n-design-system: link:../design-system
|
||||
n8n-workflow: 0.129.0
|
||||
n8n-workflow: link:../workflow
|
||||
normalize-wheel: 1.0.1
|
||||
pinia: 2.0.23_xjcbg5znturqejtkpd33hx726m
|
||||
prismjs: 1.29.0
|
||||
|
@ -642,7 +642,7 @@ importers:
|
|||
fast-glob: ^3.2.5
|
||||
inquirer: ^7.0.1
|
||||
n8n-core: ~0.148.0
|
||||
n8n-workflow: ~0.129.0
|
||||
n8n-workflow: ~0.130.0
|
||||
oauth-1.0a: ^2.2.6
|
||||
replace-in-file: ^6.0.0
|
||||
request: ^2.88.2
|
||||
|
@ -654,7 +654,7 @@ importers:
|
|||
fast-glob: 3.2.12
|
||||
inquirer: 7.3.3
|
||||
n8n-core: link:../core
|
||||
n8n-workflow: 0.129.0
|
||||
n8n-workflow: link:../workflow
|
||||
oauth-1.0a: 2.2.6
|
||||
replace-in-file: 6.3.5
|
||||
request: 2.88.2
|
||||
|
@ -15811,19 +15811,6 @@ packages:
|
|||
thenify-all: 1.6.0
|
||||
dev: false
|
||||
|
||||
/n8n-workflow/0.129.0:
|
||||
resolution: {integrity: sha512-/T3kftRi8e7XZkjUDZVBIEph+OM/8oHlxH3ugKOASXmie2xKfHWb6cb1oVYzrRSHt7Ny7h4/A83kwGnHOAUCmw==}
|
||||
dependencies:
|
||||
'@n8n_io/riot-tmpl': 1.0.1
|
||||
jmespath: 0.16.0
|
||||
lodash.get: 4.4.2
|
||||
lodash.isequal: 4.5.0
|
||||
lodash.merge: 4.6.2
|
||||
lodash.set: 4.3.2
|
||||
luxon: 2.3.2
|
||||
xml2js: 0.4.23
|
||||
dev: false
|
||||
|
||||
/named-placeholders/1.1.2:
|
||||
resolution: {integrity: sha512-wiFWqxoLL3PGVReSZpjLVxyJ1bRqe+KKJVbr4hGs1KWfTZTQyezHFBbuKj9hsizHyGV2ne7EMjHdxEGAybD5SA==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
|
Loading…
Reference in a new issue