From 01a39a653ad747b0626d858796b91c4e5220f841 Mon Sep 17 00:00:00 2001 From: Yann Pringault Date: Tue, 2 Mar 2021 15:04:09 +0100 Subject: [PATCH] [examples/with-typescript] Upgrade to React v17 --- examples/with-typescript/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 71b0fd8b3ee6a..8f904828fd736 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "next": "latest", - "react": "^16.12.0", - "react-dom": "^16.12.0" + "react": "^17.0.1", + "react-dom": "^17.0.1" }, "devDependencies": { "@types/node": "^12.12.21", - "@types/react": "^16.9.16", - "@types/react-dom": "^16.9.4", + "@types/react": "^17.0.2", + "@types/react-dom": "^17.0.1", "typescript": "4.0" }, "license": "MIT"