Skip to content

Commit

Permalink
chore: use taze to update deps (#4627)
Browse files Browse the repository at this point in the history
  • Loading branch information
WitMiao authored Oct 13, 2024
1 parent 9856bc8 commit 8b961a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"reinstall": "pnpm clean --del-lock && pnpm install",
"test:unit": "vitest run --dom",
"test:e2e": "turbo run test:e2e",
"update:deps": "pnpm update --latest --recursive",
"update:deps": "npx taze -r -w",
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {
Expand Down

0 comments on commit 8b961a9

Please sign in to comment.