Skip to content

Commit

Permalink
fix(esdeka): use esdeka-node18 instead of esdeka
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jun 1, 2023
1 parent 155f5e2 commit 24e9313
Show file tree
Hide file tree
Showing 3 changed files with 667 additions and 666 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"axios": "1.3.5",
"canvas-confetti": "1.4.0",
"codesandbox": "2.2.3",
"esdeka": "github:TimPietrusky/esdeka",
"esdeka-node18": "0.1.18",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"gpt3-tokenizer": "1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/components/GameCreator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Toolbar from "@mui/material/Toolbar";
import ListItemIcon from "@mui/material/ListItemIcon";
import ListItemButton from "@mui/material/ListItemButton";
import ListItemText from "@mui/material/ListItemText";
import { useHost } from "esdeka/react";
import { useHost } from "esdeka-node18/react";
import CircularProgress from "@mui/material/CircularProgress";
import Slider from "@mui/material/Slider";
import { useAtom } from "jotai";
Expand Down
Loading

0 comments on commit 24e9313

Please sign in to comment.