chore: update frontend deps

This commit is contained in:
Christoph
2026-07-21 23:24:40 +02:00
parent 34f824eb22
commit ae15359850
2 changed files with 572 additions and 669 deletions

View File

@@ -8,29 +8,29 @@
"preview": "vite preview --port 5050"
},
"dependencies": {
"@fontsource/nunito-sans": "^5.2.7",
"@fortawesome/fontawesome-free": "^7.2.0",
"@fontsource/nunito-sans": "^5.3.0",
"@fortawesome/fontawesome-free": "^7.3.1",
"@kyvg/vue3-notification": "^3.4.2",
"@popperjs/core": "^2.11.8",
"@simplewebauthn/browser": "^13.3.0",
"@vojtechlanka/vue-tags-input": "^3.1.2",
"bootstrap": "^5.3.8",
"bootswatch": "^5.3.8",
"cidr-tools": "^11.3.2",
"cidr-tools": "^12.1.2",
"flag-icons": "^7.5.0",
"ip-address": "^10.1.0",
"is-cidr": "^6.0.3",
"ip-address": "^10.2.0",
"is-cidr": "^7.0.0",
"is-ip": "^5.0.1",
"pinia": "^3.0.4",
"pinia": "^4.0.2",
"prismjs": "^1.30.0",
"vue": "^3.5.32",
"vue-i18n": "^11.3.2",
"vue": "^3.5.40",
"vue-i18n": "^11.4.7",
"vue-prism-component": "github:h44z/vue-prism-component",
"vue-router": "^5.0.4"
"vue-router": "^5.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.6",
"sass-embedded": "^1.99.0",
"vite": "^8.0.8"
"@vitejs/plugin-vue": "^6.0.8",
"sass-embedded": "^1.100.0",
"vite": "^8.1.5"
}
}