From 6c59ddd42e5f11962d7a5114b0da1232b06ed127 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 17 Dec 2024 16:43:50 -0500 Subject: [PATCH] Update to React 18.2 to match Dash 3.0.0 --- {{cookiecutter.project_shortname}}/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_shortname}}/package.json b/{{cookiecutter.project_shortname}}/package.json index 62c8c6d..c900ab5 100644 --- a/{{cookiecutter.project_shortname}}/package.json +++ b/{{cookiecutter.project_shortname}}/package.json @@ -44,9 +44,9 @@ "eslint-plugin-import": "^2.18.0", "eslint-plugin-react": "^7.14.2", "prop-types": "^15.8.1", - "react": "^16.8.6", + "react": "^18.2.0", "react-docgen": "^5.4.3", - "react-dom": "^16.8.6", + "react-dom": "^18.2.0", "style-loader": "^3.3.3", "styled-jsx": "^3.2.1", "webpack": "^5.84.1",