From 8bdeddd8f6cf825ce8355d8539cdeaa3477e1a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:47:25 +0200 Subject: [PATCH] Bump ra-test from 3.19.4 to 3.19.12 (#384) Bumps [ra-test](https://github.com/marmelab/react-admin) from 3.19.4 to 3.19.12. - [Release notes](https://github.com/marmelab/react-admin/releases) - [Changelog](https://github.com/marmelab/react-admin/blob/v3.19.12/CHANGELOG.md) - [Commits](https://github.com/marmelab/react-admin/compare/v3.19.4...v3.19.12) --- updated-dependencies: - dependency-name: ra-test dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f43cd47..b411384 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-prettier": "^4.2.1", "jest-fetch-mock": "^3.0.3", "prettier": "^2.2.0", - "ra-test": "^3.15.0" + "ra-test": "^3.19.12" }, "dependencies": { "@emotion/react": "^11.7.1", diff --git a/yarn.lock b/yarn.lock index 0689c0a..29c31bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9346,10 +9346,10 @@ ra-language-italian@^3.13.1: resolved "https://registry.yarnpkg.com/ra-language-italian/-/ra-language-italian-3.13.1.tgz#115f15c00f140ba319d5daf53c7bd477c73b9546" integrity sha512-iGgdkbnpA+5GD6OcAjOuOA95/jmJegC9txE8X+AmlA7vhsHdcnHam/D6goqv3sqfeqgCkPCPmJAMO/+slHXR1w== -ra-test@^3.15.0: - version "3.19.4" - resolved "https://registry.yarnpkg.com/ra-test/-/ra-test-3.19.4.tgz#fa50fd8a7334ed8769da905bd26bdfac624cb9b8" - integrity sha512-a2lP6X2dgyVEZgCuk0uevoa26DvZRPPqwbba2ORJpQ9hllbgjHuz0XlhoNe+cHF4k8buB9O3SurHS2c+s3VL0A== +ra-test@^3.19.12: + version "3.19.12" + resolved "https://registry.yarnpkg.com/ra-test/-/ra-test-3.19.12.tgz#f67c3c90291d1b1cd181828d8abe48b82741d717" + integrity sha512-SX6oi+VPADIeQeQlGWUVj2kgEYgLbizpzYMq+oacCmnAqvHezwnQ2MXrLDRK6C56YIl+t8DyY/ipYBiRPZnHbA== dependencies: "@testing-library/react" "^11.2.3" classnames "~2.3.1"