Skip to content

Commit

Permalink
build(deps-dev): bump @testing-library/svelte from 4.0.5 to 4.1.0 (#311)
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.0.5 to 4.1.0.
- [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.0.5...v4.1.0)

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

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 Feb 14, 2024
1 parent ce729fa commit ebbba02
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 @@ -22,7 +22,7 @@
"@tailwindcss/typography": "^0.5.10",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.0.5",
"@testing-library/svelte": "^4.1.0",
"@testing-library/user-event": "^14.5.2",
"@tsconfig/svelte": "^5.0.2",
"@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 @@ -536,10 +536,10 @@
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/svelte@^4.0.5":
version "4.0.5"
resolved "https://registry.npmjs.org/@testing-library/svelte/-/svelte-4.0.5.tgz"
integrity sha512-P7X3mpYv/My4hBZfxVxTFV5KcA+EoWfRCguWP7WQdYj6HMdg/L+LiwG4ocvLe+hupedrC7dwcy85JlxKplJp2g==
"@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==
dependencies:
"@testing-library/dom" "^9.3.1"

Expand Down

0 comments on commit ebbba02

Please sign in to comment.