Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# The xlsx override below intentionally points the whole graph (including
# wsemi's transitive xlsx) at the SheetJS CDN tarball, because the npm
# registry version is stale (0.18.5) and carries known vulnerabilities.
# pnpm 11 blocks URL tarballs in subdependencies by default and has no
# per-package exception, so this protection must be disabled repo-wide.
blockExoticSubdeps: false

overrides:
'@vueuse/shared': 13.9.0
'@vueuse/shared': 14.3.0
# Native-only transitives of webcrack / @huggingface/transformers.
# The browser app aliases both to an empty module in vite.config.ts,
# so stub them out entirely (saves ~225 MB of node_modules).
Expand Down
Loading