Skip to content

Commit 332c344

Browse files
Bump the frontends-dev group across 2 directories with 1 update
Bumps the frontends-dev group with 1 update in the /client directory: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom). Bumps the frontends-dev group with 1 update in the /welcome directory: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom). Updates `@testing-library/jest-dom` from 6.6.4 to 6.7.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.6.4...v6.7.0) Updates `@testing-library/jest-dom` from 6.6.4 to 6.7.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.6.4...v6.7.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontends-dev - dependency-name: "@testing-library/jest-dom" dependency-version: 6.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontends-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad2f32e commit 332c344

4 files changed

Lines changed: 10 additions & 12 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
28-
"@testing-library/jest-dom": "^6.6.4",
28+
"@testing-library/jest-dom": "^6.7.0",
2929
"@testing-library/react": "^16.3.0",
3030
"@testing-library/user-event": "^14.6.1",
3131
"http-proxy-middleware": "^3.0.5",

client/yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,16 +2021,15 @@
20212021
"@svgr/plugin-svgo" "^5.5.0"
20222022
loader-utils "^2.0.0"
20232023

2024-
"@testing-library/jest-dom@^6.6.4":
2025-
version "6.6.4"
2026-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c"
2027-
integrity sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==
2024+
"@testing-library/jest-dom@^6.7.0":
2025+
version "6.7.0"
2026+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.7.0.tgz#cff6452ba03b215c16d97b48adfc4e1ac54c3e03"
2027+
integrity sha512-RI2e97YZ7MRa+vxP4UUnMuMFL2buSsf0ollxUbTgrbPLKhMn8KVTx7raS6DYjC7v1NDVrioOvaShxsguLNISCA==
20282028
dependencies:
20292029
"@adobe/css-tools" "^4.4.0"
20302030
aria-query "^5.0.0"
20312031
css.escape "^1.5.1"
20322032
dom-accessibility-api "^0.6.3"
2033-
lodash "^4.17.21"
20342033
picocolors "^1.1.1"
20352034
redent "^3.0.0"
20362035

welcome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
24-
"@testing-library/jest-dom": "^6.6.4",
24+
"@testing-library/jest-dom": "^6.7.0",
2525
"@testing-library/react": "^16.3.0",
2626
"@testing-library/user-event": "^14.6.1",
2727
"http-proxy-middleware": "^3.0.5",

welcome/yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,16 +1917,15 @@
19171917
"@svgr/plugin-svgo" "^5.5.0"
19181918
loader-utils "^2.0.0"
19191919

1920-
"@testing-library/jest-dom@^6.6.4":
1921-
version "6.6.4"
1922-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c"
1923-
integrity sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==
1920+
"@testing-library/jest-dom@^6.7.0":
1921+
version "6.7.0"
1922+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.7.0.tgz#cff6452ba03b215c16d97b48adfc4e1ac54c3e03"
1923+
integrity sha512-RI2e97YZ7MRa+vxP4UUnMuMFL2buSsf0ollxUbTgrbPLKhMn8KVTx7raS6DYjC7v1NDVrioOvaShxsguLNISCA==
19241924
dependencies:
19251925
"@adobe/css-tools" "^4.4.0"
19261926
aria-query "^5.0.0"
19271927
css.escape "^1.5.1"
19281928
dom-accessibility-api "^0.6.3"
1929-
lodash "^4.17.21"
19301929
picocolors "^1.1.1"
19311930
redent "^3.0.0"
19321931

0 commit comments

Comments
 (0)