Skip to content

Commit c8059fa

Browse files
Clickinclaude
andcommitted
fix: add canvaskit-wasm dependency for astro-og-canvas
- Add canvaskit-wasm as required dependency for astro-og-canvas - Fixes PNPM installation error in CI/CD pipeline 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7bd06df commit c8059fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/docs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
"@astrojs/starlight": "^0.36.0",
1717
"astro": "^5.6.1",
1818
"astro-og-canvas": "^0.7.0",
19+
"canvaskit-wasm": "^0.40.0",
1920
"sharp": "^0.34.2",
2021
"starlight-typedoc": "^0.21.3",
22+
"stax-xml": "workspace:*",
2123
"typedoc": "^0.28.13",
2224
"typedoc-plugin-markdown": "^4.9.0",
23-
"typescript": "^5.9.2",
24-
"stax-xml": "workspace:*"
25+
"typescript": "^5.9.2"
2526
}
2627
}

0 commit comments

Comments
 (0)