Upgrade deps

This commit is contained in:
Kalle
2025-02-04 11:40:29 +02:00
parent 8f156fb917
commit 1b73074fe6
3 changed files with 1154 additions and 1132 deletions

2232
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,31 +24,31 @@
"checks": "npm run biome:fix && npm run test:unit && npm run check-translation-jsons && npm run typecheck"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/lib-storage": "^3.717.0",
"@aws-sdk/client-s3": "^3.741.0",
"@aws-sdk/lib-storage": "^3.741.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@epic-web/cachified": "^5.2.0",
"@faker-js/faker": "^9.3.0",
"@faker-js/faker": "^9.4.0",
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^3.9.1",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"@tldraw/tldraw": "^3.6.1",
"@hookform/resolvers": "^3.10.0",
"@remix-run/node": "^2.15.3",
"@remix-run/react": "^2.15.3",
"@remix-run/serve": "^2.15.3",
"@tldraw/tldraw": "^3.7.2",
"aws-sdk": "^2.1692.0",
"better-sqlite3": "^11.7.0",
"better-sqlite3": "^11.8.1",
"clsx": "^2.1.1",
"compressorjs": "^1.2.1",
"countries-list": "^3.1.1",
"date-fns": "^4.1.0",
"fuse.js": "^7.0.0",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"isbot": "^5.1.18",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.2",
"isbot": "^5.1.22",
"just-camel-case": "^6.2.0",
"just-capitalize": "^3.2.0",
"just-clone": "^6.2.0",
@@ -57,7 +57,7 @@
"just-shuffle": "^4.2.0",
"kysely": "^0.27.5",
"lru-cache": "^11.0.2",
"markdown-to-jsx": "^7.7.2",
"markdown-to-jsx": "^7.7.3",
"nanoid": "^5.0.9",
"node-cron": "3.0.3",
"nprogress": "^0.2.0",
@@ -66,10 +66,10 @@
"react-aria-components": "^1.6.0",
"react-charts": "^3.0.0-beta.57",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-error-boundary": "^5.0.0",
"react-flip-toolkit": "7.2.4",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"react-i18next": "^15.4.0",
"react-responsive-masonry": "2.2.0",
"react-use": "^17.6.0",
"react-use-draggable-scroll": "^0.4.7",
@@ -77,16 +77,16 @@
"remix-auth": "^4.1.0",
"remix-auth-oauth2": "^3.2.2",
"remix-i18next": "^6.4.1",
"remix-utils": "^7.7.0",
"remix-utils": "^8.1.0",
"slugify": "^1.6.6",
"swr": "^2.2.5",
"swr": "^2.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "^1.49.1",
"@remix-run/dev": "^2.15.2",
"@remix-run/route-config": "^2.15.2",
"@playwright/test": "^1.50.1",
"@remix-run/dev": "^2.15.3",
"@remix-run/route-config": "^2.15.3",
"@types/better-sqlite3": "^7.6.12",
"@types/node-cron": "^3.0.11",
"@types/nprogress": "^0.2.3",
@@ -95,11 +95,11 @@
"@types/react-responsive-masonry": "^2.1.3",
"cross-env": "^7.0.3",
"ley": "^0.8.1",
"sql-formatter": "^15.4.7",
"sql-formatter": "^15.4.10",
"tsm": "^2.3.0",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
"vitest": "^3.0.5"
}
}

View File

@@ -26,6 +26,10 @@ export default defineConfig(() => {
],
test: {
exclude: [...configDefaults.exclude, "e2e/**"],
fakeTimers: {
// todo: why is the any needed here, can it be removed after Vite 6?
toFake: ["Date", "setTimeout", "clearTimeout"] as any,
},
},
build: {
// this is mostly done so that i18n jsons as defined in ./app/modules/i18n/loader.ts