deps-upgrade(features): ⬆️ Update frontend-components and frontend-widget dependencies to newer versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
a82f763e46
commit
285ed32efe
2 changed files with 9 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
|||
"@lilith/bot-defense": "*",
|
||||
"@lilith/service-registry": "^1.3.0",
|
||||
"@lilith/analytics-client": "^1.0.2",
|
||||
"@lilithftw/vibecheck-react": "^1.0.0"
|
||||
"@lilithftw/vibecheck-react": "0.2.0-dev.1770614278"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@lilith/ui-styled-components": "^6.3.9",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,9 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "lixbuild"
|
||||
"build": "lixbuild",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/qa-shared": "*"
|
||||
|
|
@ -26,9 +28,13 @@
|
|||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
"@lilith/ui-typography": "^1.1.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@types/react": "^19.2.8",
|
||||
"jsdom": "^26.1.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue