Skip to content
Merged
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
14 changes: 11 additions & 3 deletions pnpm-lock.yaml

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

18 changes: 15 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,23 @@ catalog:
vite-plus: latest

overrides:
esbuild: 0.28.1
js-yaml: 4.2.0
vite: "catalog:"
vitest: "catalog:"
ws: 8.21.0
# Transitive Dependabot security pins, scoped to the specific chains that pull the
# vulnerable versions so the override can't silently apply to a future or runtime
# dependency path. Regenerate the lockfile after editing, and keep these in sync with
# the chains reported by the lockfile (search the snapshots for the package).
"miniflare>ws": 8.21.0
"storybook>ws": 8.21.0
"@vitest/browser>ws": 8.21.0
"@voidzero-dev/vite-plus-test>ws": 8.21.0
"@changesets/parse>js-yaml": 4.2.0
"read-yaml-file>js-yaml": 4.2.0
"storybook>esbuild": 0.28.1
"@storybook/csf-plugin>esbuild": 0.28.1
"vite>esbuild": 0.28.1
"@voidzero-dev/vite-plus-core>esbuild": 0.28.1
"wrangler>esbuild": 0.28.1

peerDependencyRules:
allowAny:
Expand Down