Skip to content

Commit

Permalink
Update Saas and Vite to fix deprecation warnings
Browse files Browse the repository at this point in the history
This commit updates Dart Sass to version 1.79.4 to address deprecation
warnings. It also updates Vite to 5.4.x to be able to use the modern
Sass compiler.

Changes:

- Update `saas` to latest
- Update `vite` from 5.3.x to 5.4.x
- Replace `lighten` and `darken` with `color.adjust` due
  to deprecation.
- Set Vite to use the modern compiler instead of the deprecated legacy
  one
- Pin `sass` to patch versions to prevent unexpected deprecations using
  tilde (~) for in package.json.
  • Loading branch information
undergroundwires committed Oct 13, 2024
1 parent 3f56166 commit eb8812b
Show file tree
Hide file tree
Showing 4 changed files with 746 additions and 170 deletions.
Loading

0 comments on commit eb8812b

Please sign in to comment.