Skip to content

Commit

Permalink
Bump the testing group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the testing group with 2 updates in the / directory: [@testing-library/react](https://github.com/testing-library/react-testing-library) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@testing-library/react` from 15.0.5 to 15.0.7
- [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@v15.0.5...v15.0.7)

Updates `vitest` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/vitest)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 4ec16bb commit bc1eee5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 42 deletions.
86 changes: 46 additions & 40 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@testing-library/react": "15.0.5",
"@testing-library/react": "15.0.7",
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
Expand All @@ -65,7 +65,7 @@
"typescript-eslint": "7.7.1",
"vite": "5.2.10",
"vite-plugin-svgr": "4.2.0",
"vitest": "1.5.2"
"vitest": "1.6.0"
},
"msw": {
"workerDirectory": "public"
Expand Down

0 comments on commit bc1eee5

Please sign in to comment.