chore: update package.json and package-lock.json to include vitest and coverage dependencies

This commit is contained in:
GitHub Actions
2026-04-13 03:55:13 +00:00
parent e1bc648dfc
commit e865fa2b8b
2 changed files with 508 additions and 3 deletions

View File

@@ -18,9 +18,9 @@
"smol-toml": "^1.6.1"
},
"devDependencies": {
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
"@bgotink/playwright-coverage": "^0.3.2",
"@playwright/test": "^1.59.1",
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
"@types/node": "^25.6.0",
"dotenv": "^17.4.2",
"markdownlint-cli2": "^0.22.0",
@@ -28,6 +28,7 @@
"prettier-plugin-tailwindcss": "^0.7.2",
"tar": "^7.5.13",
"typescript": "^6.0.2",
"vite": "^8.0.8"
"vite": "^8.0.8",
"vitest": "^4.1.4"
}
}