Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Merge pull request #86 from crow-fox/update/biome
Browse files Browse the repository at this point in the history
Update/biome
  • Loading branch information
crow-fox authored Nov 23, 2024
2 parents 7f99136 + e64b1c2 commit dab8130
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion app/components/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Link, useLocation } from "react-router";
import type { FC } from "react";
import { Link, useLocation } from "react-router";

export const Logo: FC = () => {
const location = useLocation();
Expand Down
2 changes: 1 addition & 1 deletion app/entry.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* For more information, see https://remix.run/file-conventions/entry.client
*/

import { HydratedRouter } from "react-router/dom";
import { StrictMode, startTransition } from "react";
import { hydrateRoot } from "react-dom/client";
import { HydratedRouter } from "react-router/dom";

startTransition(() => {
hydrateRoot(
Expand Down
2 changes: 1 addition & 1 deletion app/routes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { route, type RouteConfig } from "@react-router/dev/routes";
import { type RouteConfig, route } from "@react-router/dev/routes";

export default [
// however your routes are defined
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"valibot": "1.0.0-beta.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@biomejs/biome": "1.9.4",
"@markuplint/jsx-parser": "^4.7.6",
"@markuplint/react-spec": "^4.5.6",
"@playwright/test": "^1.46.0",
Expand All @@ -42,4 +42,4 @@
"engines": {
"node": ">=20.0.0"
}
}
}
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react-router.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Config } from "@react-router/dev/config";
import { copyFileSync } from "node:fs";
import { join } from "node:path";
import type { Config } from "@react-router/dev/config";
import { BASE_PATH } from "./vite.config";

export default {
Expand Down

0 comments on commit dab8130

Please sign in to comment.