Spaces:
Runtime error
Runtime error
fix(esdeka): use esdeka-node18 instead of esdeka
Browse files- package.json +1 -1
- src/components/GameCreator.tsx +1 -1
- yarn.lock +0 -0
package.json
CHANGED
@@ -62,7 +62,7 @@
|
|
62 |
"axios": "1.3.5",
|
63 |
"canvas-confetti": "1.4.0",
|
64 |
"codesandbox": "2.2.3",
|
65 |
-
"esdeka": "
|
66 |
"eslint": "8.37.0",
|
67 |
"eslint-config-next": "13.2.4",
|
68 |
"gpt3-tokenizer": "1.1.5",
|
|
|
62 |
"axios": "1.3.5",
|
63 |
"canvas-confetti": "1.4.0",
|
64 |
"codesandbox": "2.2.3",
|
65 |
+
"esdeka-node18": "0.1.18",
|
66 |
"eslint": "8.37.0",
|
67 |
"eslint-config-next": "13.2.4",
|
68 |
"gpt3-tokenizer": "1.1.5",
|
src/components/GameCreator.tsx
CHANGED
@@ -31,7 +31,7 @@ import Toolbar from "@mui/material/Toolbar";
|
|
31 |
import ListItemIcon from "@mui/material/ListItemIcon";
|
32 |
import ListItemButton from "@mui/material/ListItemButton";
|
33 |
import ListItemText from "@mui/material/ListItemText";
|
34 |
-
import { useHost } from "esdeka/react";
|
35 |
import CircularProgress from "@mui/material/CircularProgress";
|
36 |
import Slider from "@mui/material/Slider";
|
37 |
import { useAtom } from "jotai";
|
|
|
31 |
import ListItemIcon from "@mui/material/ListItemIcon";
|
32 |
import ListItemButton from "@mui/material/ListItemButton";
|
33 |
import ListItemText from "@mui/material/ListItemText";
|
34 |
+
import { useHost } from "esdeka-node18/react";
|
35 |
import CircularProgress from "@mui/material/CircularProgress";
|
36 |
import Slider from "@mui/material/Slider";
|
37 |
import { useAtom } from "jotai";
|
yarn.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|