auto-claude: subtask-1-1 - Install testing dependencies (@testing-library/react, @testing-library/jest-dom, jsdom)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-25 06:28:59 +01:00
co-authored by Claude Sonnet 4.5
parent eec1758827
commit f0490db544
+3
View File
@@ -38,6 +38,8 @@
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^22.0.0", "@types/node": "^22.0.0",
"@types/react": "^19.0.0", "@types/react": "^19.0.0",
@@ -45,6 +47,7 @@
"autoprefixer": "^10.4.18", "autoprefixer": "^10.4.18",
"eslint": "^9.9.1", "eslint": "^9.9.1",
"eslint-config-next": "^15.1.0", "eslint-config-next": "^15.1.0",
"jsdom": "^23.2.0",
"postcss": "^8.4.35", "postcss": "^8.4.35",
"sharp": "^0.34.3", "sharp": "^0.34.3",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",