Skip to content

Commit d3719d9

Browse files
Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 (#2569)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.8 to 6.5.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.4.8...v6.5.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" 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>
1 parent cd5ff4d commit d3719d9

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

packages/apps/dashboard/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"web-vitals": "^4.2.2"
4242
},
4343
"devDependencies": {
44-
"@testing-library/jest-dom": "^6.4.2",
44+
"@testing-library/jest-dom": "^6.5.0",
4545
"@testing-library/react": "^15.0.7",
4646
"@types/crypto-js": "^4.1.2",
4747
"@types/file-saver": "^2.0.5",

packages/apps/human-app/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@tanstack/eslint-plugin-query": "^5.18.1",
5353
"@tanstack/react-query-devtools": "^5.18.1",
54-
"@testing-library/jest-dom": "^6.4.2",
54+
"@testing-library/jest-dom": "^6.5.0",
5555
"@testing-library/react": "^15.0.7",
5656
"@types/lodash": "^4.14.202",
5757
"@types/mui-image": "^1.0.5",

packages/apps/job-launcher/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
]
6060
},
6161
"devDependencies": {
62-
"@testing-library/jest-dom": "^6.4.2",
62+
"@testing-library/jest-dom": "^6.5.0",
6363
"@testing-library/react": "^15.0.7",
6464
"@types/react": "^18.2.43",
6565
"@types/react-dom": "^18.2.25",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@
12341234
core-js-pure "^3.30.2"
12351235
regenerator-runtime "^0.14.0"
12361236

1237-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.9", "@babel/runtime@^7.18.3", "@babel/runtime@^7.19.4", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.25.0", "@babel/runtime@^7.25.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1237+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.9", "@babel/runtime@^7.18.3", "@babel/runtime@^7.19.4", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.25.0", "@babel/runtime@^7.25.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
12381238
version "7.25.6"
12391239
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2"
12401240
integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==
@@ -4813,13 +4813,12 @@
48134813
lz-string "^1.5.0"
48144814
pretty-format "^27.0.2"
48154815

4816-
"@testing-library/jest-dom@^6.4.2":
4817-
version "6.4.8"
4818-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz#9c435742b20c6183d4e7034f2b329d562c079daa"
4819-
integrity sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==
4816+
"@testing-library/jest-dom@^6.5.0":
4817+
version "6.5.0"
4818+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz#50484da3f80fb222a853479f618a9ce5c47bfe54"
4819+
integrity sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==
48204820
dependencies:
48214821
"@adobe/css-tools" "^4.4.0"
4822-
"@babel/runtime" "^7.9.2"
48234822
aria-query "^5.0.0"
48244823
chalk "^3.0.0"
48254824
css.escape "^1.5.1"

0 commit comments

Comments
 (0)