Skip to content

Commit

Permalink
Update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Nov 1, 2024
1 parent 08e58a3 commit 3be5b08
Show file tree
Hide file tree
Showing 3 changed files with 1,277 additions and 1,526 deletions.
34 changes: 17 additions & 17 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,40 +23,40 @@
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"format": "prettier src plugins ${0:- --check}"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"dependencies": {
"@mdi/js": "^7.4.47",
"@sentry/browser": "^8.30.0",
"@sentry/types": "^8.30.0",
"@sentry/vue": "^8.30.0",
"@vueuse/core": "^11.0.3",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.1",
"@sentry/browser": "^8.36.0",
"@sentry/types": "^8.36.0",
"@sentry/vue": "^8.36.0",
"@vueuse/core": "^11.2.0",
"pinia": "^2.2.5",
"pinia-plugin-persistedstate": "^4.1.2",
"pulltorefreshjs": "^0.1.22",
"vue": "^3.5.5",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vuetify": "^3.7.1"
"vuetify": "^3.7.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@sentry/vite-plugin": "^2.22.4",
"@sentry/vite-plugin": "^2.22.6",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.5",
"@types/node": "^20.17.5",
"@types/pulltorefreshjs": "^0.1.7",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.30.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue": "^9.30.0",
"prettier": "^3.3.3",
"typescript": "~5.5.4",
"vite": "^5.4.5",
"vite": "^5.4.10",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.6"
"vue-tsc": "^2.1.10"
}
}
4 changes: 2 additions & 2 deletions website/src/components/CommonAbout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ defineProps<{
(potreben je brezplačen GitHub račun). Če nimate GitHub računa, lahko povratne informacije
do nadaljnjega sporočite tudi prek
<a href="https://forms.gle/Ffhii1NvczBKimB18" target="_blank">vprašalnika</a>, ki je
dostopen brez prijave. V primeru večjih težav nam lahko pišete na:
<a href="mailto:[email protected]">[email protected]</a>.
dostopen brez prijave. V primeru večjih težav nam lahko pišete na
<a href="mailto:[email protected]" target="_blank">[email protected]</a>.
</p>
<p>
<strong>Pozor:</strong> Žal ne moremo ugoditi vsem vašim predlogom, vendar predlagamo, da si
Expand Down
Loading

0 comments on commit 3be5b08

Please sign in to comment.