diff options
author | dependabot[bot] | 2023-08-23 21:53:56 +0000 |
---|---|---|
committer | vitalyster | 2023-08-24 01:08:48 +0300 |
commit | 4e52216d0a3b09a6c1351ffc3a843810afa9a212 (patch) | |
tree | 57effff587fe01b581449a1073bca81931f29f6a | |
parent | bbbb6d762b03c7d42327a71380b531017cbf5ee0 (diff) |
build(deps-dev): bump the development group with 1 update
Bumps the development group with 1 update: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom).
- [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.0.1...v6.1.1)
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 4039e4d3..76bb6d7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@babel/preset-react": "^7.22.5", "@swc/core": "^1.3.78", "@swc/jest": "^0.2.29", - "@testing-library/jest-dom": "^6.0.1", + "@testing-library/jest-dom": "^6.1.1", "@testing-library/react": "^14.0.0", "autoprefixer": "^10.4.15", "babel-loader": "^9.1.3", @@ -4328,9 +4328,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.0.1.tgz", - "integrity": "sha512-0hx/AWrJp8EKr8LmC5jrV3Lx8TZySH7McU1Ix2czBPQnLd458CefSEGjZy7w8kaBRA6LhoPkGjoZ3yqSs338IQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.1.tgz", + "integrity": "sha512-PEDx4fwesRjrUqhnqMz2+DxJtA0Qfy8IChXfx2P+f1mOI4ssc2b+fnzcmaevWPtfqFDE1q3veB9iJRFDw+xUVg==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.0.1", @@ -22173,9 +22173,9 @@ } }, "@testing-library/jest-dom": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.0.1.tgz", - "integrity": "sha512-0hx/AWrJp8EKr8LmC5jrV3Lx8TZySH7McU1Ix2czBPQnLd458CefSEGjZy7w8kaBRA6LhoPkGjoZ3yqSs338IQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.1.tgz", + "integrity": "sha512-PEDx4fwesRjrUqhnqMz2+DxJtA0Qfy8IChXfx2P+f1mOI4ssc2b+fnzcmaevWPtfqFDE1q3veB9iJRFDw+xUVg==", "dev": true, "requires": { "@adobe/css-tools": "^4.0.1", diff --git a/package.json b/package.json index 351976d5..c9af1419 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@babel/preset-react": "^7.22.5", "@swc/core": "^1.3.78", "@swc/jest": "^0.2.29", - "@testing-library/jest-dom": "^6.0.1", + "@testing-library/jest-dom": "^6.1.1", "@testing-library/react": "^14.0.0", "autoprefixer": "^10.4.15", "babel-loader": "^9.1.3", |