chore(deps): ➖ Remove outdated frontend dependency versions from 17 JSON config files
This commit is contained in:
parent
14b2051c2b
commit
c19cedeaab
17 changed files with 778 additions and 192 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lilith/vite-version-plugin",
|
||||
"version": "1.0.1-dev.1768917486",
|
||||
"version": "1.1.0",
|
||||
"description": "Vite plugin for injecting version info from VERSION.txt at build time",
|
||||
"main": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/auth-provider": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/types": "workspace:^",
|
||||
"@lilith/ui-data": "^1.1.2",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/feature-flags": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/types": "workspace:*",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
"@lilith/vite-version-plugin": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/types": "workspace:^",
|
||||
"@lilith/ui-dev-content": "^1.0.2",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"test:coverage": "vitest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/ui-data": "^1.1.2",
|
||||
"@lilith/ui-dev-content": "^1.0.2",
|
||||
"@lilith/ui-developer-fab": "workspace:^",
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@
|
|||
"codemod:lazy-motion:dry": "tsx scripts/migrate-to-lazy-motion.ts --dry-run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/is-prop-valid": "^1.2.2",
|
||||
"@emotion/memoize": "^0.9.0",
|
||||
"@emotion/unitless": "^0.10.0",
|
||||
"@lilith/age-verification-react": "workspace:*",
|
||||
"@lilith/analytics-client": "workspace:*",
|
||||
"@lilith/api-client": "workspace:*",
|
||||
|
|
@ -42,7 +45,7 @@
|
|||
"@lilith/image-security": "workspace:*",
|
||||
"@lilith/payments": "workspace:*",
|
||||
"@lilith/react-hooks": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/types": "workspace:*",
|
||||
"@lilith/ui-accessibility": "^1.1.1",
|
||||
"@lilith/ui-animated": "^1.1.1",
|
||||
|
|
@ -72,10 +75,14 @@
|
|||
"@lilith/ui-zname": "^1.1.3",
|
||||
"@tanstack/query-core": "^5.90.19",
|
||||
"@tanstack/react-query": "^5.90.19",
|
||||
"cookie": "^1.0.2",
|
||||
"framer-motion": "^11.18.2",
|
||||
"goober": "^2.1.18",
|
||||
"html-parse-stringify": "^3.0.1",
|
||||
"i18next": "^24.2.3",
|
||||
"lucide-react": "^0.553.0",
|
||||
"motion-dom": "^11.17.4",
|
||||
"motion-utils": "^11.17.4",
|
||||
"outvariant": "^1.4.3",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
|
|
@ -84,30 +91,26 @@
|
|||
"react-i18next": "^15.7.4",
|
||||
"react-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"scheduler": "^0.27.0",
|
||||
"set-cookie-parser": "^2.7.1",
|
||||
"styled-components": "^6.3.8",
|
||||
"stylis": "^4.3.6",
|
||||
"tldts": "^7.0.19",
|
||||
"tldts-core": "^7.0.19",
|
||||
"tslib": "^2.8.1",
|
||||
"until-async": "^3.0.2",
|
||||
"zod": "^3.25.76",
|
||||
"@emotion/is-prop-valid": "^1.2.2",
|
||||
"@emotion/memoize": "^0.9.0",
|
||||
"@emotion/unitless": "^0.10.0",
|
||||
"stylis": "^4.3.6",
|
||||
"cookie": "^1.0.2",
|
||||
"set-cookie-parser": "^2.7.1",
|
||||
"html-parse-stringify": "^3.0.1",
|
||||
"motion-dom": "^11.17.4",
|
||||
"motion-utils": "^11.17.4",
|
||||
"void-elements": "^3.1.0",
|
||||
"scheduler": "^0.27.0",
|
||||
"tldts": "^7.0.19",
|
||||
"tldts-core": "^7.0.19"
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.0.4",
|
||||
"@lilith/config": "workspace:*",
|
||||
"@lilith/configs": "^1.7.2",
|
||||
"@lilith/playwright-e2e-docker": "^2.0.2",
|
||||
"@lilith/test-utils": "workspace:*",
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.0.4",
|
||||
"@mswjs/interceptors": "^0.37.6",
|
||||
"@open-draft/deferred-promise": "^2.2.0",
|
||||
"@open-draft/logger": "^0.3.0",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.1",
|
||||
|
|
@ -123,17 +126,14 @@
|
|||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"graphql": "^16.12.0",
|
||||
"headers-polyfill": "^4.0.3",
|
||||
"is-node-process": "^1.2.0",
|
||||
"jsdom": "^24.1.3",
|
||||
"msw": "^2.12.7",
|
||||
"@mswjs/interceptors": "^0.37.6",
|
||||
"@open-draft/logger": "^0.3.0",
|
||||
"@open-draft/deferred-promise": "^2.2.0",
|
||||
"headers-polyfill": "^4.0.3",
|
||||
"tough-cookie": "^5.0.0",
|
||||
"is-node-process": "^1.2.0",
|
||||
"strict-event-emitter": "^0.5.1",
|
||||
"path-to-regexp": "^8.2.0",
|
||||
"rollup-plugin-visualizer": "^6.0.5",
|
||||
"strict-event-emitter": "^0.5.1",
|
||||
"tough-cookie": "^5.0.0",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^5.4.21",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"@lilith/profile": "workspace:*",
|
||||
"@lilith/react-hooks": "workspace:*",
|
||||
"@lilith/react-query-utils": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "1.1.3",
|
||||
"@lilith/service-react-bootstrap": "1.2.0",
|
||||
"@lilith/types": "workspace:*",
|
||||
"@lilith/ui-accessibility": "^1.1.1",
|
||||
"@lilith/ui-auth": "^2.1.7",
|
||||
|
|
@ -69,6 +69,7 @@
|
|||
"@lilith/ui-themes": "^1.1.3",
|
||||
"@lilith/ui-tiers": "1.0.0",
|
||||
"@lilith/ui-zname": "^1.1.3",
|
||||
"@lilith/vite-version-plugin": "workspace:*",
|
||||
"@lilith/websocket-client": "workspace:*",
|
||||
"@tanstack/react-query": "^5.90.19",
|
||||
"date-fns": "^3.6.0",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"@lilith/auth-provider": "workspace:*",
|
||||
"@lilith/react-hooks": "workspace:*",
|
||||
"@lilith/react-query-utils": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "1.0.0",
|
||||
"@lilith/service-react-bootstrap": "1.2.0",
|
||||
"@lilith/types": "workspace:*",
|
||||
"@lilith/ui-feedback": "1.3.5",
|
||||
"@lilith/ui-forms": "^1.1.6",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"@lilith/imajin-app": "^0.1.0",
|
||||
"@lilith/queue": "^1.3.7",
|
||||
"@lilith/seo-admin": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/truth-validation-admin": "workspace:*",
|
||||
"@lilith/types": "workspace:*",
|
||||
"@lilith/ui-admin": "^1.1.2",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"@lilith/imajin-app": "^0.1.0",
|
||||
"@lilith/queue": "^1.3.7",
|
||||
"@lilith/seo-admin": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/truth-validation-admin": "workspace:*",
|
||||
"@lilith/types": "workspace:*",
|
||||
"@lilith/ui-admin": "^1.1.2",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"dependencies": {
|
||||
"@lilith/auth-provider": "workspace:*",
|
||||
"@lilith/email-users": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
"@lilith/vite-version-plugin": "workspace:*",
|
||||
"@tanstack/react-query": "^5.90.19",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"@lilith/attributes-admin": "workspace:*",
|
||||
"@lilith/auth-provider": "workspace:*",
|
||||
"@lilith/feature-flags": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/types": "workspace:*",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/seo-shared": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/types": "workspace:^",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
"@lilith/vite-version-plugin": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"@lilith/analytics-client": "workspace:*",
|
||||
"@lilith/i18n": "workspace:*",
|
||||
"@lilith/seo-shared": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/types": "workspace:^",
|
||||
"@lilith/ui-astro": "^1.0.0",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
"react-router-dom": "^7.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.0.4",
|
||||
"@lilith/playwright-e2e-docker": "^2.0.2",
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.0.4",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"@types/react": "^19.2.8",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"dependencies": {
|
||||
"@lilith/auth-provider": "workspace:*",
|
||||
"@lilith/nestjs-health": "^0.0.26",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/types": "workspace:^",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
"@lilith/ui-error-pages": "^1.1.8",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"dependencies": {
|
||||
"@lilith/api-client": "workspace:*",
|
||||
"@lilith/auth-provider": "workspace:*",
|
||||
"@lilith/service-react-bootstrap": "^1.1.3",
|
||||
"@lilith/service-react-bootstrap": "^1.2.0",
|
||||
"@lilith/types": "workspace:*",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
"@lilith/vite-version-plugin": "workspace:*",
|
||||
|
|
|
|||
893
pnpm-lock.yaml
generated
893
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue