Skip to content

Commit

Permalink
TML-9999 chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytran998 committed Jul 19, 2024
1 parent c694baf commit 8fc0b27
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"@techmely/starly-models": "1.0.2",
"@techmely/usage-limit": "2.0.3",
"@techmely/utils": "3.3.0",
"@techmely/vike-react": "2.2.3",
"@techmely/vike-react-query": "4.2.3",
"@techmely/vike-react": "3.0.4",
"@upstash/ratelimit": "1.2.1",
"@upstash/redis": "1.32.0",
"@wasmer/sdk": "0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions pages/+config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import VikeReact from "@techmely/vike-react/+config";
import VikeReactQuery from "@techmely/vike-react-query/+config";
import VikeReact from "@techmely/vike-react/config";
import VikeReactQuery from "@techmely/vike-react/query/config";
import type { Config } from "vike/types";
import AppWrapper from "./AppWrapper";

Expand Down
6 changes: 3 additions & 3 deletions pages/index/Movie.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useSuspenseQuery } from "@tanstack/react-query";
import { withFallback } from "@techmely/vike-react-query";
import React from "react";
import { withFallback } from "@techmely/vike-react";
import { navigate } from "vike/client/router";

export const Movies = withFallback(
Expand Down Expand Up @@ -30,7 +29,8 @@ export const Movies = withFallback(
))}
</ol>
<p>
Source: <a href="https://star-wars.brillout.com">star-wars.brillout.com</a>.
Source:{" "}
<a href="https://star-wars.brillout.com">star-wars.brillout.com</a>.
</p>
</>
);
Expand Down

0 comments on commit 8fc0b27

Please sign in to comment.