From 3ba9cf42331797b0195ee05e380744e8a6c7ce1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 05:03:56 -0700 Subject: [PATCH] Bump react-refresh from 0.9.0 to 0.10.0 in /desktop (#2186) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.9.0 to 0.10.0.
Release notes

Sourced from react-refresh's releases.

v0.10.0

React Core

New Features

Bug Fixes

Addons

react-tools

v0.10.0-rc1

No release notes provided.

Changelog

Sourced from react-refresh's changelog.

0.10.0 (March 21, 2014)

React Core

New Features

Bug Fixes

Addons

react-tools

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-refresh&package-manager=npm_and_yarn&previous-version=0.9.0&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/2186 Reviewed By: passy Differential Revision: D27760972 Pulled By: nikoant fbshipit-source-id: a998232901ee6c02686069d119ef7818be4d7404 --- desktop/app/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index c3b6a8442..0669da413 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -90,7 +90,7 @@ "metro-runtime": "^0.65.2", "mock-fs": "^4.13.0", "pretty-format": "^26.1.0", - "react-refresh": "^0.9.0", + "react-refresh": "^0.10.0", "redux-mock-store": "^1.0.1", "ts-jest": "^26.0.0" } diff --git a/desktop/package.json b/desktop/package.json index 18b28c8e4..ebbfa1b29 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -174,7 +174,7 @@ "pretty-format": "^26.1.0", "promisify-child-process": "^4.1.0", "react-async": "^10.0.0", - "react-refresh": "^0.9.0", + "react-refresh": "^0.10.0", "recursive-readdir": "^2.2.2", "redux": "^4.0.0", "rimraf": "^3.0.2", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 986c31e07..02a9a3be4 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -10873,16 +10873,16 @@ react-redux@^7.2.3: prop-types "^15.7.2" react-is "^16.13.1" +react-refresh@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.10.0.tgz#2f536c9660c0b9b1d500684d9e52a65e7404f7e3" + integrity sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ== + react-refresh@^0.4.0: version "0.4.2" resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.2.tgz#54a277a6caaac2803d88f1d6f13c1dcfbd81e334" integrity sha512-kv5QlFFSZWo7OlJFNYbxRtY66JImuP2LcrFgyJfQaf85gSP+byzG21UbDQEYjU7f//ny8rwiEkO6py2Y+fEgAQ== -react-refresh@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.9.0.tgz#71863337adc3e5c2f8a6bfddd12ae3bfe32aafbf" - integrity sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ== - react-shallow-renderer@^16.13.1: version "16.14.1" resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124"