From c319bfb0182feb47e301e6e804070c98157db0df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:44:36 +0000 Subject: [PATCH] chore(deps): bump @testing-library/dom from 9.3.4 to 10.0.0 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 9.3.4 to 10.0.0. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.0.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 307e6ba..3192335 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ } }, "dependencies": { - "@testing-library/dom": "^9.3.1" + "@testing-library/dom": "^10.0.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.0.2",