deps-upgrade(frontend-components): ⬆️ Update dependencies in root and feature packages to latest stable versions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-12 10:46:50 -07:00
parent 8e64202355
commit d2586da643
4 changed files with 8 additions and 8 deletions

View file

@ -18,14 +18,12 @@
"dependencies": {
"@lilith/age-verification": "*",
"@lilith/service-registry": "^1.3.0",
"react-i18next": "^15.7.4",
"@lilith/ui-icons": "^1.1.10"
},
"peerDependencies": {
"@lilith/ui-motion": "^2.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^14.0.0 || ^15.0.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.0",

View file

@ -6,7 +6,7 @@
"description": "Pre-launch landing page for atlilith.com",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me"
"email": "quinn@ftw.codes"
},
"scripts": {
"dev": "vite",

View file

@ -6,11 +6,14 @@
"description": "Personal portfolio website for providers — pilot feature for lilith-platform",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me"
"email": "quinn@ftw.codes"
},
"scripts": {
"dev": "vite",
"build": "NODE_ENV=production vite build",
"build:analyze": "NODE_ENV=production ANALYZE=true vite build",
"analyze": "node tooling/analyze-bundle.js",
"audit": "bash tooling/audit-perf.sh",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test": "vitest run",
@ -36,11 +39,9 @@
"@lilith/ui-effects-sound": "^1.2.0",
"@lilith/ui-zname": "^1.2.3",
"framer-motion": "^11.0.0",
"i18next": "^23.0.0",
"lucide-react": "^0.460.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^15.0.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0",
"react-simple-maps": "^3.0.0",
@ -54,6 +55,7 @@
"@types/react-simple-maps": "^3.0.6",
"@vitejs/plugin-react": "^4.7.0",
"happy-dom": "^20.0.0",
"rollup-plugin-visualizer": "^7.0.1",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^3.1.1"

View file

@ -6,7 +6,7 @@
"description": "Lilith Platform - Live deployment (atlilith.com)",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me"
"email": "quinn@ftw.codes"
},
"scripts": {
"build": "echo 'Use ./run build from root'",