Skip to content

Commit

Permalink
fix(deps): update dependency @testing-library/user-event to v12.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jaywcjlove committed Mar 12, 2021
1 parent 0b916c9 commit f7d4934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.2",
"@testing-library/user-event": "12.6.0",
"@testing-library/user-event": "12.8.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-scripts": "4.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2682,10 +2682,10 @@
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^7.28.1"

"@testing-library/user-event@12.6.0":
version "12.6.0"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.6.0.tgz#2d0229e399eb5a0c6c112e848611432356cac886"
integrity sha512-FNEH/HLmOk5GO70I52tKjs7WvGYckeE/SrnLX/ip7z2IGbffyd5zOUM1tZ10vsTphqm+VbDFI0oaXu0wcfQsAQ==
"@testing-library/user-event@12.8.3":
version "12.8.3"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.3.tgz#1aa3ed4b9f79340a1e1836bc7f57c501e838704a"
integrity sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==
dependencies:
"@babel/runtime" "^7.12.5"

Expand Down

0 comments on commit f7d4934

Please sign in to comment.