Skip to content

Commit

Permalink
chore(deps-dev): bump @testing-library/svelte from 5.2.0 to 5.2.1
Browse files Browse the repository at this point in the history
Bumps [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/testing-library/svelte-testing-library/releases)
- [Changelog](https://github.com/testing-library/svelte-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/svelte-testing-library@v5.2.0...v5.2.1)

---
updated-dependencies:
- dependency-name: "@testing-library/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed Jul 26, 2024
1 parent f3d877d commit 3a2d2fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tailwindcss/typography": "^0.5.13",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/svelte": "^5.2.0",
"@testing-library/svelte": "^5.2.1",
"@testing-library/user-event": "^14.5.1",
"@tsconfig/svelte": "^5.0.4",
"@types/humanize-duration": "^3.27.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,10 @@
lodash "^4.17.21"
redent "^3.0.0"

"@testing-library/svelte@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@testing-library/svelte/-/svelte-5.2.0.tgz#237ba908fdc8b35d53c3ab06bf19a6da229c471a"
integrity sha512-oMIFfxMcaPOXp+BQTRVgkeKzfAx7ee9fMrWaiKbMN36tN61kLl4Uj5ZZ/y1w9aL3a0BuBEoErV5iorYwCHqVUA==
"@testing-library/svelte@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@testing-library/svelte/-/svelte-5.2.1.tgz#bd930ec36e868f245ce1f12b44ac296ec1dd7dfc"
integrity sha512-yXSqBsYaQAeP2xt7gqKu135Q67+NTsBDcpL1akv5MVAQ/amb7AQ0zW5nzrquTIE2lvrc6q58KZhQA61Vc05ZOg==
dependencies:
"@testing-library/dom" "^10.0.0"

Expand Down

0 comments on commit 3a2d2fb

Please sign in to comment.