chore(dependencies): add @pinia/testing dependency

This commit is contained in:
2026-07-28 20:08:50 +02:00
committed by jakob.scheid
parent 248adf40b0
commit afdc98beb3
2 changed files with 41 additions and 27 deletions
+3 -2
View File
@@ -19,11 +19,12 @@
"vue-router": "^5.0.6"
},
"devDependencies": {
"@vue/test-utils": "^2.4.6",
"@pinia/testing": "^1.0.3",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/test-utils": "^2.4.6",
"jsdom": "^29.1.1",
"vite": "^8.0.10",
"vite-plugin-html": "^3.2.2",
"vitest": "^4.1.7"
}
}
}