Skip to content

Commit 28aaa6d

Browse files
authored
chore: disable mako for docs (#2162)
* chore: disable mako build * chore(deps): update react version * ci: fix pnpm install * chore(deps): update lock
1 parent e09f92e commit 28aaa6d

File tree

4 files changed

+983
-440
lines changed

4 files changed

+983
-440
lines changed

.dumirc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { version } from './package.json';
33

44
export 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
},

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
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",

0 commit comments

Comments
 (0)