- Pinned some packages to specific versions to avoid potential security vulnerabilities through transitive dependencies. (through running pnpm audit)

- Updated dependencies and lockfile.
- Synced translation catalogs from Crowdin.
This commit is contained in:
Amruth Pillai
2026-04-22 15:15:10 +02:00
parent 7df9b1e4b5
commit c6e8df0a00
60 changed files with 2158 additions and 5254 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/server.ts", "src/router.tsx"],
"entry": ["src/server.ts", "src/router.tsx", "lingui.config.ts"],
"tailwind": { "entry": ["src/styles.css"] },
"project": ["src/**/*.{js,jsx,ts,tsx,mdx,css}"],
"project": ["src/**/*.{js,jsx,ts,tsx,css}"],
"ignoreBinaries": ["mint"],
"ignoreDependencies": ["npm-check-updates", "node-addon-api", "node-gyp"],
"ignore": ["src/schema/**/*.ts", "src/components/ui/**/*.{ts,tsx}"]