chore(deps): 🔧 Update 15 dependency files to latest versions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-20 23:42:02 -08:00
parent 3eee8b3ff3
commit 0878aff821
12 changed files with 1587 additions and 58 deletions

View file

@ -0,0 +1,32 @@
{
"name": "@lilith/landing-admin",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"dev": "vite",
"build": "tsup",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/cms-admin": "*",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}

View file

@ -0,0 +1,3 @@
export { LandingContentPage } from './pages/LandingContentPage';
export { LandingContentEditor } from './pages/LandingContentEditor';
export { LandingContentCalendar } from './pages/LandingContentCalendar';

View file

@ -0,0 +1,5 @@
import { ContentCalendarPage } from '@lilith/cms-admin';
export const LandingContentCalendar = () => (
<ContentCalendarPage featureScope="landing" />
);

View file

@ -0,0 +1,5 @@
import { ContentEditorPage } from '@lilith/cms-admin';
export const LandingContentEditor = () => (
<ContentEditorPage featureScope="landing" />
);

View file

@ -0,0 +1,5 @@
import { ContentDraftsPage } from '@lilith/cms-admin';
export const LandingContentPage = () => (
<ContentDraftsPage featureScope="landing" />
);

View file

@ -0,0 +1,14 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"incremental": false,
"declaration": false,
"declarationMap": false,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}

View file

@ -0,0 +1,5 @@
import { createLibraryConfig } from '@lilith/lix-configs/tsup/library';
export default createLibraryConfig({
injectStyle: true,
});

View file

@ -1,6 +1,3 @@
import {
parse
} from "./chunk-JP2PIA6Z.js";
import {
DeferredPromise,
Emitter,
@ -25,7 +22,10 @@ import {
statuses_default,
stringToHeaders,
toPublicUrl
} from "./chunk-JE45ARFW.js";
} from "./chunk-4DKGDLYG.js";
import {
parse
} from "./chunk-JP2PIA6Z.js";
import {
__privateAdd,
__privateGet

View file

@ -11,7 +11,7 @@ import {
isObject,
onUnhandledRequest,
resolveWebSocketUrl
} from "./chunk-JE45ARFW.js";
} from "./chunk-4DKGDLYG.js";
import {
__privateAdd,
__privateGet

View file

@ -1,6 +1,6 @@
import {
require_react
} from "./chunk-3XEVGZRL.js";
} from "./chunk-7Y3UKPDW.js";
import {
__commonJS,
__toESM

View file

@ -1,3 +1,15 @@
import {
esm_default,
find,
hastToReact,
html,
pointEnd,
pointStart,
position,
stringify,
stringify2,
svg
} from "./chunk-VAG6ZZP5.js";
import {
attention,
autolink,
@ -39,18 +51,6 @@ import {
types,
values
} from "./chunk-44WYWJ4C.js";
import {
esm_default,
find,
hastToReact,
html,
pointEnd,
pointStart,
position,
stringify,
stringify2,
svg
} from "./chunk-VAG6ZZP5.js";
import {
ok,
unreachable,
@ -58,10 +58,10 @@ import {
} from "./chunk-TC4SPHIM.js";
import {
require_jsx_runtime
} from "./chunk-RVXZYBV6.js";
} from "./chunk-SF3ICQTZ.js";
import {
require_react
} from "./chunk-3XEVGZRL.js";
} from "./chunk-7Y3UKPDW.js";
import {
__commonJS,
__export,