Skip to content

Commit

Permalink
Removes vulnerable dependency (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi authored Sep 29, 2024
1 parent a2d7d4e commit 2021a7c
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 278 deletions.
1 change: 0 additions & 1 deletion frontend/aashub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
Expand Down
5 changes: 0 additions & 5 deletions frontend/aashub/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import ViteFonts from 'unplugin-fonts/vite';
import Components from 'unplugin-vue-components/vite';
// Utilities
import { defineConfig } from 'vite';
import eslintPlugin from 'vite-plugin-eslint';
import Vuetify, { transformAssetUrls } from 'vite-plugin-vuetify';

// https://vitejs.dev/config/
Expand All @@ -14,10 +13,6 @@ export default defineConfig({
Vue({
template: { transformAssetUrls },
}),
eslintPlugin({
// Optional: specify the path to the ESLint configuration file
include: ['./src/**/*.js', './src/**/*.vue', './src/**/*.ts'], // Adjust according to your project structure
}),
// https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin#readme
Vuetify(),
Components(),
Expand Down
Loading

0 comments on commit 2021a7c

Please sign in to comment.