deps-upgrade(json): ⬆️ Update core JSON dependencies across modules to align with updated React/TypeScript versions in root and feature packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
97ce245b6f
commit
a79ffee1ca
7 changed files with 24 additions and 11 deletions
|
|
@ -30,7 +30,7 @@
|
|||
"e2e:debug": "playwright test --debug"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/attribute-store": "1.0.0-dev.1771890557",
|
||||
"@lilith/attribute-store": "^1.0.2-dev.1772436753",
|
||||
"@lilith/service-registry": "^1.3.0",
|
||||
"@lilith/ui-animated": "^1.0.0",
|
||||
"@lilith/ui-feedback": "^1.1.3",
|
||||
|
|
|
|||
|
|
@ -16,10 +16,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/blog-shared": "workspace:*",
|
||||
"@lilith/domain-events": "2.9.4",
|
||||
"@lilith/tracked-changes": "^1.0.0",
|
||||
"@lilith/nestjs-health": "^1.0.0",
|
||||
"@lilith/service-nestjs-bootstrap": "^2.2.6",
|
||||
"@lilith/service-registry": "1.3.5",
|
||||
"@nestjs/bullmq": "^11.0.4",
|
||||
"@nestjs/common": "11.1.11",
|
||||
"@nestjs/config": "^4.0.2",
|
||||
"@nestjs/core": "11.1.11",
|
||||
|
|
@ -27,6 +29,7 @@
|
|||
"@nestjs/schedule": "^6.1.0",
|
||||
"@nestjs/swagger": "^11.2.5",
|
||||
"@nestjs/typeorm": "^11.0.0",
|
||||
"bullmq": "^5.66.4",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.3",
|
||||
"pg": "^8.17.1",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@
|
|||
"react-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"rehype-raw": "^7.0.0",
|
||||
"remark-gfm": "^4.0.1"
|
||||
"remark-gfm": "^4.0.1",
|
||||
"@lilith/content-engine-shared": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/build-core": "^1.2.0",
|
||||
|
|
|
|||
|
|
@ -21,20 +21,20 @@
|
|||
},
|
||||
"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",
|
||||
"@lilith/content-moderation-inference": "^1.0.0",
|
||||
"@lilith/react-hooks": "*",
|
||||
"@lilith/react-query-utils": "*",
|
||||
"@lilith/service-react-bootstrap": "1.2.0",
|
||||
"@lilith/service-registry": "^1.3.0",
|
||||
"@lilith/text-processing-utils": "1.3.9-dev.1772235970",
|
||||
"@lilith/types": "*",
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/ui-feedback": "^1.3.12",
|
||||
"@lilith/ui-forms": "^1.1.6",
|
||||
"@lilith/ui-icons": "^1.1.10",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-router": "^1.2.0",
|
||||
"@lilith/ui-spellcheck": "^1.0.0",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
"@lilith/ui-theme": "^1.3.0",
|
||||
"@lilith/websocket-client": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"@lilith/ui-forms": "^1.1.6",
|
||||
"@lilith/ui-icons": "^1.1.10",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/text-processing-content-flagging": "^1.0.1",
|
||||
"@lilith/content-moderation-inference": "^1.0.0",
|
||||
"@lilith/text-processing-utils": "^1.3.2",
|
||||
"@lilith/ui-spellcheck": "^1.0.0",
|
||||
"@lilith/ui-router": "^1.2.0",
|
||||
|
|
|
|||
|
|
@ -14,20 +14,28 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "lixbuild",
|
||||
"typecheck": "tsc --noEmit"
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "lixtest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/text-processing-content-flagging": "^1.0.1",
|
||||
"@lilith/content-moderation-inference": "^1.0.0",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-styled-components": "*",
|
||||
"@lilith/ui-theme": "^1.3.5",
|
||||
"styled-components": "6.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/lix-configs": "^1.0.1",
|
||||
"@lilith/lix-test": "^1.0.0",
|
||||
"@lilith/test-utils": "*",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"jsdom": "^26.1.0",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^19.1.0",
|
||||
|
|
|
|||
|
|
@ -311,6 +311,7 @@
|
|||
"rimraf": "^5.0.10",
|
||||
"tsx": "^4.21.0",
|
||||
"turbo": "^2.7.5",
|
||||
"msw": "^2.12.7",
|
||||
"typeorm": "^0.3.28",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.53.0",
|
||||
|
|
@ -338,7 +339,7 @@
|
|||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@dnd-kit/sortable": "^10.0.0",
|
||||
"@lilith/attribute-store": "1.0.0-dev.1771890557",
|
||||
"@lilith/attribute-store": "^1.0.2-dev.1772436753",
|
||||
"@lilith/domain-events": "^2.8.0",
|
||||
"@lilith/image-security": "*",
|
||||
"@lilith/imajin-processing-client": "^0.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue