From fa6f9f680f4ec90065d54c803ce485f687056cc1 Mon Sep 17 00:00:00 2001 From: balovbohdan Date: Tue, 4 Jan 2022 17:37:24 +0200 Subject: [PATCH] updated react peer dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b4fdfcf..aef3648 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.26.1", "jest": "^21.2.1", - "react": "^0.14 || ^15 || ^16", - "react-dom": "^0.14 || ^15 || ^16", + "react": "^0.14 || ^15 || ^16 || ^17", + "react-dom": "^0.14 || ^15 || ^16 || ^17", "rimraf": "^2.7.1", "safe-publish-latest": "^1.1.4", "sinon": "^4.5.0", @@ -58,7 +58,7 @@ "webpack": "^3.12.0" }, "peerDependencies": { - "react": "^0.14 || ^15 || ^16", - "react-dom": "^0.14 || ^15 || ^16" + "react": "^0.14 || ^15 || ^16 || ^17", + "react-dom": "^0.14 || ^15 || ^16 || ^17" } }