fix: add vitest, testing-library, jsdom, vite-plugin-react to devDependencies

This commit is contained in:
parsa aghaei 2026-06-23 19:33:31 +03:30
parent a60c403d24
commit 157e47521d
2 changed files with 2032 additions and 24 deletions

2051
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,6 +32,11 @@
"cross-env": "^7.0.3",
"cypress": "^15.17.0",
"eslint": "^8",
"jsdom": "^29.1.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@vitejs/plugin-react": "^6.0.3",
"vitest": "^4.1.9",
"eslint-config-next": "14.2.11",
"postcss": "^8",
"prettier": "^3.3.3",