Skip to content

Commit

Permalink
tests: fix vitest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeferson-sb committed Jul 9, 2024
1 parent 996f1b6 commit 5e88315
Show file tree
Hide file tree
Showing 2 changed files with 1,051 additions and 759 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^18.0.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.54.0",
"eslint-config-next": "13.5.2",
"happy-dom": "^7.7.0",
"happy-dom": "^14.12.3",
"npm-check-updates": "^16.14.20",
"prettier": "^2.8.8",
"prisma": "5.16.2",
"ts-node": "^10.9.2",
"typescript": "^4.8.4",
"vitest": "^0.25.2"
"typescript": "^5.0.0",
"vitest": "^2.0.1"
},
"ct3aMetadata": {
"initVersion": "6.8.1"
Expand Down
Loading

0 comments on commit 5e88315

Please sign in to comment.