diff --git a/package.json b/package.json index 7bf596cd..6d9b9028 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@5111", "@octokit/types": "^15.0.0", "@tailwindcss/typography": "latest", + "@types/js-yaml": "^4.0.9", "@vitejs/plugin-vue": "^6.0.1", "eslint": "^9.36.0", "modern-monaco": "^0.2.2", @@ -79,6 +80,7 @@ "defu": "^6.1.4", "destr": "^2.0.5", "idb-keyval": "^6.2.2", + "js-yaml": "^4.1.0", "minimark": "^0.2.0", "ofetch": "^1.4.1", "unstorage": "^1.17.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d65a70c..38290a18 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,6 +40,9 @@ importers: idb-keyval: specifier: ^6.2.2 version: 6.2.2 + js-yaml: + specifier: ^4.1.0 + version: 4.1.0 minimark: specifier: ^0.2.0 version: 0.2.0 @@ -71,6 +74,9 @@ importers: '@tailwindcss/typography': specifier: latest version: 0.5.19(tailwindcss@4.1.13) + '@types/js-yaml': + specifier: ^4.0.9 + version: 4.0.9 '@vitejs/plugin-vue': specifier: ^6.0.1 version: 6.0.1(vite@7.1.7(@types/node@24.3.1)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.2)) @@ -2070,6 +2076,9 @@ packages: '@types/hast@3.0.4': resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + '@types/js-yaml@4.0.9': + resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} + '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -8816,6 +8825,8 @@ snapshots: dependencies: '@types/unist': 3.0.3 + '@types/js-yaml@4.0.9': {} + '@types/json-schema@7.0.15': {} '@types/lodash@4.17.20': {} @@ -12144,7 +12155,7 @@ snapshots: unctx: 2.4.1 unimport: 5.2.0 unplugin: 2.3.10 - unplugin-vue-router: 0.15.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.22(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2)) + unplugin-vue-router: 0.15.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2)) unstorage: 1.17.1(db0@0.3.2(better-sqlite3@12.2.0))(idb-keyval@6.2.2)(ioredis@5.7.0) untyped: 2.0.0 vue: 3.5.21(typescript@5.9.2) @@ -13736,7 +13747,7 @@ snapshots: transitivePeerDependencies: - vue - unplugin-vue-router@0.15.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.22(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2)): + unplugin-vue-router@0.15.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2)): dependencies: '@vue-macros/common': 3.0.0-beta.16(vue@3.5.21(typescript@5.9.2)) '@vue/compiler-sfc': 3.5.22 diff --git a/src/app/src/components/shared/item/ItemCard.vue b/src/app/src/components/shared/item/ItemCard.vue index 4e6df6b1..7f7b7bce 100644 --- a/src/app/src/components/shared/item/ItemCard.vue +++ b/src/app/src/components/shared/item/ItemCard.vue @@ -1,11 +1,10 @@