From 43589ff35f6cce68d2ef28955593ae6e99fb2d23 Mon Sep 17 00:00:00 2001 From: Matt Hoffner Date: Thu, 10 Jun 2021 14:01:23 -0700 Subject: [PATCH] Upgrade dependencies to react 17 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 86510e5..3e0eea6 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "test": "test" }, "peerDependencies": { - "react": "^0.14.6 || ^15.0.0-0 || ^16.0.0", - "react-dom": "^0.14.6 || ^15.0.0-0 || ^16.0.0" + "react": "^0.14.6 || ^15.0.0-0 || ^16.0.0 || ^17.0.0", + "react-dom": "^0.14.6 || ^15.0.0-0 || ^16.0.0 || ^17.0.0" }, "devDependencies": { "babel": "5.8.34", @@ -18,8 +18,8 @@ "gitbook-plugin-todo": "0.1.2", "mocha": "2.3.4", "prop-types": "^15.5.8", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^17.0.0", + "react-dom": "^17.0.0" }, "scripts": { "build": "npm run clean && npm run build:docs && npm run build:lib",