Upgrade deps

This commit is contained in:
Kalle
2023-02-15 00:22:31 +02:00
parent c6361adec7
commit 5b9a0ec5f2
10 changed files with 1840 additions and 4239 deletions

View File

@@ -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";

View File

@@ -1,5 +1,5 @@
import clsx from "clsx";
import * as React from "react";
import type * as React from "react";
export function Details({
children,

View File

@@ -1,5 +1,5 @@
import clsx from "clsx";
import * as React from "react";
import type * as React from "react";
export function FormMessage({
children,

View File

@@ -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 = ({

View File

@@ -1,4 +1,4 @@
import * as React from "react";
import type * as React from "react";
import { useIsMounted } from "~/hooks/useIsMounted";
export function RelativeTime({

View File

@@ -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 (

View File

@@ -1,5 +1,5 @@
import clsx from "clsx";
import * as React from "react";
import type * as React from "react";
// shares styles with SubNav.tsx

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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"
}
}