mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
fix(core): Upgrade riot-tmpl
fork to 2.0.0 (no-changelog) (#5077)
* ⬆️ Upgrade `@n8n_io/riot-tmpl` to 2.0.0 * 📦 Update `pnpm-lock.yaml`
This commit is contained in:
parent
8e8df6d611
commit
0795cdb74c
|
@ -49,7 +49,7 @@
|
||||||
"@types/xml2js": "^0.4.3"
|
"@types/xml2js": "^0.4.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@n8n_io/riot-tmpl": "^1.0.1",
|
"@n8n_io/riot-tmpl": "^2.0.0",
|
||||||
"jmespath": "^0.16.0",
|
"jmespath": "^0.16.0",
|
||||||
"lodash.get": "^4.4.2",
|
"lodash.get": "^4.4.2",
|
||||||
"lodash.isequal": "^4.5.0",
|
"lodash.isequal": "^4.5.0",
|
||||||
|
|
|
@ -852,7 +852,7 @@ importers:
|
||||||
|
|
||||||
packages/workflow:
|
packages/workflow:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@n8n_io/riot-tmpl': ^1.0.1
|
'@n8n_io/riot-tmpl': ^2.0.0
|
||||||
'@types/express': ^4.17.6
|
'@types/express': ^4.17.6
|
||||||
'@types/jmespath': ^0.15.0
|
'@types/jmespath': ^0.15.0
|
||||||
'@types/lodash.get': ^4.4.6
|
'@types/lodash.get': ^4.4.6
|
||||||
|
@ -869,7 +869,7 @@ importers:
|
||||||
luxon: ~2.3.0
|
luxon: ~2.3.0
|
||||||
xml2js: ^0.4.23
|
xml2js: ^0.4.23
|
||||||
dependencies:
|
dependencies:
|
||||||
'@n8n_io/riot-tmpl': 1.0.1
|
'@n8n_io/riot-tmpl': 2.0.0
|
||||||
jmespath: 0.16.0
|
jmespath: 0.16.0
|
||||||
lodash.get: 4.4.2
|
lodash.get: 4.4.2
|
||||||
lodash.isequal: 4.5.0
|
lodash.isequal: 4.5.0
|
||||||
|
@ -3397,8 +3397,8 @@ packages:
|
||||||
- debug
|
- debug
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@n8n_io/riot-tmpl/1.0.1:
|
/@n8n_io/riot-tmpl/2.0.0:
|
||||||
resolution: {integrity: sha512-+ig7/rafN3LGthGEi8fs1N5XxPndmRq5YAX92DWOar9mrMDrYyIjK5XAQaTnTMDQgmKKllrAl+bVRmQXKcLFuw==}
|
resolution: {integrity: sha512-gQNJYlek30YIWLru2CdyFgU/0uvPAbbQwt2G5EN0PDxXD1rGAYWZsd2c94bW3YlvXT6V2GEd7Bt/gT6QUwhzfQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint-config-riot: 1.0.0
|
eslint-config-riot: 1.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
Loading…
Reference in a new issue