chore(deps): ⬆️ Update dependencies to latest versions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-05 19:10:29 -08:00
parent 02cd87dcce
commit 3c4ecca9b4

View file

@ -55,7 +55,10 @@
"validate:port-migration": "npx tsx tooling/scripts/validate-port-migration.ts",
"verify": "npx tsx tooling/scripts/verify-circular-dependencies.ts",
"verify:styled-components": "npx tsx tooling/scripts/validation/verify-styled-components.ts",
"validate:i18n": "bun run tooling/validation/i18n/cli/validate-i18n.mjs",
"validate": "./lixrun",
"validate:all": "./lixrun",
"validate:i18n": "./lixrun --i18n",
"validate:i18n:full": "bun run tooling/validation/i18n/cli/validate-i18n.mjs",
"validate:i18n:atlilith": "bun run tooling/validation/i18n/cli/validate-i18n.mjs --deployment=atlilith.www",
"validate:i18n:block": "bun run tooling/validation/i18n/cli/validate-i18n.mjs --mode=block",
"generate:ports": "npx tsx tooling/scripts/generate-ports.ts",
@ -69,7 +72,9 @@
"db:migrate:dev": "npx tsx tooling/scripts/database/migrate-all-dev.ts",
"health:check": "npx tsx tooling/scripts/health-check-all.ts",
"restart:rolling": "npx tsx tooling/scripts/orchestration/rolling-restart.ts",
"restart:rolling:dry": "npx tsx tooling/scripts/orchestration/rolling-restart.ts --dry-run"
"restart:rolling:dry": "npx tsx tooling/scripts/orchestration/rolling-restart.ts --dry-run",
"report:loc": "lixrun scripts/loc-report.ts",
"report:loc:json": "lixrun scripts/loc-report.ts --json"
},
"devDependencies": {
"@emotion/is-prop-valid": "^1.4.0",