Skip to content

Commit

Permalink
build(deps-dev): bump @testing-library/svelte from 4.1.0 to 5.0.1 (#930)
Browse files Browse the repository at this point in the history
Bumps [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) from 4.1.0 to 5.0.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@v4.1.0...v5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent 0f621a6 commit 5fa5457
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 @@ -23,7 +23,7 @@
"@tailwindcss/typography": "^0.5.12",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.1.0",
"@testing-library/svelte": "^5.0.1",
"@testing-library/user-event": "^14.5.2",
"@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 @@ -555,10 +555,10 @@
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/svelte@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/svelte/-/svelte-4.1.0.tgz#de6fa34d13d99505e68134ef2acfbafdc03ed39a"
integrity sha512-MJqe7x9WowkiAVdk9mvazEC2ktFZdmK2OqFVoO557PC37aBemQ4ozqdK3yrG34Zg9kuln3qgTVeLSh08e69AMw==
"@testing-library/svelte@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@testing-library/svelte/-/svelte-5.0.1.tgz#2fd6327a14b0d72b3ddde975a20c7e725da3e30a"
integrity sha512-UP/n37BVDMLp9Ntlr7sYQ2jwOeFZR8bquesk9sCSjBGv/YmxuKrUuP+98KNGvEkW2uAep8rFKHgs9nRUJ40yXw==
dependencies:
"@testing-library/dom" "^9.3.1"

Expand Down

0 comments on commit 5fa5457

Please sign in to comment.