Skip to content

Commit e23e205

Browse files
Bump @testing-library/dom from 10.3.1 to 10.4.0
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 10.3.1 to 10.4.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](testing-library/dom-testing-library@v10.3.1...v10.4.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fab0cc commit e23e205

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@eslint/eslintrc": "^3.1.0",
6969
"@eslint/js": "^9.6.0",
7070
"@swc/jest": "0.2.36",
71-
"@testing-library/dom": "^10.3.1",
71+
"@testing-library/dom": "^10.4.0",
7272
"@testing-library/jest-dom": "6.4.6",
7373
"@testing-library/react": "16.0.0",
7474
"@testing-library/user-event": "14.5.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2071,10 +2071,10 @@
20712071
dependencies:
20722072
"@swc/counter" "^0.1.3"
20732073

2074-
"@testing-library/dom@^10.3.1":
2075-
version "10.3.1"
2076-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.3.1.tgz#c960204cce7e969ac03ae5f3550e420226c61a21"
2077-
integrity sha512-q/WL+vlXMpC0uXDyfsMtc1rmotzLV8Y0gq6q1gfrrDjQeHoeLrqHbxdPvPNAh1i+xuJl7+BezywcXArz7vLqKQ==
2074+
"@testing-library/dom@^10.4.0":
2075+
version "10.4.0"
2076+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8"
2077+
integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==
20782078
dependencies:
20792079
"@babel/code-frame" "^7.10.4"
20802080
"@babel/runtime" "^7.12.5"

0 commit comments

Comments
 (0)