From b29c3293fc6999991226709dc3735e2a04122ff2 Mon Sep 17 00:00:00 2001 From: fritz-c Date: Fri, 23 Mar 2018 12:44:41 +0900 Subject: [PATCH] fix: modify the peerDependencies to reflect the need for react 16.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d50aa6a3..d0249fd1 100644 --- a/package.json +++ b/package.json @@ -108,8 +108,8 @@ "yaml-js": "^0.2.3" }, "peerDependencies": { - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.3.0-alpha.2", + "react-dom": "^16.3.0-alpha.2" }, "dependencies": { "@babel/plugin-syntax-jsx": "^7.0.0-beta.42", @@ -194,4 +194,4 @@ "printWidth": 100, "parser": "typescript" } -} \ No newline at end of file +}