diff --git a/package.json b/package.json index 24326c5e..5dfd2e3a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.18.3", "description": "🛠️ The recommended way to start a Vite-powered Vue project", "type": "module", - "packageManager": "pnpm@10.23.0", + "packageManager": "pnpm@10.24.0", "bin": { "create-vue": "bundle.js" }, diff --git a/template/eslint/package.json b/template/eslint/package.json index c7b5106e..974b46b8 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,7 +1,7 @@ { "devDependencies": { - "@vitest/eslint-plugin": "^1.5.0", + "@vitest/eslint-plugin": "^1.5.1", "eslint-plugin-cypress": "^5.2.0", - "eslint-plugin-playwright": "^2.3.0" + "eslint-plugin-playwright": "^2.4.0" } }