diff --git a/package.json b/package.json index 4e9ba18..3cda462 100644 --- a/package.json +++ b/package.json @@ -35,29 +35,29 @@ "vue-router": "^5.0.2" }, "devDependencies": { - "@commitlint/cli": "^20.4.1", - "@commitlint/config-conventional": "^20.4.1", + "@commitlint/cli": "^21.0.2", + "@commitlint/config-conventional": "^21.0.2", "@eslint/js": "^10.0.1", "@playwright/test": "^1.58.2", "@tailwindcss/vite": "^4.1.18", "@tauri-apps/cli": "^2.10.0", - "@types/node": "^25.2.3", + "@types/node": "^26.0.0", "@vitejs/plugin-vue": "^6.0.4", "@vitest/coverage-istanbul": "^4.0.18", "@vitest/coverage-v8": "^4.0.18", "@vue/test-utils": "^2.4.6", - "@vue/tsconfig": "^0.8.1", + "@vue/tsconfig": "^0.9.1", "eslint": "^10.0.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-vue": "^10.8.0", - "jsdom": "^28.0.0", + "jsdom": "^29.1.1", "lefthook": "^2.1.1", "oxlint": "^1.47.0", "prettier": "^3.8.1", "tailwindcss": "^4.1.18", - "typescript": "~5.9.3", + "typescript": "~6.0.3", "typescript-eslint": "^8.55.0", - "vite": "^7.3.1", + "vite": "^8.0.16", "vitest": "^4.0.18", "vue-tsc": "^3.2.4" }