Navigation Menu

Skip to content

Commit

Permalink
feat: Update testing-library dependencies to latest (facebook#9252)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Aug 5, 2020
1 parent ebab256 commit 3cf2b06
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -20,9 +20,9 @@
"compile:lockfile": "node tasks/compile-lockfile.js"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"alex": "^8.0.0",
"eslint": "^7.5.0",
"execa": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cra-template-typescript/template.json
@@ -1,9 +1,9 @@
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cra-template/template.json
@@ -1,9 +1,9 @@
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"web-vitals": "^0.2.2"
}
}
Expand Down

0 comments on commit 3cf2b06

Please sign in to comment.