chore(deps): update dependency vite to ^6.1.0 #252

Merged
Xefir merged 1 commits from renovate/vite-6.x into main 2025-02-06 08:14:49 +00:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit ecec5d22a1 - Show all commits

12
package-lock.json generated
View File

@ -18,7 +18,7 @@
"linkify-html": "^4.2.0", "linkify-html": "^4.2.0",
"pinia": "^2.3.1", "pinia": "^2.3.1",
"toastify-js": "^1.12.0", "toastify-js": "^1.12.0",
"vite": "^6.0.11", "vite": "^6.1.0",
"vue": "^3.5.13", "vue": "^3.5.13",
"vue-material-design-icons": "^5.3.1", "vue-material-design-icons": "^5.3.1",
"vue-router": "^4.5.0" "vue-router": "^4.5.0"
@ -12098,14 +12098,14 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "6.0.11", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.11.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz",
"integrity": "sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==", "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"esbuild": "^0.24.2", "esbuild": "^0.24.2",
"postcss": "^8.4.49", "postcss": "^8.5.1",
"rollup": "^4.23.0" "rollup": "^4.30.1"
}, },
"bin": { "bin": {
"vite": "bin/vite.js" "vite": "bin/vite.js"

View File

@ -27,7 +27,7 @@
"linkify-html": "^4.2.0", "linkify-html": "^4.2.0",
"pinia": "^2.3.1", "pinia": "^2.3.1",
"toastify-js": "^1.12.0", "toastify-js": "^1.12.0",
"vite": "^6.0.11", "vite": "^6.1.0",
"vue": "^3.5.13", "vue": "^3.5.13",
"vue-material-design-icons": "^5.3.1", "vue-material-design-icons": "^5.3.1",
"vue-router": "^4.5.0" "vue-router": "^4.5.0"