mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 13:58:08 +00:00
update depends
This commit is contained in:
parent
dd21a7f379
commit
f86fc2ae63
3 changed files with 3369 additions and 3078 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
6438
vad/yarn.lock
6438
vad/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue