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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
# Keep in lockstep with the vite-plus catalog pin (renovate-managed).
# renovate: datasource=npm depName=vite-plus
version: "0.2.4"
version: "0.2.8"
cache: true
node-version-file: package.json
run-install: true
Expand All @@ -53,7 +53,7 @@ jobs:
with:
# Keep in lockstep with the vite-plus catalog pin (renovate-managed).
# renovate: datasource=npm depName=vite-plus
version: "0.2.4"
version: "0.2.8"
cache: true
node-version-file: package.json
run-install: true
Expand Down
45 changes: 23 additions & 22 deletions mise.lock

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

2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
monorepo_root = true

[tools]
vp = "0.2.4"
vp = "0.2.8"

[settings]
idiomatic_version_file_enable_tools = ["node", "pnpm", "rust"]
Expand Down
Loading
Loading