-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1,277 additions
and
1,526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.