mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 12:46:10 -05:00
Upgrade deps
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import clsx from "clsx";
|
||||
import * as React from "react";
|
||||
import type * as React from "react";
|
||||
import { AlertIcon } from "./icons/Alert";
|
||||
import { ErrorIcon } from "./icons/Error";
|
||||
import { CheckmarkIcon } from "./icons/Checkmark";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import clsx from "clsx";
|
||||
import * as React from "react";
|
||||
import type * as React from "react";
|
||||
|
||||
export function Details({
|
||||
children,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import clsx from "clsx";
|
||||
import * as React from "react";
|
||||
import type * as React from "react";
|
||||
|
||||
export function FormMessage({
|
||||
children,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import clsx from "clsx";
|
||||
import * as React from "react";
|
||||
import type * as React from "react";
|
||||
import { useUser } from "~/modules/auth";
|
||||
|
||||
export const Main = ({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import * as React from "react";
|
||||
import type * as React from "react";
|
||||
import { useIsMounted } from "~/hooks/useIsMounted";
|
||||
|
||||
export function RelativeTime({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { NavLink } from "@remix-run/react";
|
||||
import type { LinkProps } from "@remix-run/react";
|
||||
import clsx from "clsx";
|
||||
import * as React from "react";
|
||||
import type * as React from "react";
|
||||
|
||||
export function SubNav({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import clsx from "clsx";
|
||||
import * as React from "react";
|
||||
import type * as React from "react";
|
||||
|
||||
// shares styles with SubNav.tsx
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useSearchParams } from "@remix-run/react";
|
||||
import * as React from "react";
|
||||
import type * as React from "react";
|
||||
import { useTranslation } from "~/hooks/useTranslation";
|
||||
import { languages } from "~/modules/i18n";
|
||||
import { LinkButton } from "../Button";
|
||||
|
||||
6019
package-lock.json
generated
6019
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
44
package.json
44
package.json
@@ -33,14 +33,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "^7.6.0",
|
||||
"@headlessui/react": "^1.7.7",
|
||||
"@headlessui/react": "^1.7.10",
|
||||
"@popperjs/core": "^2.11.6",
|
||||
"@remix-run/node": "^1.11.1",
|
||||
"@remix-run/react": "^1.11.1",
|
||||
"@remix-run/serve": "^1.11.1",
|
||||
"@tldraw/tldraw": "^1.27.0",
|
||||
"aws-sdk": "^2.1299.0",
|
||||
"better-sqlite3": "^8.0.1",
|
||||
"@remix-run/node": "^1.12.0",
|
||||
"@remix-run/react": "^1.12.0",
|
||||
"@remix-run/serve": "^1.12.0",
|
||||
"@tldraw/tldraw": "^1.28.0",
|
||||
"aws-sdk": "^2.1315.0",
|
||||
"better-sqlite3": "^8.1.0",
|
||||
"clsx": "^1.2.1",
|
||||
"compressorjs": "^1.1.1",
|
||||
"countries-list": "^2.6.1",
|
||||
@@ -51,12 +51,12 @@
|
||||
"i18next-browser-languagedetector": "^6.1.5",
|
||||
"i18next-fs-backend": "^1.1.5",
|
||||
"i18next-http-backend": "^1.4.4",
|
||||
"isbot": "^3.6.5",
|
||||
"isbot": "^3.6.6",
|
||||
"just-capitalize": "^3.2.0",
|
||||
"just-clone": "^6.2.0",
|
||||
"just-random-integer": "^4.2.0",
|
||||
"just-shuffle": "^4.2.0",
|
||||
"markdown-to-jsx": "^7.1.8",
|
||||
"markdown-to-jsx": "^7.1.9",
|
||||
"nanoid": "~3.3.4",
|
||||
"node-cron": "3.0.2",
|
||||
"react": "^18.2.0",
|
||||
@@ -66,32 +66,32 @@
|
||||
"react-popper": "^2.3.0",
|
||||
"react-use": "^17.4.0",
|
||||
"remix-auth": "^3.4.0",
|
||||
"remix-auth-oauth2": "^1.5.0",
|
||||
"remix-auth-oauth2": "^1.6.0",
|
||||
"remix-i18next": "^4.1.1",
|
||||
"slugify": "^1.6.5",
|
||||
"swr": "^2.0.1",
|
||||
"swr": "^2.0.3",
|
||||
"tiny-invariant": "^1.3.1",
|
||||
"zod": "^3.20.2"
|
||||
"zod": "^3.20.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.29.2",
|
||||
"@remix-run/dev": "^1.11.1",
|
||||
"@remix-run/eslint-config": "^1.11.1",
|
||||
"@playwright/test": "^1.30.0",
|
||||
"@remix-run/dev": "^1.12.0",
|
||||
"@remix-run/eslint-config": "^1.12.0",
|
||||
"@types/better-sqlite3": "^7.6.3",
|
||||
"@types/i18next-fs-backend": "^1.1.2",
|
||||
"@types/node-cron": "^3.0.7",
|
||||
"@types/prettier": "^2.7.2",
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"@typescript-eslint/parser": "^5.48.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
||||
"@typescript-eslint/parser": "^5.52.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"dotenv": "^16.0.3",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-react": "^7.32.1",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"ley": "^0.8.1",
|
||||
"prettier": "2.8.3",
|
||||
"prettier": "2.8.4",
|
||||
"stylelint": "^14.16.1",
|
||||
"stylelint-config-idiomatic-order": "^9.0.0",
|
||||
"stylelint-config-prettier": "^9.0.4",
|
||||
@@ -100,7 +100,7 @@
|
||||
"ts-node": "^10.9.1",
|
||||
"tsconfig-paths": "^4.1.2",
|
||||
"tsm": "^2.3.0",
|
||||
"typescript": "^4.9.4",
|
||||
"typescript": "^4.9.5",
|
||||
"uvu": "^0.5.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user