Update packages

This commit is contained in:
marzban-dev
2026-05-02 18:47:10 +03:30
parent b1173ea80e
commit fae071f5cf
2 changed files with 450 additions and 2232 deletions
+422 -2204
View File
File diff suppressed because it is too large Load Diff
+28 -28
View File
@@ -15,53 +15,53 @@
"postinstall": "nuxt prepare" "postinstall": "nuxt prepare"
}, },
"dependencies": { "dependencies": {
"@formkit/auto-animate": "^0.8.2", "@formkit/auto-animate": "^0.8.4",
"@nuxt/icon": "^1.10.3", "@nuxt/icon": "^1.15.0",
"@nuxt/image": "^1.10.0", "@nuxt/image": "^1.11.0",
"@nuxtjs/google-fonts": "^3.2.0", "@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/seo": "^3.0.3", "@nuxtjs/seo": "^3.4.0",
"@tanstack/vue-query": "^5.62.2", "@tanstack/vue-query": "^5.100.8",
"@tanstack/vue-query-devtools": "^5.62.3", "@tanstack/vue-query-devtools": "^5.91.0",
"@vite-pwa/nuxt": "^0.10.6", "@vite-pwa/nuxt": "^0.10.8",
"@vue/language-server": "^2.2.8", "@vue/language-server": "^2.2.12",
"@vuelidate/core": "^2.0.3", "@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4", "@vuelidate/validators": "^2.0.4",
"@vueuse/integrations": "^12.7.0", "@vueuse/integrations": "^12.8.2",
"@vueuse/nuxt": "^13.3.0", "@vueuse/nuxt": "^13.9.0",
"@vueuse/router": "^13.9.0", "@vueuse/router": "^13.9.0",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"axios": "^1.8.1", "axios": "^1.15.2",
"baseline-browser-mapping": "^2.10.22", "baseline-browser-mapping": "^2.10.25",
"caniuse-lite": "^1.0.30001791", "caniuse-lite": "^1.0.30001791",
"date-fns-jalali": "^4.1.0-0", "date-fns-jalali": "^4.1.0-0",
"fast-average-color": "^9.4.0", "fast-average-color": "^9.5.2",
"gsap": "^3.12.7", "gsap": "^3.15.0",
"jalali-ts": "^8.0.0", "jalali-ts": "^8.0.0",
"motion-v": "^1.1.1", "motion-v": "^1.10.3",
"nuxt": "^3.21.4", "nuxt": "^3.21.4",
"ogl": "^1.0.11", "ogl": "^1.0.11",
"reka-ui": "^1.0.0-alpha.6", "reka-ui": "^1.0.0-alpha.11",
"sanitize-html": "^2.15.0", "sanitize-html": "^2.17.3",
"swiper": "^11.2.6", "swiper": "^11.2.10",
"universal-cookie": "^7.2.2", "universal-cookie": "^7.2.2",
"vue": "^3.5.12", "vue": "^3.5.33",
"vue-image-zoomer": "^2.4.4", "vue-image-zoomer": "^2.4.4",
"vue-router": "latest", "vue-router": "latest",
"vue-skeletor": "^1.0.6", "vue-skeletor": "^1.0.6",
"vue3-marquee": "^4.2.2", "vue3-marquee": "^4.2.2",
"vue3-persian-datetime-picker": "^1.2.2", "vue3-persian-datetime-picker": "^1.2.2",
"web-push": "^3.6.7", "web-push": "^3.6.7",
"workbox-window": "^7.3.0" "workbox-window": "^7.4.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.1.4", "@tailwindcss/postcss": "^4.2.4",
"@types/node": "^22.13.11", "@types/node": "^22.19.17",
"@types/sanitize-html": "^2.13.0", "@types/sanitize-html": "^2.16.1",
"@types/web-push": "^3.6.4", "@types/web-push": "^3.6.4",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.5.0",
"postcss": "^8.5.3", "postcss": "^8.5.13",
"tailwindcss": "^4.1.4", "tailwindcss": "^4.2.4",
"typescript": "^5.8.2", "typescript": "^5.9.3",
"vue-tsc": "^2.2.8" "vue-tsc": "^2.2.12"
} }
} }