Skip to content

Commit

Permalink
fix(test): Upgrade @testing-library/react to avoid test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Apr 12, 2024
1 parent 2bc535a commit d2b0845
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 64 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@stackblitz/sdk": "^1.9.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.3.0",
"@testing-library/react": "^14.3.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.17.0",
Expand Down Expand Up @@ -113,7 +113,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vanilla-jsoneditor": "^0.23.1",
"vitest": "^1.4.0",
"vitest": "^1.5.0",
"vitest-canvas-mock": "^0.3.3",
"vitest-fetch-mock": "^0.2.2",
"web-vitals": "^3.5.2"
Expand Down
Loading

0 comments on commit d2b0845

Please sign in to comment.