Commit 74347e81 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Dmitriy Safronov
Browse files

build(deps): Bump @testing-library/react from 16.1.0 to 16.2.0

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.1.0 to 16.2.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](https://github.com/testing-library/react-testing-library/compare/v16.1.0...v16.2.0

)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 118253bc
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
      "version": "0.1.0",
      "dependencies": {
        "@testing-library/jest-dom": "^6.6.3",
        "@testing-library/react": "^16.1.0",
        "@testing-library/react": "^16.2.0",
        "@testing-library/user-event": "^14.6.1",
        "react": "^19.0.0",
        "react-dom": "^19.0.0",
@@ -3152,9 +3152,10 @@
      }
    },
    "node_modules/@testing-library/react": {
      "version": "16.1.0",
      "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.1.0.tgz",
      "integrity": "sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==",
      "version": "16.2.0",
      "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz",
      "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==",
      "license": "MIT",
      "dependencies": {
        "@babel/runtime": "^7.12.5"
      },
@@ -18481,9 +18482,9 @@
      }
    },
    "@testing-library/react": {
      "version": "16.1.0",
      "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.1.0.tgz",
      "integrity": "sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==",
      "version": "16.2.0",
      "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz",
      "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==",
      "requires": {
        "@babel/runtime": "^7.12.5"
      }
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  "private": true,
  "dependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@testing-library/react": "^16.2.0",
    "@testing-library/user-event": "^14.6.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",