Skip to content

Commit 69647d4

Browse files
committed
add missing deps
1 parent e7c1e1e commit 69647d4

File tree

3 files changed

+87
-12
lines changed

3 files changed

+87
-12
lines changed

libs/jast/jast-util-from-csl/src/lib/csl-to-jast.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { cslToRefList } from './csl-to-jast'
2-
import path, { join } from 'path'
32

43
import { readFileSync, writeFileSync } from 'fs'
5-
import { url } from 'inspector'
64

75
const test = JSON.parse(
86
readFileSync(new URL('test.json', import.meta.url), { encoding: 'utf-8' })

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"execa": "^6.1.0",
5454
"form-data": "^4.0.0",
5555
"generate-package-json-webpack-plugin": "^2.6.0",
56+
"hast-util-whitespace": "^2.0.0",
5657
"hastscript": "^7.0.2",
5758
"isomorphic-fetch": "^3.0.0",
5859
"moo": "^0.5.1",
@@ -63,6 +64,7 @@
6364
"nth-check": "^2.1.1",
6465
"openapi-typescript": "^5.2.0",
6566
"property-information": "^6.1.1",
67+
"querystring": "^0.2.1",
6668
"react": "18.2.0",
6769
"react-dom": "18.2.0",
6870
"react-file-icon": "^1.1.0",
@@ -74,20 +76,23 @@
7476
"rehype-minify-whitespace": "^5.0.0",
7577
"rxjs": "^7.0.0",
7678
"similarity": "^1.2.1",
79+
"space-separated-tokens": "^2.0.2",
7780
"swr": "^1.3.0",
7881
"tar-stream": "^2.2.0",
7982
"tmp-promise": "^3.0.3",
8083
"tslib": "^2.4.0",
8184
"unified": "^10.1.2",
8285
"unist-builder": "^3.0.0",
8386
"unist-util-filter": "^4.0.0",
87+
"unist-util-is": "^5.1.1",
8488
"unist-util-map": "^3.1.1",
8589
"unist-util-remove": "^3.0.0",
8690
"unist-util-select": "^4.0.1",
8791
"unist-util-visit": "^4.1.0",
8892
"unzipit": "^1.4.0",
8993
"utility-types": "^3.10.0",
9094
"vfile": "^5.3.6",
95+
"vfile-reporter": "^7.0.4",
9196
"xast-util-from-xml": "^2.0.1",
9297
"xast-util-to-string": "^2.0.0",
9398
"xast-util-to-xml": "^3.0.0",

pnpm-lock.yaml

Lines changed: 82 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)