diff options
author | dependabot[bot] | 2023-11-17 21:31:21 +0000 |
---|---|---|
committer | vitalyster | 2023-11-19 16:22:50 +0300 |
commit | dd6639ea1a3870d47ba5de5cf30a8c2f954aa40b (patch) | |
tree | 69682f80b85f901b2563101cec76694f95cd7c27 | |
parent | 57a5e72537da52a811b14de654bc00a5acf151f9 (diff) |
build(deps-dev): bump the development group with 1 update
Bumps the development group with 1 update: [@testing-library/react](https://github.com/testing-library/react-testing-library).
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.1.0...v14.1.2)
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-patch
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 21ea92e0..66e5f6ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@swc/core": "^1.3.96", "@swc/jest": "^0.2.29", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.1.0", + "@testing-library/react": "^14.1.2", "autoprefixer": "^10.4.16", "babel-loader": "^9.1.3", "core-js": "^3.33.2", @@ -4676,9 +4676,9 @@ } }, "node_modules/@testing-library/react": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.0.tgz", - "integrity": "sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", + "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -22665,9 +22665,9 @@ } }, "@testing-library/react": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.0.tgz", - "integrity": "sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", + "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 26e08dbe..542554eb 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@swc/core": "^1.3.96", "@swc/jest": "^0.2.29", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.1.0", + "@testing-library/react": "^14.1.2", "autoprefixer": "^10.4.16", "babel-loader": "^9.1.3", "core-js": "^3.33.2", |