Skip to content

Commit

Permalink
Bump jsonata in submodule package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jan 7, 2019
1 parent c4beab6 commit 9ee6655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node_modules/@node-red/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
1 change: 1 addition & 0 deletions scripts/verify-package-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 9ee6655

Please sign in to comment.