Skip to content

Commit

Permalink
Update dependency @testing-library/react to v16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent a784733 commit 643ba32
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontends/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@faker-js/faker": "^9.0.0",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"enforce-unique": "^1.3.0",
"jest": "^29.7.0",
"jest-when": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion frontends/ol-ckeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
},
"devDependencies": {
"@faker-js/faker": "^9.0.0",
"@testing-library/react": "16.0.1"
"@testing-library/react": "16.1.0"
}
}
2 changes: 1 addition & 1 deletion frontends/ol-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"striptags": "^3.2.0"
},
"devDependencies": {
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/validator": "^13.7.6",
"casual-browserify": "^1.5.19-2",
Expand Down
2 changes: 1 addition & 1 deletion frontends/ol-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"yup": "^1.2.0"
},
"devDependencies": {
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/js-beautify": "^1.13.3",
"js-beautify": "^1.14.6",
Expand Down
2 changes: 1 addition & 1 deletion frontends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@swc/core": "^1.4.11",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/css-mediaquery": "^0.1.1",
"@types/jest": "^29.5.2",
Expand Down
30 changes: 25 additions & 5 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 643ba32

Please sign in to comment.