Skip to content

Commit

Permalink
Update Vite to v6
Browse files Browse the repository at this point in the history
Major update to Vite.
Just required changing sass imports to remove a warning.

Signed-off-by: Brian Evans <ebrian101@gmail.com>
  • Loading branch information
mrbrianevans committed Dec 27, 2024
1 parent 3c96b12 commit 3b9f230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified client-pure/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion client-pure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.6"
},
"dependencies": {
"@orama/orama": "2.0.17",
Expand Down
4 changes: 2 additions & 2 deletions client-pure/src/styles/theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// global styles that apply to elements like h1, setting colors and fonts etc. Not specific to any page.

@import "header";
@import "main";
@use "header";
@use "main";

0 comments on commit 3b9f230

Please sign in to comment.