Skip to content
Snippets Groups Projects
Unverified Commit 4a0e214e authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump @testing-library/jest-dom from 6.2.0 to 6.3.0 (#16)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.2.0...v6.3.0

)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 2dfdd08b
Branches
Tags v0.0.7
No related merge requests found
Pipeline #35127 passed
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"name": "dummy-frontend", "name": "dummy-frontend",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^6.2.0", "@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2", "@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.5.2",
"react": "^18.2.0", "react": "^18.2.0",
...@@ -4668,9 +4668,9 @@ ...@@ -4668,9 +4668,9 @@
} }
}, },
"node_modules/@testing-library/jest-dom": { "node_modules/@testing-library/jest-dom": {
"version": "6.2.0", "version": "6.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz",
"integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==",
"dependencies": { "dependencies": {
"@adobe/css-tools": "^4.3.2", "@adobe/css-tools": "^4.3.2",
"@babel/runtime": "^7.9.2", "@babel/runtime": "^7.9.2",
...@@ -4688,6 +4688,7 @@ ...@@ -4688,6 +4688,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@jest/globals": ">= 28", "@jest/globals": ">= 28",
"@types/bun": "latest",
"@types/jest": ">= 28", "@types/jest": ">= 28",
"jest": ">= 28", "jest": ">= 28",
"vitest": ">= 0.32" "vitest": ">= 0.32"
...@@ -4696,6 +4697,9 @@ ...@@ -4696,6 +4697,9 @@
"@jest/globals": { "@jest/globals": {
"optional": true "optional": true
}, },
"@types/bun": {
"optional": true
},
"@types/jest": { "@types/jest": {
"optional": true "optional": true
}, },
...@@ -24889,9 +24893,9 @@ ...@@ -24889,9 +24893,9 @@
} }
}, },
"@testing-library/jest-dom": { "@testing-library/jest-dom": {
"version": "6.2.0", "version": "6.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz",
"integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==",
"requires": { "requires": {
"@adobe/css-tools": "^4.3.2", "@adobe/css-tools": "^4.3.2",
"@babel/runtime": "^7.9.2", "@babel/runtime": "^7.9.2",
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^6.2.0", "@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2", "@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.5.2",
"react": "^18.2.0", "react": "^18.2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment