update pretty much all packages and re-run stylelint

This commit is contained in:
Henry Jameson 2026-09-04 15:15:41 +03:00
commit 12aeccd67f
21 changed files with 795 additions and 1252 deletions

View file

@ -21,74 +21,73 @@
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "2.0.0",
"@fortawesome/fontawesome-svg-core": "7.1.0",
"@fortawesome/free-regular-svg-icons": "7.1.0",
"@fortawesome/free-solid-svg-icons": "7.1.0",
"@fortawesome/vue-fontawesome": "3.1.2",
"@fortawesome/fontawesome-svg-core": "7.3.1",
"@fortawesome/free-regular-svg-icons": "7.3.1",
"@fortawesome/free-solid-svg-icons": "7.3.1",
"@fortawesome/vue-fontawesome": "3.3.3",
"@kazvmoe-infra/pinch-zoom-element": "1.3.0",
"@kazvmoe-infra/unicode-emoji-json": "0.4.0",
"@ruffle-rs/ruffle": "0.1.0-nightly.2025.6.22",
"@ruffle-rs/ruffle": "0.6.0-nightly.2026.9.4",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@web3-storage/parse-link-header": "^3.1.0",
"@web3-storage/parse-link-header": "3.1.0",
"body-scroll-lock": "3.1.5",
"chromatism": "3.0.0",
"click-outside-vue3": "4.0.1",
"cropperjs": "2.0.1",
"cropperjs": "2.2.0",
"escape-html": "1.0.3",
"hash-sum": "^2.0.0",
"js-cookie": "3.0.5",
"hash-sum": "2.0.0",
"js-cookie": "3.0.8",
"localforage": "1.10.0",
"lodash-es": "4.17.21",
"parse-link-header": "2.0.0",
"phoenix": "1.8.1",
"pinia": "4.0.3",
"punycode.js": "2.3.1",
"qrcode": "1.5.4",
"querystring-es3": "0.2.1",
"utf8": "3.0.0",
"uuid": "11.1.0",
"uuid": "14.0.2",
"vue": "3.5.42",
"vue-i18n": "11.4.0",
"vue-i18n": "11.4.10",
"vue-router": "5.3.1",
"vue-virtual-scroller": "^3.0.5"
"vue-virtual-scroller": "3.0.5"
},
"devDependencies": {
"@biomejs/biome": "2.5.11",
"@pinia/testing": "1.0.3",
"@pinia/testing": "2.0.1",
"@ungap/event-target": "0.2.4",
"@vitejs/devtools": "^0.3.1",
"@vitejs/plugin-vue": "^6.0.8",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vitest/browser": "^4.1.11",
"@vitest/browser-playwright": "^4.1.11",
"@vitest/coverage-v8": "^4.1.11",
"@vitest/ui": "^4.1.11",
"@vue/compiler-sfc": "3.5.22",
"@vue/devtools-api": "^8.1.5",
"@vitejs/devtools": "0.7.2",
"@vitejs/plugin-vue": "6.0.8",
"@vitejs/plugin-vue-jsx": "5.1.6",
"@vitest/browser": "5.0.0",
"@vitest/browser-playwright": "5.0.0",
"@vitest/coverage-v8": "5.0.0",
"@vitest/ui": "5.0.0",
"@vue/compiler-sfc": "3.5.42",
"@vue/compiler-dom": "3.5.42",
"@vue/devtools-api": "8.2.0",
"@vue/test-utils": "2.5.0",
"autoprefixer": "10.4.21",
"chalk": "5.6.2",
"autoprefixer": "10.5.4",
"chalk": "6.0.0",
"cross-spawn": "7.0.6",
"iso-639-1": "3.1.5",
"msw": "2.14.6",
"iso-639-1": "3.1.6",
"msw": "2.15.0",
"playwright": "1.61.0",
"postcss": "8.5.6",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
"sass-embedded": "^1.100.0",
"postcss": "8.5.28",
"postcss-html": "2.0.0",
"postcss-scss": "4.0.9",
"sass-embedded": "1.104.0",
"serve-static": "2.2.0",
"stylelint": "16.25.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^16.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.6.0",
"stylelint-config-standard": "38.0.0",
"vite": "^8.0.0",
"stylelint": "17.14.0",
"stylelint-config-html": "2.0.0",
"stylelint-config-recommended": "18.0.0",
"stylelint-config-recommended-scss": "17.0.1",
"stylelint-config-recommended-vue": "2.0.0",
"stylelint-config-standard": "40.0.0",
"vite": "8.2.2",
"vite-plugin-biome": "^1.2.0",
"vite-plugin-stylelint": "^6.1.0",
"vite-plugin-vue-devtools": "^8.2.1",
"vitest": "^4.1.11"
"vite-plugin-stylelint": "6.3.0",
"vite-plugin-vue-devtools": "8.2.1",
"vitest": "5.0.0"
},
"type": "module",
"engines": {