Skip to content

Commit ac69b47

Browse files
committed
fix: fix builds and deps
1 parent b643206 commit ac69b47

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

libs/jast/jast-util-to-csl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
],
3737
"dependencies": {
3838
"jast-types": "0.1.2",
39-
"xast-util-is-element": "0.2.0",
40-
"xast-util-select": "0.2.0",
39+
"xast-util-is-element": "0.3.1",
40+
"xast-util-select": "0.3.0",
4141
"csl-json": "0.1.0",
4242
"xast-util-to-string": "^2.0.1",
4343
"unist-util-is": "^5.2.1"

libs/jast/jast-util-to-texast/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"unist-util-is": "^5.2.1",
77
"unist-util-visit": "^4.1.2",
88
"jast-types": "0.1.2",
9-
"xast-util-select": "0.2.0",
9+
"xast-util-select": "0.3.0",
1010
"texast": "0.0.1",
1111
"csl-json": "0.1.0",
1212
"jast-util-to-csl": "0.1.2",
13-
"csl-to-biblatex": "0.3.0"
13+
"csl-to-biblatex": "0.3.1"
1414
},
1515
"license": "GPL-3.0-or-later",
1616
"repository": "https://github.com/TrialAndErrorOrg/parsers",

libs/ojs/ojs-client/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"build": {
27-
"executor": "better-nx-tsc:tsc",
27+
"executor": "@nx/js:tsc",
2828
"outputs": ["{options.outputPath}"],
2929
"options": {
3030
"rootDir": "libs/ojs/ojs-client/src",

libs/ooxast/ooxast-util-parse-bib-browser/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"/lib"
3535
],
3636
"dependencies": {
37-
"ooxast": "0.2.0",
38-
"ooxast-util-get-style": "0.3.0",
39-
"xast-util-is-element": "0.2.0",
40-
"xast-util-select": "0.2.0",
41-
"csl-consolidate": "0.2.0",
37+
"ooxast": "0.3.0",
38+
"ooxast-util-get-style": "0.4.0",
39+
"xast-util-is-element": "0.3.1",
40+
"xast-util-select": "0.3.0",
41+
"csl-consolidate": "0.3.0",
4242
"flatry": "^1.0.14",
4343
"axios": "^0.27.2",
4444
"csl-json": "0.1.0",

libs/ooxast/ooxast-util-properties/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"/lib"
3333
],
3434
"dependencies": {
35-
"xast-util-is-element": "0.2.0",
35+
"xast-util-is-element": "0.3.1",
3636
"@types/xast": "^1.0.2"
3737
}
3838
}

libs/ooxast/ooxast-util-to-jast/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"/lib"
3939
],
4040
"dependencies": {
41-
"ooxast": "0.2.0",
42-
"xast-util-is-element": "0.2.0",
43-
"ooxast-util-citations": "0.3.0",
41+
"ooxast": "0.3.0",
42+
"xast-util-is-element": "0.3.1",
43+
"ooxast-util-citations": "0.4.0",
4444
"jast-types": "0.1.2",
45-
"xast-util-select": "0.2.0",
45+
"xast-util-select": "0.3.0",
4646
"ooxast-util-properties": "0.1.1",
4747
"jast-util-from-csl": "0.1.1",
48-
"reoff-parse": "0.4.0",
48+
"reoff-parse": "0.5.0",
4949
"csl-json": "0.1.0",
5050
"xastscript": "^3.1.1",
5151
"unist-util-is": "^5.2.1",

libs/reoff/reoff-parse-references-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"/lib"
3535
],
3636
"dependencies": {
37-
"ooxast": "0.2.0",
37+
"ooxast": "0.3.0",
3838
"ooxast-util-parse-bib-browser": "0.0.1",
3939
"vfile": "^5.3.7"
4040
}

libs/reoff/reoff-rejour/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"ooxast-util-to-jast": "0.1.0",
4343
"jast-types": "0.1.2",
44-
"ooxast": "0.2.0",
44+
"ooxast": "0.3.0",
4545
"unified": "^10.1.2"
4646
}
4747
}

0 commit comments

Comments
 (0)