From 61d8f8c6d362c8b7c471a1189ca5173863222c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:01:53 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react from 14.0.0 to 14.2.1 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.0.0 to 14.2.1. - [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.0.0...v14.2.1) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e0e50204b..2f9aee71d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@commitlint/config-conventional": "18.1.0", "@rollup/plugin-sucrase": "^5.0.2", "@rollup/plugin-typescript": "11.1.5", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.2.1", "@types/chrome": "0.0.251", "@types/node": "20.8.10", "@types/react": "18.2.37", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c0d33eac..0c90575cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,8 +32,8 @@ devDependencies: specifier: 11.1.5 version: 11.1.5(rollup@4.3.0)(tslib@2.6.2)(typescript@5.2.2) '@testing-library/react': - specifier: 14.0.0 - version: 14.0.0(react-dom@18.2.0)(react@18.2.0) + specifier: 14.2.1 + version: 14.2.1(react-dom@18.2.0)(react@18.2.0) '@types/chrome': specifier: 0.0.251 version: 0.0.251 @@ -1071,8 +1071,8 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/react@14.0.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==} + /@testing-library/react@14.2.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sGdjws32ai5TLerhvzThYFbpnF9XtL65Cjf+gB0Dhr29BGqK+mAeN7SURSdu+eqgET4ANcWoC7FQpkaiGvBr+A==} engines: {node: '>=14'} peerDependencies: react: ^18.0.0