Upgrade deps
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle 2024-12-21 10:15:29 +02:00
parent 1c7f65a880
commit 2b984f0169
2 changed files with 1183 additions and 1113 deletions

2250
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,22 +24,22 @@
"checks": "npm run biome:fix && npm run test:unit && npm run check-translation-jsons && npm run typecheck"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.701.0",
"@aws-sdk/lib-storage": "^3.701.0",
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^9.0.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/lib-storage": "^3.717.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.2.0",
"@faker-js/faker": "^9.3.0",
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^3.9.1",
"@popperjs/core": "^2.11.8",
"@remix-run/node": "^2.15.0",
"@remix-run/react": "^2.15.0",
"@remix-run/serve": "^2.15.0",
"@tldraw/tldraw": "^3.5.1",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"@tldraw/tldraw": "^3.6.1",
"aws-sdk": "^2.1692.0",
"better-sqlite3": "^11.6.0",
"better-sqlite3": "^11.7.0",
"clsx": "^2.1.1",
"compressorjs": "^1.2.1",
"countries-list": "^3.1.1",
@ -49,16 +49,16 @@
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"isbot": "^5.1.17",
"isbot": "^5.1.18",
"just-camel-case": "^6.2.0",
"just-capitalize": "^3.2.0",
"just-clone": "^6.2.0",
"just-compare": "^2.3.0",
"just-random-integer": "^4.2.0",
"just-shuffle": "^4.2.0",
"kysely": "^0.27.4",
"kysely": "^0.27.5",
"lru-cache": "^11.0.2",
"markdown-to-jsx": "^7.7.0",
"markdown-to-jsx": "^7.7.2",
"nanoid": "^5.0.9",
"node-cron": "3.0.3",
"nprogress": "^0.2.0",
@ -68,11 +68,11 @@
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-flip-toolkit": "7.2.4",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"react-popper": "^2.3.0",
"react-responsive-masonry": "2.2.0",
"react-use": "^17.5.1",
"react-use": "^17.6.0",
"react-use-draggable-scroll": "^0.4.7",
"reconnecting-websocket": "^4.4.0",
"remix-auth": "^3.7.0",
@ -81,13 +81,13 @@
"remix-utils": "^7.7.0",
"slugify": "^1.6.6",
"swr": "^2.2.5",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "^1.49.0",
"@remix-run/dev": "^2.15.0",
"@remix-run/route-config": "^2.15.0",
"@playwright/test": "^1.49.1",
"@remix-run/dev": "^2.15.2",
"@remix-run/route-config": "^2.15.2",
"@types/better-sqlite3": "^7.6.12",
"@types/node-cron": "^3.0.11",
"@types/nprogress": "^0.2.3",
@ -96,11 +96,11 @@
"@types/react-responsive-masonry": "^2.1.3",
"cross-env": "^7.0.3",
"ley": "^0.8.1",
"sql-formatter": "^15.4.6",
"sql-formatter": "^15.4.7",
"tsm": "^2.3.0",
"typescript": "^5.7.2",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.6"
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
}
}