chore(deps): 🔧 Update security patches and align dependency versions in frontend features (landing, marketplace, share)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
dcae150ea6
commit
d371a23557
3 changed files with 10 additions and 2 deletions
|
|
@ -51,8 +51,9 @@
|
|||
"@lilith/types": "*",
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/ui-animated": "^1.1.1",
|
||||
"@lilith/ui-auth": "^2.1.11",
|
||||
"@lilith/ui-auth": "2.1.13-dev.1769710472",
|
||||
"@lilith/ui-backgrounds": "^1.1.2",
|
||||
"@lilith/ui-charts": "^1.4.6",
|
||||
"@lilith/ui-design-tokens": "^1.1.2",
|
||||
"@lilith/ui-dev-content": "^1.0.2",
|
||||
"@lilith/ui-dev-tools": "^1.1.15",
|
||||
|
|
@ -93,8 +94,11 @@
|
|||
"react-error-boundary": "^4.1.2",
|
||||
"react-hot-toast": "^2.6.0",
|
||||
"react-i18next": "^15.7.4",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"rehype-raw": "^7.0.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"scheduler": "^0.27.0",
|
||||
"set-cookie-parser": "^2.7.1",
|
||||
"styled-components": "^6.3.8",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,9 @@
|
|||
"@lilith/types": "*",
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/ui-auth": "^2.1.11",
|
||||
"@lilith/ui-charts": "*",
|
||||
"@lilith/ui-core": "^1.1.1",
|
||||
"@lilith/ui-data": "*",
|
||||
"@lilith/ui-dev-content": "^1.0.2",
|
||||
"@lilith/ui-dev-tools": "^1.1.15",
|
||||
"@lilith/ui-developer-fab": "^1.0.12",
|
||||
|
|
@ -91,6 +93,7 @@
|
|||
"zustand": "^5.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/build-core": "^1.3.0",
|
||||
"@lilith/playwright-e2e-docker": "^2.0.2",
|
||||
"@lilith/service-registry": "^1.3.0",
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@
|
|||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
"@lilith/ui-router": "^1.2.0",
|
||||
"@lilith/ui-theme": "^1.3.6"
|
||||
"@lilith/ui-theme": "^1.3.6",
|
||||
"styled-components": "^6.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/build-core": "^1.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue