File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 15
15
"build:pkg" : " yarn build:ui && node -r ./register.js build.ts && pkg dist/xcpc-tools.js --targets linux,macos,win --out-path dist/pkg"
16
16
},
17
17
"devDependencies" : {
18
- "@expo-google-fonts/noto-sans-sc" : " ^0.2.3 " ,
18
+ "@expo-google-fonts/noto-sans-sc" : " ^0.4.1 " ,
19
19
"@hydrooj/eslint-config" : " ^2.0.0" ,
20
20
"@hydrooj/register" : " ^1.0.3" ,
21
- "@hydrooj/utils" : " ^1.4.29 " ,
22
- "@neutralinojs/neu" : " ^11.3 .0" ,
23
- "@types/node" : " ^20.17.1 " ,
24
- "@yao-pkg/pkg" : " ^5.16 .1" ,
21
+ "@hydrooj/utils" : " ^1.4.34-beta.3 " ,
22
+ "@neutralinojs/neu" : " ^11.4 .0" ,
23
+ "@types/node" : " ^20.17.58 " ,
24
+ "@yao-pkg/pkg" : " ^6.5 .1" ,
25
25
"chardet" : " ^2.1.0" ,
26
26
"dejavu-fonts-ttf" : " ^2.37.3" ,
27
27
"eslint" : " ^9.28.0" ,
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"dependencies" : {
12
- "@neutralinojs/lib" : " ^5.5 .0" ,
13
- "vue" : " ^3.5.12 "
12
+ "@neutralinojs/lib" : " ^6.1 .0" ,
13
+ "vue" : " ^3.5.16 "
14
14
},
15
15
"devDependencies" : {
16
- "@vitejs/plugin-vue" : " ^5.1 .4" ,
17
- "naive-ui" : " ^2.40.1 " ,
18
- "typescript" : " 5.4.5 " ,
19
- "vite" : " ^5.4.10 " ,
20
- "vue-tsc" : " ^2.1.8 "
16
+ "@vitejs/plugin-vue" : " ^5.2 .4" ,
17
+ "naive-ui" : " ^2.41.0 " ,
18
+ "typescript" : " 5.8.3 " ,
19
+ "vite" : " ^6.3.5 " ,
20
+ "vue-tsc" : " ^2.2.10 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
- import _NotoSansSC from '@expo-google-fonts/noto-sans-sc/NotoSansSC_400Regular.ttf' ;
1
+ import _NotoSansSC from '@expo-google-fonts/noto-sans-sc/400Regular/ NotoSansSC_400Regular.ttf' ;
2
2
import _wasmBinary from '@myriaddreamin/typst-ts-web-compiler/pkg/typst_ts_web_compiler_bg.wasm' ;
3
3
import _DejaVuSansMono from 'dejavu-fonts-ttf/ttf/DejaVuSansMono.ttf' ;
4
4
import _DejaVuSansMonoBold from 'dejavu-fonts-ttf/ttf/DejaVuSansMono-Bold.ttf' ;
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ export async function printFile(docs) {
85
85
await mergePDFs ( files , finalFile ) ;
86
86
}
87
87
if ( config . printers . length ) {
88
- // eslint-disable-next-line no-constant-condition
89
88
while ( true ) {
90
89
const printersInfo : any [ ] = await getPrinters ( ) ;
91
90
const printers = printersInfo . filter ( ( p ) => config . printers . includes ( p . printer ) ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ declare module 'cordis' {
5
5
}
6
6
interface Events {
7
7
'app/started' : ( ) => void
8
- 'app/listen' : ( ) => void
9
8
'app/ready' : ( ) => VoidReturn
10
9
'app/exit' : ( ) => VoidReturn
11
10
}
Original file line number Diff line number Diff line change 15
15
"@types/superagent" : " ^8.1.9"
16
16
},
17
17
"dependencies" : {
18
- "@freedom_sky/esc-pos-encoder" : " ^5.8.0" ,
19
- "@hydrooj/framework" : " 0.1.2" ,
20
- "@myriaddreamin/typst-ts-web-compiler" : " 0.5.0-rc7" ,
18
+ "@cordisjs/plugin-logger" : " ^1.0.1" ,
19
+ "@cordisjs/plugin-timer" : " ^1.1.1" ,
20
+ "@freedom_sky/esc-pos-encoder" : " ^5.9.0" ,
21
+ "@hydrooj/framework" : " 0.2.0-beta.3" ,
22
+ "@myriaddreamin/typst-ts-web-compiler" : " 0.6.1-rc1" ,
21
23
"@myteril/node-win-printer" : " patch:@myteril/node-win-printer@npm%3A1.1.5#~/.yarn/patches/@myteril-node-win-printer-npm-1.1.5-c62910fcfd.patch" ,
22
24
"base16384" : " ^1.0.0" ,
23
- "cordis" : " 3.18.1 " ,
25
+ "cordis" : " 4.0.0-beta.5 " ,
24
26
"koa-proxies" : " ^0.12.4" ,
25
27
"lodash" : " ^4.17.21" ,
26
28
"nedb-promises" : " ^6.2.3" ,
27
29
"pdf-lib" : " ^1.17.1" ,
28
30
"prom-client" : " ^15.1.3" ,
29
- "schemastery" : " ^3.14.6 " ,
30
- "superagent" : " ^10.1 .1" ,
31
+ "schemastery" : " ^3.16.1 " ,
32
+ "superagent" : " ^10.2 .1" ,
31
33
"unix-print" : " ^1.3.2" ,
32
- "ws" : " ^8.18.0 "
34
+ "ws" : " ^8.18.2 "
33
35
}
34
36
}
You can’t perform that action at this time.
0 commit comments