From 852877322f31924b8d0ecf7864f299d17d99d14c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 03:53:41 -0600 Subject: [PATCH] chore(examples) Update CRA Examples (#291) Co-authored-by: Renovate Bot --- examples/react/create-react-app/package.json | 4 ++-- examples/react/create-react-app/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/react/create-react-app/package.json b/examples/react/create-react-app/package.json index 17027c478..15080a8ad 100644 --- a/examples/react/create-react-app/package.json +++ b/examples/react/create-react-app/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "4.2.4", "@testing-library/react": "9.4.0", - "@testing-library/user-event": "8.0.2", + "@testing-library/user-event": "8.0.3", "react": "16.12.0", "react-dom": "16.12.0", "react-scripts": "3.3.0" @@ -39,6 +39,6 @@ ] }, "devDependencies": { - "@craco/craco": "5.6.2" + "@craco/craco": "5.6.3" } } diff --git a/examples/react/create-react-app/yarn.lock b/examples/react/create-react-app/yarn.lock index f43be4825..8ec8ddc62 100644 --- a/examples/react/create-react-app/yarn.lock +++ b/examples/react/create-react-app/yarn.lock @@ -876,10 +876,10 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@craco/craco@5.6.2": - version "5.6.2" - resolved "https://registry.yarnpkg.com/@craco/craco/-/craco-5.6.2.tgz#d98d660962e810bb1c9bb3e5318b99df6c620472" - integrity sha512-64nPBTTf4EpIAbdVZbgCR77cCTgLI2xgLSesj886HsfatQi6WfcYder4u60CnBsjvQE4/lz8Wa4DvD1ebTXjGQ== +"@craco/craco@5.6.3": + version "5.6.3" + resolved "https://registry.yarnpkg.com/@craco/craco/-/craco-5.6.3.tgz#e76d5d8099b1d31574c0af006703ca6e3d8c1f4a" + integrity sha512-QxH+cfLQoqmrVgvesED3VK+WTZbUIaybwEc3/u7m/axQPTY2wjWDm39/jg4Cv8nwDWpGep0JUtBYyRF8Ba2oWA== dependencies: cross-spawn "^7.0.0" lodash.mergewith "^4.6.2" @@ -1232,10 +1232,10 @@ "@testing-library/dom" "^6.11.0" "@types/testing-library__react" "^9.1.2" -"@testing-library/user-event@7.2.1": - version "7.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-7.2.1.tgz#2ad4e844175a3738cb9e7064be5ea070b8863a1c" - integrity sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA== +"@testing-library/user-event@8.0.3": + version "8.0.3" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-8.0.3.tgz#c3e304d2692b797ff0e3ced53c0597d341bb868b" + integrity sha512-ALoIj6GzxN0UzFiudSwENy2yTD1xHDW+KtuOch5xuqRgQr0AxGB8z+EQBxT6zlWgAoLGN8hmYxTTGRoQSOZtlg== "@types/babel__core@^7.1.0": version "7.1.3"