Skip to content

Commit

Permalink
fix: fix builds and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 29, 2023
1 parent b643206 commit ac69b47
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions libs/jast/jast-util-to-csl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
],
"dependencies": {
"jast-types": "0.1.2",
"xast-util-is-element": "0.2.0",
"xast-util-select": "0.2.0",
"xast-util-is-element": "0.3.1",
"xast-util-select": "0.3.0",
"csl-json": "0.1.0",
"xast-util-to-string": "^2.0.1",
"unist-util-is": "^5.2.1"
Expand Down
4 changes: 2 additions & 2 deletions libs/jast/jast-util-to-texast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"unist-util-is": "^5.2.1",
"unist-util-visit": "^4.1.2",
"jast-types": "0.1.2",
"xast-util-select": "0.2.0",
"xast-util-select": "0.3.0",
"texast": "0.0.1",
"csl-json": "0.1.0",
"jast-util-to-csl": "0.1.2",
"csl-to-biblatex": "0.3.0"
"csl-to-biblatex": "0.3.1"
},
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
Expand Down
2 changes: 1 addition & 1 deletion libs/ojs/ojs-client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"build": {
"executor": "better-nx-tsc:tsc",
"executor": "@nx/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ojs/ojs-client/src",
Expand Down
10 changes: 5 additions & 5 deletions libs/ooxast/ooxast-util-parse-bib-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"/lib"
],
"dependencies": {
"ooxast": "0.2.0",
"ooxast-util-get-style": "0.3.0",
"xast-util-is-element": "0.2.0",
"xast-util-select": "0.2.0",
"csl-consolidate": "0.2.0",
"ooxast": "0.3.0",
"ooxast-util-get-style": "0.4.0",
"xast-util-is-element": "0.3.1",
"xast-util-select": "0.3.0",
"csl-consolidate": "0.3.0",
"flatry": "^1.0.14",
"axios": "^0.27.2",
"csl-json": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"/lib"
],
"dependencies": {
"xast-util-is-element": "0.2.0",
"xast-util-is-element": "0.3.1",
"@types/xast": "^1.0.2"
}
}
10 changes: 5 additions & 5 deletions libs/ooxast/ooxast-util-to-jast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"/lib"
],
"dependencies": {
"ooxast": "0.2.0",
"xast-util-is-element": "0.2.0",
"ooxast-util-citations": "0.3.0",
"ooxast": "0.3.0",
"xast-util-is-element": "0.3.1",
"ooxast-util-citations": "0.4.0",
"jast-types": "0.1.2",
"xast-util-select": "0.2.0",
"xast-util-select": "0.3.0",
"ooxast-util-properties": "0.1.1",
"jast-util-from-csl": "0.1.1",
"reoff-parse": "0.4.0",
"reoff-parse": "0.5.0",
"csl-json": "0.1.0",
"xastscript": "^3.1.1",
"unist-util-is": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/reoff/reoff-parse-references-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"/lib"
],
"dependencies": {
"ooxast": "0.2.0",
"ooxast": "0.3.0",
"ooxast-util-parse-bib-browser": "0.0.1",
"vfile": "^5.3.7"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/reoff/reoff-rejour/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"ooxast-util-to-jast": "0.1.0",
"jast-types": "0.1.2",
"ooxast": "0.2.0",
"ooxast": "0.3.0",
"unified": "^10.1.2"
}
}

1 comment on commit ac69b47

@vercel
Copy link

@vercel vercel bot commented on ac69b47 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.