Skip to content

Commit

Permalink
deps(examples): Restrict Vite version in Remix example (#2833)
Browse files Browse the repository at this point in the history
Remix doesn't support Vite 6 yet so this restricts it.
  • Loading branch information
blaine-arcjet authored Jan 14, 2025
1 parent 3fb346c commit 8fe5eff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,10 @@ updates:
# TODO(#539): Upgrade to eslint 9
- dependency-name: eslint
versions: [">=9"]
# Remix 2 doesn't support Vite 6 so the dependencies below are
# restricted.
- dependency-name: vite
versions: [">=6"]

- package-ecosystem: npm
directory: /examples/sveltekit
Expand Down

0 comments on commit 8fe5eff

Please sign in to comment.