chore: update vite to v6

This commit is contained in:
Andrei O 2024-12-26 02:03:11 +02:00
parent a3cd53a9b3
commit e4ff92cb27
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
2 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -27,15 +27,15 @@
"vue-router": "^4.5.0" "vue-router": "^4.5.0"
}, },
"devDependencies": { "devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.25", "@crxjs/vite-plugin": "2.0.0-beta.28",
"@types/archiver": "^6.0.3", "@types/archiver": "^6.0.3",
"@types/chrome": "^0.0.269", "@types/chrome": "^0.0.287",
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@types/node": "^22.10.2", "@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2", "@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^13.0.0", "@vue/eslint-config-typescript": "^14.2.0",
"archiver": "^7.0.1", "archiver": "^7.0.1",
"eslint": "^9.17.0", "eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0", "eslint-plugin-vue": "^9.32.0",
@ -48,7 +48,7 @@
"tsx": "^4.19.2", "tsx": "^4.19.2",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"util": "^0.12.5", "util": "^0.12.5",
"vite": "^5.4.11", "vite": "^6.0.5",
"vue-tsc": "^2.2.0" "vue-tsc": "^2.2.0"
}, },
"disabledNativeDependencies": { "disabledNativeDependencies": {