Corrected dependencies for preact and inferno (#2583)

* Corrected dependencies for the preact example. Require react and react-dom

* Corrected dependencies for the inferno example. Require react and react-dom
This commit is contained in:
Andrey Marchenko 2017-09-09 00:15:03 +03:00 committed by Tim Neutkens
parent ace748dcfe
commit b66490835c
2 changed files with 6 additions and 2 deletions

View file

@ -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"
}

View file

@ -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": {