diff --git a/src/gui/package.json b/src/gui/package.json index 9399ac9e..53a4106c 100644 --- a/src/gui/package.json +++ b/src/gui/package.json @@ -15,38 +15,38 @@ "test": "npm run lint && npm run format" }, "dependencies": { - "@codemirror/lang-html": "^6.4.6", + "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-json": "^6.0.1", - "@intlify/unplugin-vue-i18n": "^1.4.0", - "@mdi/font": "^7.3.67", - "@sentry/vue": "^7.74.0", - "axios": "^1.5.1", + "@intlify/unplugin-vue-i18n": "^4.0.0", + "@mdi/font": "^7.4.47", + "@sentry/vue": "^8.27.0", + "axios": "^1.7.6", "codemirror": "^6.0.1", - "js-base64": "^3.7.5", - "pinia": "^2.1.7", - "pinia-plugin-persistedstate": "^3.2.0", - "vue": "^3.3.4", - "vue-chartjs": "5.2.0", + "js-base64": "^3.7.7", + "pinia": "^2.2.2", + "pinia-plugin-persistedstate": "^3.2.3", + "vue": "^3.4.38", + "vue-chartjs": "5.3.1", "vue-codemirror": "^6.1.1", "vue-datepicker-next": "^1.0.3", - "vue-dompurify-html": "^4.1.4", - "vue-i18n": "^9.5.0", - "vue-pdf-embed": "1.2.1", - "vue-router": "^4.2.5", + "vue-dompurify-html": "^5.1.0", + "vue-i18n": "^9.14.0", + "vue-pdf-embed": "2.1.0", + "vue-router": "^4.4.3", "vue-shortkey": "^3.1.7", "vue2-dropzone-vue3": "^1.1.0", "vue3-keypress": "^4.0.1", - "vuetify": "^3.3.21" + "vuetify": "^3.7.1" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.4.0", - "@vue/eslint-config-prettier": "^8.0.0", - "@vue/eslint-config-typescript": "^12.0.0", - "prettier": "^3.0.3", - "sass": "^1.69.3", - "typescript": "^5.2.2", - "vite": "^4.4.11", - "vite-plugin-vuetify": "^1.0.2", - "vue-tsc": "^1.8.19" + "@vitejs/plugin-vue": "^5.1.3", + "@vue/eslint-config-prettier": "^9.0.0", + "@vue/eslint-config-typescript": "^13.0.0", + "prettier": "^3.3.3", + "sass": "^1.77.8", + "typescript": "^5.5.4", + "vite": "^5.4.2", + "vite-plugin-vuetify": "^2.0.4", + "vue-tsc": "^2.1.2" } }