File tree Expand file tree Collapse file tree 4 files changed +736
-615
lines changed Expand file tree Collapse file tree 4 files changed +736
-615
lines changed Original file line number Diff line number Diff line change 6
6
"url" : " https://github.com/randombits-dev/fontable/issues"
7
7
},
8
8
"homepage" : " https://github.com/randombits-dev/fontable" ,
9
- "version" : " 1.0.0 " ,
9
+ "version" : " 1.0.1 " ,
10
10
"type" : " module" ,
11
11
"main" : " dist/index.js" ,
12
12
"types" : " dist/index.d.ts" ,
23
23
],
24
24
"scripts" : {
25
25
"dev" : " vite build --watch" ,
26
- "build" : " tsc && vite build" ,
26
+ "build" : " tsc && vite build && vite build -c vite.auto.ts " ,
27
27
"preview" : " vite preview"
28
28
},
29
29
"dependencies" : {
30
30
"webfontloader" : " ^1.6.28"
31
31
},
32
32
"devDependencies" : {
33
- "typescript" : " ^5.3.3 " ,
34
- "vite" : " ^5.0.11 " ,
35
- "vite-plugin-css-injected-by-js" : " ^3.3 .1" ,
36
- "vite-plugin-dts" : " ^3.7.0 "
33
+ "typescript" : " ^5.4.5 " ,
34
+ "vite" : " ^5.2.13 " ,
35
+ "vite-plugin-css-injected-by-js" : " ^3.5 .1" ,
36
+ "vite-plugin-dts" : " ^3.9.1 "
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments