Skip to content

Commit

Permalink
chore: remove double deps from root pson (#4906)
Browse files Browse the repository at this point in the history
KIT-282

This was doubled due to a rushed resolution of a merge conflict.

Also added vitest to the vite renovate config. Current major dep upgrade
is failing because of it.
  • Loading branch information
alexprudhomme authored Jan 29, 2025
1 parent ac4da32 commit fc6ff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"groupSlug": "vite",
"rangeStrategy": "replace",
"description": "Isolate vite until green with @nx/vite",
"matchPackageNames": ["vite"]
"matchPackageNames": ["vite", "vitest", "@vitest/browser"]
},
{
"groupName": "gts",
Expand Down

0 comments on commit fc6ff33

Please sign in to comment.