diff --git a/package.json b/package.json index d0cbe87..6f59ee8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@vueuse/core": "^13.3.0", "@vueuse/integrations": "^13.3.0", "element-plus": "^2.9.11", - "hook-fetch": "1.1.2", + "hook-fetch": "^1.1.3", "nprogress": "^0.2.0", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.3.0", @@ -60,6 +60,13 @@ "lint-staged": "^16.1.0", "prettier": "^3.5.3", "sass-embedded": "^1.89.1", + "stylelint": "^16.20.0", + "stylelint-config-html": "^1.1.0", + "stylelint-config-recess-order": "^6.0.0", + "stylelint-config-recommended-scss": "^15.0.1", + "stylelint-config-recommended-vue": "^1.6.0", + "stylelint-config-standard": "^38.0.0", + "stylelint-config-standard-scss": "^15.0.1", "typescript": "~5.8.3", "typescript-api-pro": "^0.0.7", "unocss": "66.1.3", @@ -68,14 +75,7 @@ "vite": "^6.3.5", "vite-plugin-env-typed": "^0.0.2", "vite-plugin-svg-icons": "^2.0.1", - "vue-tsc": "^2.2.10", - "stylelint": "^16.20.0", - "stylelint-config-html": "^1.1.0", - "stylelint-config-recess-order": "^6.0.0", - "stylelint-config-recommended-scss": "^15.0.1", - "stylelint-config-recommended-vue": "^1.6.0", - "stylelint-config-standard": "^38.0.0", - "stylelint-config-standard-scss": "^15.0.1" + "vue-tsc": "^2.2.10" }, "config": { "commitizen": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a0bb55..49c232a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^2.9.11 version: 2.9.11(vue@3.5.16(typescript@5.8.3)) hook-fetch: - specifier: 1.1.2 - version: 1.1.2(typescript-api-pro@0.0.7) + specifier: ^1.1.3 + version: 1.1.3(react@19.1.0)(typescript-api-pro@0.0.7)(vue@3.5.16(typescript@5.8.3)) nprogress: specifier: ^0.2.0 version: 0.2.0 @@ -2788,10 +2788,12 @@ packages: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true - hook-fetch@1.1.2: - resolution: {integrity: sha512-Vi4Afdj7DY8LouCaeXjH1TKk6DtZDVtkEvVcvRH044BTamajzVgTjTws++tWkDvX90Ih/7/mZ8qB1h4Nwf5RXA==} + hook-fetch@1.1.3: + resolution: {integrity: sha512-FkWKUjZWr83gyew0YbRyEc72dlIGCYvNXiRfi4AXlb/hvIiFPQfcvlP3IFaIYKERUeKXmuBS9fuNuK8JPQiOCg==} peerDependencies: + react: ^19.1.0 typescript-api-pro: ^0.0.6 + vue: ^3.5.16 hookable@5.5.3: resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} @@ -3934,6 +3936,10 @@ packages: rc9@2.1.2: resolution: {integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==} + react@19.1.0: + resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==} + engines: {node: '>=0.10.0'} + read-yaml-file@1.1.0: resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} engines: {node: '>=6'} @@ -8023,11 +8029,13 @@ snapshots: he@1.2.0: {} - hook-fetch@1.1.2(typescript-api-pro@0.0.7): + hook-fetch@1.1.3(react@19.1.0)(typescript-api-pro@0.0.7)(vue@3.5.16(typescript@5.8.3)): dependencies: qs: 6.14.0 radash: 12.1.0 + react: 19.1.0 typescript-api-pro: 0.0.7 + vue: 3.5.16(typescript@5.8.3) hookable@5.5.3: {} @@ -9299,6 +9307,8 @@ snapshots: defu: 6.1.4 destr: 2.0.5 + react@19.1.0: {} + read-yaml-file@1.1.0: dependencies: graceful-fs: 4.2.11 diff --git a/src/pages/chat/layouts/chatWithId/index.vue b/src/pages/chat/layouts/chatWithId/index.vue index ebf0202..5abceb1 100644 --- a/src/pages/chat/layouts/chatWithId/index.vue +++ b/src/pages/chat/layouts/chatWithId/index.vue @@ -1,12 +1,12 @@