Skip to content

Commit

Permalink
Merge pull request BBMRI-ERIC#576 from BBMRI-ERIC/feat/update_vite
Browse files Browse the repository at this point in the history
feat: update vite dependencies
  • Loading branch information
RadovanTomik authored Jan 14, 2025
2 parents 2d6b642 + 549e24b commit 293523c
Show file tree
Hide file tree
Showing 4 changed files with 640 additions and 272 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-prettier": "^10.1.0",
"cypress": "^13.14.1",
Expand All @@ -60,8 +60,8 @@
"prettier": "^3.3.3",
"sass": "^1.69.5",
"unplugin-vue-components": "^0.24.1",
"vite": "^3.2.10",
"vitest": "^0.23.0"
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"browserslist": [
"> 1%",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/scss/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $body-color: #3c3c3d;

$default-text-color: white;

@import 'node_modules/bootstrap/scss/bootstrap';
@import '../../../node_modules/bootstrap/scss/bootstrap';

body {
font-family: Calibri, Arial, sans-serif;
Expand Down
5 changes: 0 additions & 5 deletions frontend/vue.config.js

This file was deleted.

Loading

0 comments on commit 293523c

Please sign in to comment.