File tree Expand file tree Collapse file tree 4 files changed +983
-440
lines changed Expand file tree Collapse file tree 4 files changed +983
-440
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { version } from './package.json';
3
3
4
4
export default defineConfig ( {
5
5
html2sketch : { } ,
6
- mako : { } ,
6
+ // mako: {},
7
7
favicons : [
8
8
'https://gw.alipayobjects.com/zos/bmw-prod/d3e3eb39-1cd7-4aa5-827c-877deced6b7e/lalxt4g3_w256_h256.png' ,
9
9
] ,
@@ -27,7 +27,7 @@ Powered by self`,
27
27
} ,
28
28
...( process . env . NODE_ENV === 'development'
29
29
? { }
30
- : { ssr : { builder : 'mako ' } } ) ,
30
+ : { ssr : { builder : 'webpack ' } } ) ,
31
31
analytics : {
32
32
ga_v2 : 'G-GX2S89BMXB' ,
33
33
} ,
Original file line number Diff line number Diff line change 43
43
target : wasm32-wasi
44
44
45
45
- name : Install pnpm
46
- uses : pnpm/action-setup@v2.2.2
46
+ uses : pnpm/action-setup@v4
47
47
with :
48
48
run_install : false
49
49
Original file line number Diff line number Diff line change 176
176
"prettier" : " ^2.8.8" ,
177
177
"prettier-plugin-organize-imports" : " ^3.2.3" ,
178
178
"prettier-plugin-packagejson" : " ^2.4.5" ,
179
- "react" : " ^18.3.1 " ,
180
- "react-dom" : " ^18.3.1 " ,
179
+ "react" : " ^19.0.0-rc-9c6806964f-20240703 " ,
180
+ "react-dom" : " ^19.0.0-rc-9c6806964f-20240703 " ,
181
181
"stylelint" : " ^15.10.2" ,
182
182
"ts-node" : " ^10.9.1" ,
183
183
"typescript" : " ~5.0.4" ,
You can’t perform that action at this time.
0 commit comments