Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 29, 2023
1 parent 43b4dc7 commit b643206
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
8 changes: 4 additions & 4 deletions libs/ooxast/ooxast-util-markup-to-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
24 changes: 22 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b643206

Please sign in to comment.