deps-upgrade(deps): ⬆️ Update all dependencies across root and feature packages for security, performance, and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
e4a1c7c54f
commit
40dfa35f84
3 changed files with 16 additions and 10 deletions
|
|
@ -5,7 +5,8 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun run src/server.ts",
|
||||
"dev": "bun --watch run src/server.ts"
|
||||
"dev": "bun --watch run src/server.ts",
|
||||
"ensure:adversary": "bun run src/cli/ensure-adversary-views.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
|
|
|
|||
|
|
@ -10,19 +10,23 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/messenger-ui": "1.0.0",
|
||||
"@lilith/ui-feedback": "1.3.13",
|
||||
"@lilith/ui-layout": "1.1.6",
|
||||
"@lilith/ui-messaging": "1.1.5",
|
||||
"@lilith/ui-primitives": "1.2.16",
|
||||
"@lilith/ui-router": "^1.3.2",
|
||||
"@lilith/text-processing-content-flagging": "^1.2.2",
|
||||
"@lilith/ui-feedback": "1.4.3",
|
||||
"@lilith/ui-imessage": "1.0.2",
|
||||
"@lilith/ui-layout": "1.3.2",
|
||||
"@lilith/ui-messaging": "1.2.3",
|
||||
"@lilith/ui-primitives": "1.2.19",
|
||||
"@lilith/ui-realtime": "1.1.7",
|
||||
"@lilith/ui-router": "1.3.2",
|
||||
"@lilith/ui-spellcheck": "1.0.1",
|
||||
"@lilith/ui-styled-components": "6.3.9",
|
||||
"@lilith/ui-theme": "1.4.0",
|
||||
"@lilith/ui-tables": "1.0.1",
|
||||
"@lilith/ui-theme": "1.5.2",
|
||||
"@lilith/ui-zname": "1.2.4",
|
||||
"@tanstack/react-query": "^5.0.0",
|
||||
"lucide-react": "^0.553.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"styled-components": "^6.1.0"
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.0.0",
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
"@lilith/ui-icons": "^1.2.2",
|
||||
"@lilith/ui-feedback": "^1.4.1",
|
||||
"@lilith/ui-primitives": "^1.2.16",
|
||||
"@lilith/ui-glassmorphism": "1.1.7",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"unicorn-magic": "^0.4.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue