deps-upgrade(web): ⬆️ Update web dependencies to latest versions in root and @applications/web packages

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-09 23:13:33 -07:00
parent d365b0cf99
commit d567559e1e
3 changed files with 47 additions and 15 deletions

View file

@ -12,14 +12,17 @@
"preview": "vite preview --port 5850"
},
"dependencies": {
"@lilith/admin-shell": "^1.0.3-dev.2",
"@lilith/companion-client": "workspace:*",
"@lilith/ui-feedback": "^1.4.3",
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-primitives": "^1.2.19",
"@lilith/ui-router": "^1.3.2",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-theme": "^1.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "^7.13.1"
},
"devDependencies": {
"@lilith/vite-plugin-pnpm-resolve": "^1.1.0",

View file

@ -11,7 +11,10 @@
"lint": "pnpm -r lint"
},
"pnpm": {
"ignoredBuiltDependencies": ["unrs-resolver"]
"ignoredBuiltDependencies": ["unrs-resolver"],
"overrides": {
"cookie": "1.0.2"
}
},
"devDependencies": {
"@lilith/configs": "^2.4.1",

52
pnpm-lock.yaml generated
View file

@ -4,6 +4,9 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
overrides:
cookie: 1.0.2
importers:
.:
@ -129,6 +132,9 @@ importers:
'@applications/web':
dependencies:
'@lilith/admin-shell':
specifier: ^1.0.3-dev.2
version: 1.0.3-dev.2(react-dom@18.3.1(react@18.3.1))(react-router-dom@7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-router@7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(styled-components@6.3.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
'@lilith/companion-client':
specifier: workspace:*
version: link:../../@packages/companion-client
@ -138,6 +144,9 @@ importers:
'@lilith/ui-motion':
specifier: ^2.2.0
version: 2.2.0(framer-motion@11.18.2(@emotion/is-prop-valid@1.4.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@lilith/ui-primitives':
specifier: ^1.2.19
version: 1.2.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.3.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
'@lilith/ui-router':
specifier: ^1.3.2
version: 1.3.2(react-dom@18.3.1(react@18.3.1))(react-router-dom@7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-router@7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
@ -153,6 +162,9 @@ importers:
react-dom:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
react-router-dom:
specifier: ^7.13.1
version: 7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
devDependencies:
'@lilith/vite-plugin-pnpm-resolve':
specifier: ^1.1.0
@ -1326,6 +1338,14 @@ packages:
'@keyv/serialize@1.1.1':
resolution: {integrity: sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==}
'@lilith/admin-shell@1.0.3-dev.2':
resolution: {integrity: sha512-fb1MPHqY6eqi98X0/NJNW1NrXWflPIDuOuXY8Hgg4bykK4RBOYqRLz8dhPCRvqB9gO6mBmYN6hEle2fcIqfHhg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fadmin-shell/-/1.0.3-dev.2/admin-shell-1.0.3-dev.2.tgz}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
react-router-dom: ^6.0.0 || ^7.0.0
styled-components: ^6.0.0
'@lilith/chart-math@1.0.1':
resolution: {integrity: sha512-bxw27DfDmxPP4euqCrOkNiLKrsVIs1uzNxlXIyOBzTkCVo+CG2FZvu35HccanzeapTPFOmoazzpfhuEnREScYA==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fchart-math/-/1.0.1/chart-math-1.0.1.tgz}
peerDependencies:
@ -3123,12 +3143,8 @@ packages:
cookie-signature@1.0.7:
resolution: {integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==}
cookie@0.7.2:
resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
engines: {node: '>= 0.6'}
cookie@1.1.1:
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
cookie@1.0.2:
resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
engines: {node: '>=18'}
core-js-compat@3.49.0:
@ -6917,6 +6933,18 @@ snapshots:
'@keyv/serialize@1.1.1':
optional: true
'@lilith/admin-shell@1.0.3-dev.2(react-dom@18.3.1(react@18.3.1))(react-router-dom@7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-router@7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(styled-components@6.3.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1))':
dependencies:
'@lilith/ui-router': 1.3.2(react-dom@18.3.1(react@18.3.1))(react-router-dom@7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-router@7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
'@lilith/ui-styled-components': 6.3.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@lilith/ui-theme': 1.5.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.3.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
react-router-dom: 7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
styled-components: 6.3.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
transitivePeerDependencies:
- react-router
'@lilith/chart-math@1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.3.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1))':
dependencies:
react: 18.3.1
@ -8881,16 +8909,14 @@ snapshots:
cookie-parser@1.4.7:
dependencies:
cookie: 0.7.2
cookie: 1.0.2
cookie-signature: 1.0.6
cookie-signature@1.0.6: {}
cookie-signature@1.0.7: {}
cookie@0.7.2: {}
cookie@1.1.1: {}
cookie@1.0.2: {}
core-js-compat@3.49.0:
dependencies:
@ -9070,7 +9096,7 @@ snapshots:
'@types/ws': 8.18.1
accepts: 1.3.8
base64id: 2.0.0
cookie: 0.7.2
cookie: 1.0.2
cors: 2.8.5
debug: 4.4.3
engine.io-parser: 5.2.3
@ -9471,7 +9497,7 @@ snapshots:
body-parser: 1.20.4
content-disposition: 0.5.4
content-type: 1.0.5
cookie: 0.7.2
cookie: 1.0.2
cookie-signature: 1.0.7
debug: 2.6.9
depd: 2.0.0
@ -10680,7 +10706,7 @@ snapshots:
react-router@7.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
cookie: 1.1.1
cookie: 1.0.2
react: 18.3.1
set-cookie-parser: 2.7.2
optionalDependencies: