deps-upgrade(frontend): ⬆️ Update frontend dependencies to include latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
a5eb7638c8
commit
c31a209543
6 changed files with 7 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/auth-provider": "*",
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/text-processing-content-flagging": "^1.1.1",
|
||||
"@lilith/text-processing-utils": "1.3.9-dev.1772235970",
|
||||
"@lilith/ui-spellcheck": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/service-registry": "^1.3.0",
|
||||
"@lilith/types": "*",
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/ui-developer-fab": "^1.0.11",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-router": "^1.2.0",
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/qa-shared": "*",
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/ui-layout": "^1.1.0",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@
|
|||
"test:watch": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/qa-shared": "*"
|
||||
"@lilith/qa-shared": "*",
|
||||
"@lilith/ui-accessibility": "^1.1.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0 || ^19.0.0",
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
"dependencies": {
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
"@lilith/ui-router": "^1.2.0",
|
||||
"@lilith/ui-theme": "^1.3.6",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"e2e": "npx playwright test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/ui-layout": "^1.1.0",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue