File tree 2 files changed +279
-542
lines changed
2 files changed +279
-542
lines changed Original file line number Diff line number Diff line change 22
22
"build:report" : " vite build --config vite.report.config.ts" ,
23
23
"watch:ui" : " vite build --watch" ,
24
24
"watch:report" : " vite build --config vite.lib.config.ts --watch" ,
25
- "build" : " yarn clean && yarn build:ui & yarn build:report" ,
25
+ "build" : " yarn clean && npm-run-all --parallel build:ui build:report" ,
26
26
"clean" : " rimraf dist" ,
27
27
"lint" : " eslint './src/**/*.{ts,tsx}'" ,
28
28
"format" : " prettier --write '**/**/*.{ts,tsx}'" ,
56
56
"react-markdown" : " ^9.0.0" ,
57
57
"react-redux" : " ^9.1.2" ,
58
58
"rimraf" : " ^6.0.1" ,
59
- "vite" : " ^6.0.11 " ,
59
+ "vite" : " ^6.2.1 " ,
60
60
"vite-plugin-checker" : " ^0.8.0" ,
61
61
"vite-plugin-dts" : " ^4.3.0" ,
62
62
"vite-plugin-singlefile" : " ^2.0.3" ,
80
80
"msw" : " ^2.6.6" ,
81
81
"prettier" : " ^3.0.3" ,
82
82
"typescript" : " ^5.7.2" ,
83
- "vitest" : " ^2.1.9 " ,
83
+ "vitest" : " ^3.0.8 " ,
84
84
"vitest-webgl-canvas-mock" : " ^1.1.0"
85
85
},
86
86
"engines" : {
You can’t perform that action at this time.
0 commit comments