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