From 25ada18f214c49b5a0b3f4f37af8070e46cd88d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 08:24:13 +0000 Subject: [PATCH] chore(deps-dev): bump babel-plugin-jsx-remove-data-test-id Bumps [babel-plugin-jsx-remove-data-test-id](https://github.com/coderas/babel-plugin-jsx-remove-data-test-id) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/coderas/babel-plugin-jsx-remove-data-test-id/releases) - [Commits](https://github.com/coderas/babel-plugin-jsx-remove-data-test-id/compare/v2.0.0...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5b96685..c1b0abe 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "babel-eslint": "^10.0.1", "babel-jest": "^24.5.0", "babel-loader": "^8.0.5", - "babel-plugin-jsx-remove-data-test-id": "^2.0.0", + "babel-plugin-jsx-remove-data-test-id": "^3.0.0", "clean-webpack-plugin": "^3.0.0", "conventional-changelog-cli": "^2.0.12", "core-js": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index ec01ca6..69edab7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2560,10 +2560,10 @@ babel-plugin-jest-hoist@^24.9.0: dependencies: "@types/babel__traverse" "^7.0.6" -babel-plugin-jsx-remove-data-test-id@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jsx-remove-data-test-id/-/babel-plugin-jsx-remove-data-test-id-2.0.0.tgz#18d324954f0d4b63292fd9ed870d7a09b80c9ecc" - integrity sha512-Hjwd5KnKtUlv9WgS9wMYIfd8G16hBLfi3Nq2axLkRt754sj5mRYlZ5WJzbXE3967NDjjDIx0PrHhwQHukBs0Dw== +babel-plugin-jsx-remove-data-test-id@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-jsx-remove-data-test-id/-/babel-plugin-jsx-remove-data-test-id-3.0.0.tgz#15c95f97ce0ff60d72b29e403bde245f86393288" + integrity sha512-E4uM/LIUizjy2Z5tVAfa8pSXsYgoKWJ97kzuEMfsIxSLSNDWsAhgFVPkgNuakViX5dkNjw1DKIi0VpWP6djqbw== babel-preset-jest@^24.9.0: version "24.9.0"