mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-28 14:18:04 -05:00
Upgrade deps
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import { type LoaderFunctionArgs, json } from "@remix-run/node";
|
||||
import { jsonArrayFrom } from "kysely/helpers/sqlite";
|
||||
import { cors } from "remix-utils/cors";
|
||||
import { z } from "zod";
|
||||
import { db } from "~/db/sql";
|
||||
import { i18next } from "~/modules/i18n/i18next.server";
|
||||
import { safeNumberParse } from "~/utils/number";
|
||||
import { notFoundIfFalsy, parseParams } from "~/utils/remix";
|
||||
import type { GetUserResponse } from "../schema";
|
||||
import { cors } from "remix-utils/cors";
|
||||
import {
|
||||
handleOptionsRequest,
|
||||
requireBearerAuth,
|
||||
} from "../api-public-utils.server";
|
||||
import type { GetUserResponse } from "../schema";
|
||||
|
||||
const paramsSchema = z.object({
|
||||
identifier: z.string(),
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"ignore": [
|
||||
"./scripts/dicts/**/*",
|
||||
"./scripts/output/**/*",
|
||||
"./app/db/seed/placements.json"
|
||||
"./app/db/seed/placements.json",
|
||||
"./build/**/*"
|
||||
]
|
||||
},
|
||||
"linter": {
|
||||
|
||||
1968
package-lock.json
generated
1968
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@@ -28,8 +28,8 @@
|
||||
"db:prod": "sqlite3 --column --header db-prod.sqlite3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.606.0",
|
||||
"@aws-sdk/lib-storage": "^3.606.0",
|
||||
"@aws-sdk/client-s3": "^3.609.0",
|
||||
"@aws-sdk/lib-storage": "^3.609.0",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
@@ -37,12 +37,12 @@
|
||||
"@faker-js/faker": "^8.4.1",
|
||||
"@headlessui/react": "^1.7.19",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@remix-run/node": "^2.10.0",
|
||||
"@remix-run/react": "^2.10.0",
|
||||
"@remix-run/serve": "^2.10.0",
|
||||
"@remix-run/node": "^2.10.2",
|
||||
"@remix-run/react": "^2.10.2",
|
||||
"@remix-run/serve": "^2.10.2",
|
||||
"@tldraw/tldraw": "^2.3.0",
|
||||
"aws-sdk": "^2.1651.0",
|
||||
"better-sqlite3": "^11.1.1",
|
||||
"aws-sdk": "^2.1655.0",
|
||||
"better-sqlite3": "^11.1.2",
|
||||
"clsx": "^2.1.1",
|
||||
"compressorjs": "^1.2.1",
|
||||
"countries-list": "^3.1.0",
|
||||
@@ -58,10 +58,10 @@
|
||||
"just-clone": "^6.2.0",
|
||||
"just-random-integer": "^4.2.0",
|
||||
"just-shuffle": "^4.2.0",
|
||||
"kysely": "^0.27.3",
|
||||
"lru-cache": "10.3.0",
|
||||
"kysely": "^0.27.4",
|
||||
"lru-cache": "^10.3.1",
|
||||
"markdown-to-jsx": "^7.4.7",
|
||||
"nanoid": "~5.0.7",
|
||||
"nanoid": "^5.0.7",
|
||||
"newrelic": "^11.22.0",
|
||||
"node-cron": "3.0.3",
|
||||
"nprogress": "^0.2.0",
|
||||
@@ -69,7 +69,7 @@
|
||||
"react": "^18.3.1",
|
||||
"react-charts": "^3.0.0-beta.57",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-flip-toolkit": "^7.1.0",
|
||||
"react-flip-toolkit": "7.1.0",
|
||||
"react-i18next": "^14.1.2",
|
||||
"react-popper": "^2.3.0",
|
||||
"react-responsive-masonry": "^2.2.1",
|
||||
@@ -86,9 +86,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.8.3",
|
||||
"@playwright/test": "^1.45.0",
|
||||
"@remix-run/dev": "^2.10.0",
|
||||
"@types/better-sqlite3": "7.6.10",
|
||||
"@playwright/test": "^1.45.1",
|
||||
"@remix-run/dev": "^2.10.2",
|
||||
"@types/better-sqlite3": "7.6.11",
|
||||
"@types/i18next-fs-backend": "^1.1.5",
|
||||
"@types/newrelic": "^9.14.4",
|
||||
"@types/node-cron": "^3.0.11",
|
||||
@@ -104,9 +104,9 @@
|
||||
"prettier": "3.3.2",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
"tsm": "^2.3.0",
|
||||
"typescript": "^5.5.2",
|
||||
"typescript": "^5.5.3",
|
||||
"uvu": "^0.5.6",
|
||||
"vite": "^5.3.2",
|
||||
"vite": "^5.3.3",
|
||||
"vite-tsconfig-paths": "^4.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user