From 9537d7d5f8810fc3c4a1b776550a66c4cafee5ab Mon Sep 17 00:00:00 2001 From: Claire Froelich Date: Fri, 21 Jul 2023 16:24:39 -0400 Subject: [PATCH] Update react 17 to 18 in manifest --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 9a7ba9080..1da594ed3 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Chrome Extension with React & Webpack", - "description": "A chrome extension boilerplate built with React 17, Webpack 5, and Webpack Dev Server 4", + "description": "A chrome extension boilerplate built with React 18, Webpack 5, and Webpack Dev Server 4", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": {