diff --git a/examples/using-inferno/package.json b/examples/using-inferno/package.json index 4408a423dfecf..f3d0ff4f95bfd 100644 --- a/examples/using-inferno/package.json +++ b/examples/using-inferno/package.json @@ -11,7 +11,9 @@ "inferno-compat": "^1.4.0", "inferno-server": "^1.4.0", "module-alias": "^2.0.0", - "next": "latest" + "next": "latest", + "react": "^15.6.1", + "react-dom": "^15.6.1" }, "license": "MIT" } diff --git a/examples/using-preact/package.json b/examples/using-preact/package.json index 1e2c762afb0e5..1db87b8f82fde 100644 --- a/examples/using-preact/package.json +++ b/examples/using-preact/package.json @@ -10,7 +10,9 @@ "module-alias": "^2.0.0", "next": "latest", "preact": "^7.2.0", - "preact-compat": "^3.14.0" + "preact-compat": "^3.14.0", + "react": "^15.6.1", + "react-dom": "^15.6.1" }, "license": "ISC", "devDependencies": {