chore(deps): 🔧 Update dependency versions in package.json and package-lock.json

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-22 08:34:43 -08:00
parent 9cdd73e25c
commit 251000c1e5
2 changed files with 12 additions and 1 deletions

View file

@ -3,9 +3,17 @@
"private": true,
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "lixbuild",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"preview": "vite preview"
@ -27,7 +35,9 @@
"react-router-dom": "^7.12.0"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.1",
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
"tsup": "^8.5.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",

View file

@ -30,6 +30,7 @@
"@lilith/landing-admin": "*",
"@lilith/marketplace-admin": "*",
"@lilith/email-admin": "*",
"@lilith/feature-flags-admin": "*",
"@lilith/i18n-admin": "*",
"@lilith/imajin-app": "^0.1.0",
"@lilith/queue": "^1.3.7",