Skip to content

Commit fbd0a5f

Browse files
chore(deps-dev): bump the react group with 3 updates
Bumps the react group with 3 updates: [@testing-library/react](https://github.com/testing-library/react-testing-library), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). Updates `@testing-library/react` from 14.3.1 to 16.3.0 - [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@v14.3.1...v16.3.0) Updates `@types/react` from 18.3.24 to 19.1.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.7 to 19.1.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: react - dependency-name: "@types/react" dependency-version: 19.1.11 dependency-type: direct:development update-type: version-update:semver-major dependency-group: react - dependency-name: "@types/react-dom" dependency-version: 19.1.7 dependency-type: direct:development update-type: version-update:semver-major dependency-group: react ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b097fc6 commit fbd0a5f

File tree

2 files changed

+295
-293
lines changed

2 files changed

+295
-293
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878
"@playwright/test": "^1.40.0",
7979
"@tailwindcss/postcss": "^4.0.0",
8080
"@testing-library/jest-dom": "^6.8.0",
81-
"@testing-library/react": "^14.3.1",
81+
"@testing-library/react": "^16.3.0",
8282
"@types/dompurify": "^3.2.0",
8383
"@types/jest": "^30.0.0",
8484
"@types/node": "^20.0.0",
85-
"@types/react": "^18.0.0",
86-
"@types/react-dom": "^18.0.0",
85+
"@types/react": "^19.1.11",
86+
"@types/react-dom": "^19.1.8",
8787
"@typescript-eslint/eslint-plugin": "^8.40.0",
8888
"@typescript-eslint/parser": "^8.40.0",
8989
"eslint": "^9.34.0",

0 commit comments

Comments
 (0)