From 209320d4b6e8983c237c4cc26d5c38abf9ad31ef Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Wed, 22 Jul 2020 11:33:25 -0700 Subject: [PATCH] Upgrade refresh plugin (#9348) --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 06ae9994ff5..a204922c6a7 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -29,7 +29,7 @@ "types": "./lib/react-app.d.ts", "dependencies": { "@babel/core": "7.10.5", - "@pmmmwh/react-refresh-webpack-plugin": "0.3.3", + "@pmmmwh/react-refresh-webpack-plugin": "0.4.0-beta.8", "@babel/plugin-syntax-bigint": "^7.8.3", "@svgr/webpack": "5.4.0", "@typescript-eslint/eslint-plugin": "^3.3.0",