Skip to content

Commit

Permalink
Update dependency @testing-library/react to v9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent 3a8dbc7 commit 479d1b7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@misk/prettier": "0.6.3",
"@misk/test": "0.6.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@testing-library/react": "9.5.0",
"@types/jest": "29.5.0",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@misk/test": "0.6.3",
"jest-emotion": "10.0.32",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@testing-library/react": "9.5.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@misk/prettier": "0.6.3",
"@misk/test": "0.6.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@testing-library/react": "9.5.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@misk/test": "0.6.3",
"jest-emotion": "10.0.32",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@testing-library/react": "9.5.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@misk/dev": "0.6.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@testing-library/react": "9.5.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.0",
"@types/klaw": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@misk/test": "0.6.3",
"jest-emotion": "10.0.32",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@testing-library/react": "9.5.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@misk/prettier": "0.6.3",
"@misk/test": "0.6.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@testing-library/react": "9.5.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@misk/prettier": "0.6.3",
"@misk/test": "0.6.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@testing-library/react": "9.5.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@testing-library/react": "9.5.0",
"@types/jest": "29.5.0",
"@types/node": "18.15.10",
"jest": "29.5.0",
Expand Down

0 comments on commit 479d1b7

Please sign in to comment.