diff --git a/package.json b/package.json index 36d66aad..3cb0abe7 100644 --- a/package.json +++ b/package.json @@ -47,10 +47,7 @@ "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.2" }, - "peerDependencies": { - "react": "^17.0.0 || ^16.3.0 || ^15.5.4", - "react-dom": "^17.0.0 || ^16.3.0 || ^15.5.4" - }, + "peerDependencies": {}, "scripts": { "build": "NODE_ENV=production webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize", "prebuild": "NODE_ENV=test npm run test:unit",