Skip to content

Commit

Permalink
fixup! Update packages:
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Dec 19, 2023
1 parent 0358907 commit 3f620af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
18 changes: 4 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@
"mathjax-full": "3.2.2",
"micromatch": "4.0.5",
"pdfjs-dist": "4.0.269",
"workerpool": "8.0.0",
"workerpool": "9.0.2",
"ws": "8.15.0"
},
"devDependencies": {
Expand All @@ -1720,7 +1720,6 @@
"@types/node": "18.15.3",
"@types/tmp": "0.2.6",
"@types/vscode": "1.84.1",
"@types/workerpool": "6.4.7",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/mathpreviewlib/mathjaxpool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const supportedExtensionList = [
]

export class MathJaxPool {
private readonly pool: workerpool.WorkerPool
private readonly pool: workerpool.Pool
private readonly proxyPromise: workerpool.Promise<Proxy<IMathJaxWorker>>

constructor() {
Expand Down
2 changes: 1 addition & 1 deletion src/components/utensilsparser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { IUtensilsParserWorker } from './utensilsparserlib/utensilsparser_w


export class UtensilsParser {
private readonly pool: workerpool.WorkerPool
private readonly pool: workerpool.Pool
private readonly proxy: workerpool.Promise<Proxy<IUtensilsParserWorker>>

constructor() {
Expand Down

0 comments on commit 3f620af

Please sign in to comment.