2 Commits

Author SHA1 Message Date
03884d83e9 Merge branch 'main' into renovate/unplugin-vue-components-29.x 2025-08-29 23:03:35 -04:00
renovate[bot]
69c4c5c6f6 Update dependency unplugin-vue-components to v29 2025-08-30 02:59:43 +00:00
4 changed files with 250 additions and 311 deletions

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.19
# syntax=docker/dockerfile:1.17
FROM cgr.dev/chainguard/go:latest as build
WORKDIR /src

549
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,11 +9,11 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@fontsource/roboto": "5.2.8",
"@fontsource/roboto": "5.2.6",
"@github/hotkey": "^3.0.0",
"@mdi/font": "7.4.47",
"@popperjs/core": "^2.11.8",
"axios": "^1.12.0",
"axios": "^1.11.0",
"core-js": "^3.32.1",
"cssnano": "^7.0.0",
"jquery": "^3.7.0",
@@ -27,7 +27,7 @@
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "^5.0.9",
@@ -37,7 +37,7 @@
"sass-embedded": "^1.89.2",
"unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^29.0.0",
"vite": "^6.3.6",
"vite": "^6.3.5",
"vite-plugin-vuetify": "^2.1.1"
},
"eslintConfig": {

View File

@@ -107,10 +107,10 @@ const sortBy = ref([{ key: "score", order: "desc" }]); // Vuetify 3 format
<v-text-field
v-model="filter"
label="Filter"
density="comfortable"
ref="filter"
@keyup.enter="createFilterRoute(filter.toString())"
@keyup.esc="$refs.filter.blur()"
hide-details="true"
/>
<v-data-table
:headers="headers"