deps-upgrade(web-app): ⬆️ Update JavaScript/TypeScript dependencies in web app to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
ef7aa2bc65
commit
15df6a67c1
3 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "claire"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "Project manager for the Claude agent fleet — sits on top of rclaude."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"dependencies": {
|
||||
"@lilith/react-terminal-themes": "^1.0.0",
|
||||
"@lilith/react-terminal-ui": "^1.0.0",
|
||||
"@lilith/ui-charts": "^1.7.5",
|
||||
"@lilith/ui-charts": "^1.7.8",
|
||||
"@lilith/ui-messaging": "^1.2.3",
|
||||
"@tanstack/react-query": "^5.90.16",
|
||||
"react": "^19.2.0",
|
||||
|
|
|
|||
10
src/claire/web/app/pnpm-lock.yaml
generated
10
src/claire/web/app/pnpm-lock.yaml
generated
|
|
@ -15,8 +15,8 @@ importers:
|
|||
specifier: ^1.0.0
|
||||
version: 1.0.0(css-to-react-native@3.2.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
||||
'@lilith/ui-charts':
|
||||
specifier: ^1.7.5
|
||||
version: 1.7.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(styled-components@6.4.1(css-to-react-native@3.2.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6))
|
||||
specifier: ^1.7.8
|
||||
version: 1.7.8(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(styled-components@6.4.1(css-to-react-native@3.2.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6))
|
||||
'@lilith/ui-messaging':
|
||||
specifier: ^1.2.3
|
||||
version: 1.2.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(styled-components@6.4.1(css-to-react-native@3.2.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6))
|
||||
|
|
@ -355,8 +355,8 @@ packages:
|
|||
resolution: {integrity: sha512-hgGMApDf04hz4Cyptvlu4+Jtek8oyCj6raJrFD6fBJcWPTSVe0ae3hHAgm8zlbJuz6yCuXr/ZFEKzXRos4el7w==}
|
||||
hasBin: true
|
||||
|
||||
'@lilith/ui-charts@1.7.5':
|
||||
resolution: {integrity: sha512-eRdBmdNshvcAZFujminlSGPK+O6LkLmLcSqLgMdXyc8K/PAseRnHGRLXZu3GTQQ5CRyDPO3E2gIMNNZJNpArxw==}
|
||||
'@lilith/ui-charts@1.7.8':
|
||||
resolution: {integrity: sha512-o0LETiHJifFL9YDor043f8mhdUrJgFXaRWett9QiAkXpy44R1+XyVdaZprVBjf6s0yzO46vQCzK4NBV+QuWzBw==}
|
||||
peerDependencies:
|
||||
react: ^18.0.0 || ^19.0.0
|
||||
react-dom: ^18.0.0 || ^19.0.0
|
||||
|
|
@ -1139,7 +1139,7 @@ snapshots:
|
|||
'@lilith/spellchecker-wasm': 1.0.4
|
||||
'@lilith/text-processing-algorithms': 1.1.2
|
||||
|
||||
'@lilith/ui-charts@1.7.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(styled-components@6.4.1(css-to-react-native@3.2.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6))':
|
||||
'@lilith/ui-charts@1.7.8(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(styled-components@6.4.1(css-to-react-native@3.2.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6))':
|
||||
dependencies:
|
||||
'@lilith/chart-math': 1.0.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(styled-components@6.4.1(css-to-react-native@3.2.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6))
|
||||
'@lilith/ui-primitives': 1.2.19(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(styled-components@6.4.1(css-to-react-native@3.2.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue