deps-upgrade(frontend): ⬆️ Update frontend dependencies across blog, cms, landing, marketplace, platform-analytics, and SEO features with version bumps and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
05c63c3932
commit
6bb3f11b2b
7 changed files with 12 additions and 11 deletions
|
|
@ -30,7 +30,7 @@
|
|||
"rehype-raw": "^7.0.0",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"@lilith/tracked-changes": "^1.0.0",
|
||||
"@lilith/ui-tracked-changes": "1.0.0-dev.1772516061"
|
||||
"@lilith/ui-tracked-changes": "1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/build-core": "^1.2.0",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@
|
|||
"test:cov": "lixtest --coverage",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"migration:run": "typeorm-ts-node-commonjs migration:run -d src/data-source.ts",
|
||||
"migration:generate": "typeorm-ts-node-commonjs migration:generate -d src/data-source.ts"
|
||||
"migration:generate": "typeorm-ts-node-commonjs migration:generate -d src/data-source.ts",
|
||||
"seed:legal": "tsx --tsconfig tsconfig.json src/seeders/seed-legal-content.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/nestjs-health": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -60,8 +60,8 @@
|
|||
"@lilith/types": "*",
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/ui-animated": "^1.1.1",
|
||||
"@lilith/ui-auth": "2.1.13-dev.1769710472",
|
||||
"@lilith/ui-backgrounds": "1.1.7-dev.1769894164",
|
||||
"@lilith/ui-auth": "2.1.13",
|
||||
"@lilith/ui-backgrounds": "1.1.7",
|
||||
"@lilith/ui-charts": "^1.4.6",
|
||||
"@lilith/ui-design-tokens": "^1.1.2",
|
||||
"@lilith/ui-dev-content": "^1.0.2",
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
"@lilith/ui-layout": "^1.1.0",
|
||||
"@lilith/ui-lazy": "^1.0.1",
|
||||
"@lilith/ui-motion": "^2.0.1",
|
||||
"@lilith/ui-navigation": "1.2.9-dev.1771789943",
|
||||
"@lilith/ui-navigation": "1.2.9",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-router": "^1.2.0",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"@emoji-mart/data": "^1.2.1",
|
||||
"@emoji-mart/react": "^1.1.1",
|
||||
"@lilith/age-verification-react": "*",
|
||||
"@lilith/analytics-client": "1.0.1-dev.1769628397",
|
||||
"@lilith/analytics-client": "1.0.2",
|
||||
"@lilith/api-client": "*",
|
||||
"@lilith/attributes-admin": "*",
|
||||
"@lilith/auth-provider": "*",
|
||||
|
|
@ -69,8 +69,8 @@
|
|||
"@lilith/service-react-bootstrap": "1.2.0",
|
||||
"@lilith/types": "*",
|
||||
"@lilith/ui-accessibility": "^1.1.4",
|
||||
"@lilith/ui-auth": "2.1.13-dev.1769953947",
|
||||
"@lilith/ui-backgrounds": "1.1.7-dev.1769856785",
|
||||
"@lilith/ui-auth": "2.1.13",
|
||||
"@lilith/ui-backgrounds": "1.1.7",
|
||||
"@lilith/ui-charts": "*",
|
||||
"@lilith/ui-core": "^1.1.1",
|
||||
"@lilith/ui-data": "*",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"@emotion/is-prop-valid": "^1.4.0",
|
||||
"@emotion/unitless": "^0.10.0",
|
||||
"@lilith/age-verification-react": "*",
|
||||
"@lilith/analytics-client": "1.0.1-dev.1769628397",
|
||||
"@lilith/analytics-client": "1.0.2",
|
||||
"@lilith/api-client": "*",
|
||||
"@lilith/auth-provider": "*",
|
||||
"@lilith/i18n": "*",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"dependencies": {
|
||||
"@emotion/is-prop-valid": "^1.4.0",
|
||||
"@emotion/unitless": "^0.10.0",
|
||||
"@lilith/analytics-client": "1.0.1-dev.1769628397",
|
||||
"@lilith/analytics-client": "1.0.2",
|
||||
"@lilith/api-client": "*",
|
||||
"@lilith/auth-provider": "*",
|
||||
"@lilith/i18n": "*",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"test:e2e:docker": "sh -c 'docker compose -f ../docker-compose.e2e.yml up --build --abort-on-container-exit --exit-code-from e2e-tests; c=$?; docker compose -f ../docker-compose.e2e.yml down -v; exit $c'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/analytics-client": "1.0.1-dev.1769628397",
|
||||
"@lilith/analytics-client": "1.0.2",
|
||||
"@lilith/i18n": "*",
|
||||
"@lilith/seo-shared": "*",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue