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:
parent
9cdd73e25c
commit
251000c1e5
2 changed files with 12 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue