Skip to content

Commit c6715fd

Browse files
chore(deps-dev): bump the testing-library group with 3 updates
Bumps the testing-library group with 3 updates: [@testing-library/dom](https://github.com/testing-library/dom-testing-library), [@testing-library/react](https://github.com/testing-library/react-testing-library) and [@testing-library/user-event](https://github.com/testing-library/user-event). Updates `@testing-library/dom` from 9.3.4 to 10.4.1 - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/dom-testing-library@v9.3.4...v10.4.1) Updates `@testing-library/react` from 13.4.0 to 16.3.1 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v13.4.0...v16.3.1) Updates `@testing-library/user-event` from 14.5.2 to 14.6.1 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.5.2...v14.6.1) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing-library - dependency-name: "@testing-library/react" dependency-version: 16.3.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing-library - dependency-name: "@testing-library/user-event" dependency-version: 14.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing-library ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c6a8af commit c6715fd

File tree

2 files changed

+51
-194
lines changed

2 files changed

+51
-194
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
"@babel/preset-typescript": "^7.18.6",
102102
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
103103
"@tailwindcss/container-queries": "^0.1.1",
104-
"@testing-library/dom": "^9.3.4",
104+
"@testing-library/dom": "^10.4.1",
105105
"@testing-library/jest-dom": "^6.9.1",
106-
"@testing-library/react": "^13.4.0",
107-
"@testing-library/user-event": "^14.4.3",
106+
"@testing-library/react": "^16.3.1",
107+
"@testing-library/user-event": "^14.6.1",
108108
"@types/dompurify": "^2.4.0",
109109
"@types/jest": "^30.0.0",
110110
"@types/jest-axe": "^3.5.5",

0 commit comments

Comments
 (0)