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';
33
44export default defineConfig ( {
55 html2sketch : { } ,
6- mako : { } ,
6+ // mako: {},
77 favicons : [
88 'https://gw.alipayobjects.com/zos/bmw-prod/d3e3eb39-1cd7-4aa5-827c-877deced6b7e/lalxt4g3_w256_h256.png' ,
99 ] ,
@@ -27,7 +27,7 @@ Powered by self`,
2727 } ,
2828 ...( process . env . NODE_ENV === 'development'
2929 ? { }
30- : { ssr : { builder : 'mako ' } } ) ,
30+ : { ssr : { builder : 'webpack ' } } ) ,
3131 analytics : {
3232 ga_v2 : 'G-GX2S89BMXB' ,
3333 } ,
Original file line number Diff line number Diff line change 4343 target : wasm32-wasi
4444
4545 - name : Install pnpm
46- uses : pnpm/action-setup@v2.2.2
46+ uses : pnpm/action-setup@v4
4747 with :
4848 run_install : false
4949
Original file line number Diff line number Diff line change 176176 "prettier" : " ^2.8.8" ,
177177 "prettier-plugin-organize-imports" : " ^3.2.3" ,
178178 "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 " ,
181181 "stylelint" : " ^15.10.2" ,
182182 "ts-node" : " ^10.9.1" ,
183183 "typescript" : " ~5.0.4" ,
You can’t perform that action at this time.
0 commit comments