1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00

update depends

This commit is contained in:
Nebel 2020-08-08 23:15:38 +09:00
parent dd21a7f379
commit f86fc2ae63
3 changed files with 3369 additions and 3078 deletions

View file

@ -3,9 +3,9 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"next": "^7.0.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"next": "^9.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"vad.js": "kdavis-mozilla/vad.js"
}
}

View file

@ -3,8 +3,9 @@ import dynamic from "next/dynamic";
const VAD = dynamic(() => import("../components/vad"), { ssr: false });
export default () => (
const Index = () => (
<div>
<VAD />
</div>
);
export default Index;

File diff suppressed because it is too large Load diff