mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Bump jsonata in submodule package.json
This commit is contained in:
parent
c4beab6b0d
commit
9ee6655bfa
@ -18,7 +18,7 @@
|
|||||||
"clone": "2.1.2",
|
"clone": "2.1.2",
|
||||||
"i18next": "12.1.0",
|
"i18next": "12.1.0",
|
||||||
"json-stringify-safe": "5.0.1",
|
"json-stringify-safe": "5.0.1",
|
||||||
"jsonata": "1.5.4",
|
"jsonata": "1.6.3",
|
||||||
"when": "3.7.8"
|
"when": "3.7.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -64,6 +64,7 @@ if (require.main === module) {
|
|||||||
verifyDependencies().then(failures => {
|
verifyDependencies().then(failures => {
|
||||||
if (failures.length > 0) {
|
if (failures.length > 0) {
|
||||||
failures.forEach(f => console.log(` - ${f}`));
|
failures.forEach(f => console.log(` - ${f}`));
|
||||||
|
console.log("Run with --fix option to fix up versions")
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
|
Loading…
Reference in New Issue
Block a user