Skip to content

Commit

Permalink
feat: update all package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 29, 2023
1 parent eac75cd commit d4070e5
Show file tree
Hide file tree
Showing 66 changed files with 311 additions and 255 deletions.
26 changes: 13 additions & 13 deletions libs/book-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
"yargs": "^17.7.2",
"js-yaml": "^4.1.0",
"chokidar": "^3.5.3",
"ooxast-util-markup-to-style": "*",
"zod": "^3.21.4",
"ooxast-util-markup-to-style": "0.3.0",
"unified": "^10.1.2",
"reoff-parse": "*",
"reoff-unified-latex": "*",
"unified-latex-stringify": "*",
"docx-to-vfile": "*",
"reoff-unified-latex": "0.2.0",
"unified-latex-stringify": "0.2.0",
"docx-to-vfile": "0.9.0",
"@unified-latex/unified-latex-builder": "^1.3.1",
"ooxast-util-to-unified-latex": "*",
"reoff-markup-to-style": "*",
"reoff-parse-references": "*",
"reoff-cite": "*",
"reoff-clean": "0.2.0",
"reoff-markup-to-style": "0.1.0",
"reoff-parse-references": "0.2.0",
"reoff-cite": "0.3.0",
"xast-util-to-string": "^2.0.1",
"ooxast": "*",
"ooxast-util-get-style": "*",
"ooxast": "0.2.0",
"ooxast-util-get-style": "0.3.0",
"@unified-latex/unified-latex-types": "^1.3.1",
"zod-to-json-schema": "^3.21.4",
"reoff-clean": "*",
"zod": "^3.21.4"
"reoff-parse": "0.4.0",
"ooxast-util-to-unified-latex": "0.4.0"
}
}
3 changes: 2 additions & 1 deletion libs/citations/apa-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"vfile-reporter": "^7.0.5",
"unified": "^10.1.2",
"retext-english": "^4.1.0",
"unist-util-visit": "^4.1.2"
"unist-util-visit": "^4.1.2",
"@types/unist": "^2.0.6"
}
}
2 changes: 1 addition & 1 deletion libs/citations/crossref-to-csl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"/lib"
],
"dependencies": {
"crossref-json": "*",
"crossref-json": "0.2.1",
"csl-json": "0.1.0",
"utility-types": "^3.10.0"
}
Expand Down
18 changes: 0 additions & 18 deletions libs/citations/csl-consolidate/.eslintrc.json

This file was deleted.

21 changes: 21 additions & 0 deletions libs/citations/csl-consolidate/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// @ts-check

import base from '../../../eslint.config.js'
/**
* @type {import('eslint').Linter.FlatConfig[]}
*/
export default [
...base,
{
files: ['*.ts', '*.tsx', '*.js', '*.jsx'],
rules: {},
},
{
files: ['*.ts', '*.tsx'],
rules: {},
},
{
files: ['*.js', '*.jsx'],
rules: {},
},
]
4 changes: 2 additions & 2 deletions libs/citations/csl-consolidate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"csl-json": "0.1.0",
"@hokify/axios-rate-limit": "^2.0.5",
"similarity": "^1.2.1",
"crossref-to-csl": "*",
"crossref-json": "*",
"crossref-to-csl": "0.2.0",
"crossref-json": "0.2.1",
"utility-types": "^3.10.0",
"flatry": "^1.0.14"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/jast/jast-util-from-csl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.1",
"dependencies": {
"csl-json": "^0.1.0",
"jast-types": "*",
"jast-types": "0.1.2",
"xastscript": "^3.1.1"
},
"license": "GPL-3.0-or-later",
Expand Down
6 changes: 3 additions & 3 deletions libs/jast/jast-util-to-csl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"/lib"
],
"dependencies": {
"jast-types": "*",
"xast-util-is-element": "*",
"xast-util-select": "*",
"jast-types": "0.1.2",
"xast-util-is-element": "0.2.0",
"xast-util-select": "0.2.0",
"csl-json": "0.1.0",
"xast-util-to-string": "^2.0.1",
"unist-util-is": "^5.2.1"
Expand Down
10 changes: 5 additions & 5 deletions libs/jast/jast-util-to-texast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"rehype-minify-whitespace": "^5.0.0",
"unist-util-is": "^5.2.1",
"unist-util-visit": "^4.1.2",
"jast-types": "*",
"xast-util-select": "*",
"texast": "*",
"jast-types": "0.1.2",
"xast-util-select": "0.2.0",
"texast": "0.0.1",
"csl-json": "0.1.0",
"jast-util-to-csl": "*",
"csl-to-biblatex": "*"
"jast-util-to-csl": "0.1.2",
"csl-to-biblatex": "0.3.0"
},
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
Expand Down
4 changes: 3 additions & 1 deletion libs/jast/jast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"/lib"
],
"dependencies": {
"utility-types": "^3.10.0"
"utility-types": "^3.10.0",
"@types/unist": "^2.0.6",
"@types/xast": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion libs/notion/html-to-notion-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"/lib"
],
"dependencies": {
"rehype-notion": "*",
"rehype-notion": "0.1.3",
"rehype-parse": "^8.0.4",
"unified": "^10.1.2"
}
Expand Down
3 changes: 2 additions & 1 deletion libs/notion/rehype-notion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@notionhq/client": "^2.2.2",
"mdast-util-gfm": "^2.0.2",
"mdast-util-to-markdown": "^1.5.0",
"hast-util-to-mdast": "^9.0.0"
"hast-util-to-mdast": "^9.0.0",
"@types/hast": "^2.3.4"
}
}
6 changes: 5 additions & 1 deletion libs/ojs/ojs-relatex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
"index.d.ts",
"index.js",
"/lib"
]
],
"dependencies": {

"@types/unist": "^2.0.6"
}
}
7 changes: 4 additions & 3 deletions libs/ooxast/ooxast-util-citation-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
"/lib"
],
"dependencies": {
"ooxast": "*",
"xast-util-is-element": "*",
"ooxast": "0.2.0",
"xast-util-is-element": "0.2.0",
"unist-util-visit": "^4.1.2",
"xast-util-to-string": "^2.0.1"
"xast-util-to-string": "^2.0.1",
"@types/unist": "^2.0.6"
}
}
17 changes: 9 additions & 8 deletions libs/ooxast/ooxast-util-citations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,19 @@
"/lib"
],
"dependencies": {
"csl-consolidate": "*",
"ooxast": "*",
"ooxast-util-get-style": "*",
"parse-text-cite": "*",
"xast-util-is-element": "*",
"xast-util-select": "*",
"ooxast-util-citation-plugin": "*",
"csl-consolidate": "0.2.0",
"ooxast": "0.2.0",
"ooxast-util-get-style": "0.3.0",
"parse-text-cite": "0.3.0",
"xast-util-is-element": "0.2.0",
"xast-util-select": "0.2.0",
"ooxast-util-citation-plugin": "0.2.0",
"csl-json": "0.1.0",
"vfile": "^5.3.7",
"similarity": "^1.2.1",
"unist-util-visit-parents": "5.1.3",
"xast-util-to-string": "^2.0.1",
"xastscript": "^3.1.1"
"xastscript": "^3.1.1",
"@types/unist": "^2.0.6"
}
}
6 changes: 3 additions & 3 deletions libs/ooxast/ooxast-util-get-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"/lib"
],
"dependencies": {
"ooxast": "*",
"xast-util-select": "*",
"xast-util-is-element": "*"
"ooxast": "0.2.0",
"xast-util-select": "0.2.0",
"xast-util-is-element": "0.2.0"
}
}
11 changes: 6 additions & 5 deletions libs/ooxast/ooxast-util-markup-to-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@
"/lib"
],
"dependencies": {
"ooxast": "*",
"xast-util-is-element": "*",
"ooxast-util-get-style": "*",
"xast-util-select": "*",
"ooxast": "0.2.0",
"xast-util-is-element": "0.2.0",
"ooxast-util-get-style": "0.3.0",
"xast-util-select": "0.2.0",
"unist-util-visit": "^4.1.2",
"xastscript": "^3.1.1",
"xast-util-to-string": "^2.0.1"
"xast-util-to-string": "^2.0.1",
"@types/xast": "^1.0.2"
}
}
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": "*",
"ooxast-util-get-style": "*",
"xast-util-is-element": "*",
"xast-util-select": "*",
"csl-consolidate": "*",
"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",
"flatry": "^1.0.14",
"axios": "^0.27.2",
"csl-json": "0.1.0",
Expand Down
10 changes: 5 additions & 5 deletions libs/ooxast/ooxast-util-parse-bib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"csl-json": "0.1.0",
"execa": "^6.1.0",
"tmp-promise": "^3.0.3",
"ooxast": "*",
"ooxast-util-get-style": "*",
"xast-util-is-element": "*",
"xast-util-select": "*",
"ooxast": "0.2.0",
"ooxast-util-get-style": "0.3.0",
"xast-util-is-element": "0.2.0",
"xast-util-select": "0.2.0",
"xast-util-to-string": "^2.0.1",
"csl-consolidate": "*"
"csl-consolidate": "0.2.0"
},
"typedoc": {
"entryPoint": "./src/index.ts",
Expand Down
10 changes: 5 additions & 5 deletions libs/ooxast/ooxast-util-parse-bib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"csl-json": "0.1.0",
"execa": "^6.1.0",
"tmp-promise": "^3.0.3",
"ooxast": "*",
"ooxast-util-get-style": "*",
"xast-util-is-element": "*",
"xast-util-select": "*",
"ooxast": "0.2.0",
"ooxast-util-get-style": "0.3.0",
"xast-util-is-element": "0.2.0",
"xast-util-select": "0.2.0",
"xast-util-to-string": "^2.0.1",
"csl-consolidate": "*"
"csl-consolidate": "0.2.0"
},
"typedoc": {
"entryPoint": "./src/index.ts",
Expand Down
3 changes: 2 additions & 1 deletion libs/ooxast/ooxast-util-properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"/lib"
],
"dependencies": {
"xast-util-is-element": "*"
"xast-util-is-element": "0.2.0",
"@types/xast": "^1.0.2"
}
}
8 changes: 4 additions & 4 deletions libs/ooxast/ooxast-util-remove-rsid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"/lib"
],
"dependencies": {
"ooxast": "*",
"xast-util-is-element": "*",
"xast-util-select": "*",
"ooxast-util-get-style": "*",
"ooxast": "0.2.0",
"xast-util-is-element": "0.2.0",
"xast-util-select": "0.2.0",
"ooxast-util-get-style": "0.3.0",
"unist-util-select": "^4.0.3",
"unist-util-visit": "^4.1.2",
"unist-util-remove": "^3.1.1"
Expand Down
15 changes: 9 additions & 6 deletions libs/ooxast/ooxast-util-to-hast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,18 @@
"/lib"
],
"dependencies": {
"ooxast": "*",
"xast-util-is-element": "*",
"ooxast-util-citations": "*",
"xast-util-select": "*",
"jast-util-from-csl": "*",
"ooxast": "0.2.0",
"xast-util-is-element": "0.2.0",
"ooxast-util-citations": "0.3.0",
"xast-util-select": "0.2.0",
"jast-util-from-csl": "0.1.1",
"csl-json": "0.1.0",
"hastscript": "^7.2.0",
"xastscript": "^3.1.1",
"unist-util-is": "^5.2.1",
"rehype-minify-whitespace": "^5.0.0"
"rehype-minify-whitespace": "^5.0.0",
"@types/unist": "^2.0.6",
"@types/xast": "^1.0.2",
"@types/hast": "^2.3.4"
}
}
20 changes: 11 additions & 9 deletions libs/ooxast/ooxast-util-to-jast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,20 @@
"/lib"
],
"dependencies": {
"ooxast": "*",
"xast-util-is-element": "*",
"ooxast-util-citations": "*",
"jast-types": "*",
"xast-util-select": "*",
"ooxast-util-properties": "*",
"jast-util-from-csl": "*",
"reoff-parse": "*",
"ooxast": "0.2.0",
"xast-util-is-element": "0.2.0",
"ooxast-util-citations": "0.3.0",
"jast-types": "0.1.2",
"xast-util-select": "0.2.0",
"ooxast-util-properties": "0.1.1",
"jast-util-from-csl": "0.1.1",
"reoff-parse": "0.4.0",
"csl-json": "0.1.0",
"xastscript": "^3.1.1",
"unist-util-is": "^5.2.1",
"rehype-minify-whitespace": "^5.0.0",
"vfile": "^5.3.7"
"vfile": "^5.3.7",
"@types/unist": "^2.0.6",
"@types/xast": "^1.0.2"
}
}
Loading

0 comments on commit d4070e5

Please sign in to comment.