mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add missed dev dependencies for examples/using-preact (#2714)
This commit is contained in:
parent
65ff72aada
commit
256f9dc765
|
@ -12,5 +12,9 @@
|
|||
"preact": "^7.2.0",
|
||||
"preact-compat": "^3.14.0"
|
||||
},
|
||||
"license": "ISC"
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"react": "~15.6.1",
|
||||
"react-dom": "~15.6.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue