Skip to content

Commit

Permalink
Bump frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Jan 14, 2024
1 parent c6fd773 commit 98032a8
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 398 deletions.
30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,30 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore"
},
"dependencies": {
"@sentry/browser": "^7.17.2",
"@sentry/integrations": "^7.17.2",
"@sentry/vue": "^7.17.2",
"@sentry/browser": "^7.93.0",
"@sentry/integrations": "^7.93.0",
"@sentry/vue": "^7.93.0",
"bulma": "^0.9.3",
"bulma-switch": "^2.0.4",
"bulma-toast": "^2.4.1",
"bulmaswatch": "^0.8.1",
"vue": "^3.2.41",
"vue": "^3.4.13",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.41",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.13",
"autoprefixer": "^10.4.13",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.6.0",
"eslint_d": "^12.2.1",
"postcss": "^8.4.18",
"prettier": "^2.4.1",
"sass": "^1.45.1",
"vite": "^4.0.4"
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.1",
"eslint_d": "^13.1.2",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"sass": "^1.69.7",
"vite": "^5.0.11"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.js → frontend/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import { defineConfig, loadEnv } from "vite";
import vue from "@vitejs/plugin-vue";

const path = require("path");
const path = await import("path");

// https://vitejs.dev/config/
export default defineConfig(({ mode }) => {
Expand Down
Loading

0 comments on commit 98032a8

Please sign in to comment.