From b6432066dc99f189e6e01e655535091ce9b0a79d Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 29 Sep 2023 16:58:51 +0200 Subject: [PATCH] chore: update deps --- .../ooxast-util-markup-to-style/package.json | 8 +++---- nx.json | 24 +++++++++++++++++-- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/libs/ooxast/ooxast-util-markup-to-style/package.json b/libs/ooxast/ooxast-util-markup-to-style/package.json index b6571b0c..902ac1fc 100644 --- a/libs/ooxast/ooxast-util-markup-to-style/package.json +++ b/libs/ooxast/ooxast-util-markup-to-style/package.json @@ -34,10 +34,10 @@ "/lib" ], "dependencies": { - "ooxast": "0.2.0", - "xast-util-is-element": "0.2.0", - "ooxast-util-get-style": "0.3.0", - "xast-util-select": "0.2.0", + "ooxast": "0.3.0", + "xast-util-is-element": "0.3.1", + "ooxast-util-get-style": "0.4.0", + "xast-util-select": "0.3.0", "unist-util-visit": "^4.1.2", "xastscript": "^3.1.1", "xast-util-to-string": "^2.0.1", diff --git a/nx.json b/nx.json index e71213d0..ba768a02 100755 --- a/nx.json +++ b/nx.json @@ -65,11 +65,31 @@ ] }, "build": { - "dependsOn": ["^build", "lint"], + "dependsOn": [ + { + "target": "lint", + "params": "forward" + }, + { + "dependencies": true, + "target": "build", + "params": "forward" + } + ], "inputs": ["production", "^production"] }, "version": { - "dependsOn": ["^version", "build"], + "dependsOn": [ + { + "dependencies": true, + "target": "version", + "params": "forward" + }, + { + "target": "build", + "params": "forward" + } + ], "options": { "preset": "conventional", "trackDeps": true