Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19 (major) (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MikuroXina <[email protected]>
  • Loading branch information
renovate[bot] and MikuroXina authored Jan 26, 2025
1 parent 2657410 commit 0a29b18
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/routes/dashboard.add-github.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { type ActionFunctionArgs, redirect } from "@remix-run/cloudflare";
import type { JSX } from "react";

import {
getAuthenticator,
Expand Down
1 change: 1 addition & 0 deletions app/routes/dashboard.add-twitter.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { type ActionFunctionArgs, redirect } from "@remix-run/cloudflare";
import type { JSX } from "react";

import {
getAuthenticator,
Expand Down
1 change: 1 addition & 0 deletions app/routes/dashboard.redirect-github.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { type LoaderFunctionArgs, redirect } from "@remix-run/cloudflare";
import type { JSX } from "react";

import { getAssociationLinks } from "../.server/store/association";
import {
Expand Down
1 change: 1 addition & 0 deletions app/routes/dashboard.redirect-twitter.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { type LoaderFunctionArgs, redirect } from "@remix-run/cloudflare";
import type { JSX } from "react";

import { getAssociationLinks } from "../.server/store/association";
import {
Expand Down
1 change: 1 addition & 0 deletions app/routes/dashboard.remove.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { type ActionFunctionArgs, redirect } from "@remix-run/cloudflare";
import type { JSX } from "react";

import { getAssociationLinks } from "../.server/store/association";
import { getAuthenticator } from "../.server/store/auth";
Expand Down
1 change: 1 addition & 0 deletions app/routes/dashboard.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { LoaderFunctionArgs } from "@remix-run/cloudflare";
import { Form, redirect, useLoaderData } from "@remix-run/react";
import type { JSX } from "react";
import { FaGithub, FaTwitter } from "react-icons/fa";
import { MdDelete, MdOpenInNew } from "react-icons/md";

Expand Down
1 change: 1 addition & 0 deletions app/routes/logout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { LoaderFunctionArgs } from "@remix-run/cloudflare";
import type { JSX } from "react";

import { getAuthenticator } from "../.server/store/auth";

Expand Down
1 change: 1 addition & 0 deletions app/routes/redirect.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { LoaderFunctionArgs } from "@remix-run/cloudflare";
import type { JSX } from "react";

import { getAuthenticator } from "../.server/store/auth";

Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.0.0",
"openid-client": "^6.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"remix-auth": "^3.7.0",
"remix-auth-github": "^2.0.0",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@remix-run/dev": "^2.11.2",
"@tailwindcss/postcss": "^4.0.0",
"@types/react": "^18.3.4",
"@types/react": "^19.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-config-prettier": "^10.0.0",
Expand Down

0 comments on commit 0a29b18

Please sign in to comment.