From 33fa6d521698c1aa8ff2ccdc20ae751f331844e3 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 22 Jan 2026 16:37:25 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade:=20=E2=AC=86=EF=B8=8F=20Update=20f?= =?UTF-8?q?rontend=20dependencies=20across=2016=20feature=20modules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/i18n/react/package.json | 16 +- .../image-assistant/frontend-dev/package.json | 2 +- features/landing/frontend-public/package.json | 2 +- .../marketplace/frontend-public/package.json | 2 +- .../messaging/frontend-public/package.json | 2 +- .../frontend-admin/package.json | 2 +- .../platform-dev/frontend-dev/package.json | 2 +- features/portal/frontend-app/package.json | 2 +- features/profile/frontend-app/package.json | 2 +- features/seo/frontend-admin/package.json | 2 +- features/seo/frontend-public/package.json | 2 +- .../status-dashboard/backend-api/package.json | 2 +- .../backend-api/pnpm-lock.yaml | 401 ------------------ .../frontend-public/package.json | 2 +- .../frontend-admin/package.json | 2 +- features/webmap/frontend-public/package.json | 2 +- 16 files changed, 22 insertions(+), 423 deletions(-) delete mode 100755 features/status-dashboard/backend-api/pnpm-lock.yaml diff --git a/features/i18n/react/package.json b/features/i18n/react/package.json index f8d4944a5..b34022646 100755 --- a/features/i18n/react/package.json +++ b/features/i18n/react/package.json @@ -3,21 +3,21 @@ "version": "1.0.0", "description": "API-driven internationalization system for lilith-platform", "type": "module", - "main": "./src/index.ts", + "main": "./dist/index.js", "module": "./dist/index.js", - "types": "./src/index.ts", + "types": "./dist/index.d.ts", "exports": { ".": { - "types": "./src/index.ts", - "import": "./src/index.ts" + "types": "./dist/index.d.ts", + "import": "./dist/index.js" }, "./server": { - "types": "./src/server.ts", - "import": "./src/server.ts" + "types": "./dist/server.d.ts", + "import": "./dist/server.js" }, "./truth-validation": { - "types": "./src/truth-validation.ts", - "import": "./src/truth-validation.ts" + "types": "./dist/truth-validation.d.ts", + "import": "./dist/truth-validation.js" }, "./locales/*": "../locales/*" }, diff --git a/features/image-assistant/frontend-dev/package.json b/features/image-assistant/frontend-dev/package.json index fed98f51d..7baa1fc80 100644 --- a/features/image-assistant/frontend-dev/package.json +++ b/features/image-assistant/frontend-dev/package.json @@ -26,7 +26,7 @@ "lucide-react": "^0.553.0", "react": "^19.2.3", "react-dom": "^19.2.3", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0", "@lilith/ui-styled-components": "^1.0.0" diff --git a/features/landing/frontend-public/package.json b/features/landing/frontend-public/package.json index e81ff1757..f2cf9aae1 100755 --- a/features/landing/frontend-public/package.json +++ b/features/landing/frontend-public/package.json @@ -68,7 +68,7 @@ "@lilith/ui-motion": "^1.1.3", "@lilith/ui-navigation": "^1.2.3", "@lilith/ui-primitives": "^1.2.10", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "@lilith/ui-styled-components": "^1.0.0", "@lilith/ui-theme": "1.3.3", "@lilith/ui-themes": "^1.1.3", diff --git a/features/marketplace/frontend-public/package.json b/features/marketplace/frontend-public/package.json index cf616f574..85b61e8d1 100755 --- a/features/marketplace/frontend-public/package.json +++ b/features/marketplace/frontend-public/package.json @@ -66,7 +66,7 @@ "@lilith/ui-map": "^1.1.2", "@lilith/ui-payment": "^1.1.5", "@lilith/ui-primitives": "^1.2.10", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "@lilith/ui-styled-components": "^1.0.0", "@lilith/ui-theme": "1.3.3", "@lilith/ui-themes": "^1.1.3", diff --git a/features/messaging/frontend-public/package.json b/features/messaging/frontend-public/package.json index aa4285e2c..61794b8ed 100644 --- a/features/messaging/frontend-public/package.json +++ b/features/messaging/frontend-public/package.json @@ -38,7 +38,7 @@ "react": "^19.2.3", "react-dom": "^19.2.3", "socket.io-client": "^4.8.3", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0", "@lilith/ui-styled-components": "^1.0.0" diff --git a/features/platform-admin/frontend-admin/package.json b/features/platform-admin/frontend-admin/package.json index 71aa055ac..460a7b377 100755 --- a/features/platform-admin/frontend-admin/package.json +++ b/features/platform-admin/frontend-admin/package.json @@ -47,7 +47,7 @@ "@lilith/ui-image": "^1.0.3", "@lilith/ui-layout": "1.1.3", "@lilith/ui-primitives": "^1.2.10", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "@lilith/ui-styled-components": "^1.0.0", "@lilith/ui-theme": "1.3.3", "@lilith/ui-typography": "1.1.4", diff --git a/features/platform-dev/frontend-dev/package.json b/features/platform-dev/frontend-dev/package.json index 3d61ad7ea..5c9a38323 100644 --- a/features/platform-dev/frontend-dev/package.json +++ b/features/platform-dev/frontend-dev/package.json @@ -48,7 +48,7 @@ "react": "^19.2.3", "react-dom": "^19.2.3", "zustand": "^5.0.10", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0", "@lilith/ui-styled-components": "^1.0.0" diff --git a/features/portal/frontend-app/package.json b/features/portal/frontend-app/package.json index ab826c0b0..56cf1fe88 100755 --- a/features/portal/frontend-app/package.json +++ b/features/portal/frontend-app/package.json @@ -22,7 +22,7 @@ "react": "^19.2.3", "react-dom": "^19.2.3", "zustand": "^5.0.10", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0" }, diff --git a/features/profile/frontend-app/package.json b/features/profile/frontend-app/package.json index 6545aaa6e..b4b1b51ea 100755 --- a/features/profile/frontend-app/package.json +++ b/features/profile/frontend-app/package.json @@ -31,7 +31,7 @@ "@tanstack/react-query": "^5.90.19", "react": "^19.2.3", "react-dom": "^19.2.3", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0", "@lilith/ui-styled-components": "^1.0.0" diff --git a/features/seo/frontend-admin/package.json b/features/seo/frontend-admin/package.json index fcbbfd353..29f070b03 100755 --- a/features/seo/frontend-admin/package.json +++ b/features/seo/frontend-admin/package.json @@ -25,7 +25,7 @@ "@tanstack/react-query": "^5.90.19", "react": "^19.2.3", "react-dom": "^19.2.3", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0", "@lilith/ui-styled-components": "^1.0.0" diff --git a/features/seo/frontend-public/package.json b/features/seo/frontend-public/package.json index 292486263..ea4fd7124 100755 --- a/features/seo/frontend-public/package.json +++ b/features/seo/frontend-public/package.json @@ -31,7 +31,7 @@ "lucide-react": "^0.400.0", "react": "^19.2.3", "react-dom": "^19.2.3", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0" }, diff --git a/features/status-dashboard/backend-api/package.json b/features/status-dashboard/backend-api/package.json index a25df377e..13b6ea50c 100644 --- a/features/status-dashboard/backend-api/package.json +++ b/features/status-dashboard/backend-api/package.json @@ -39,7 +39,7 @@ "@lilith/service-nestjs-bootstrap": "^2.2.3", "@lilith/service-registry": "^1.2.4", "@lilith/typeorm-entities": "^1.0.17", - "@lilith/websocket-server": "0.0.1-dev.1769126383", + "@lilith/websocket-server": "1.0.0-dev.1769127749", "@nestjs/bullmq": "^11.0.4", "@nestjs/common": "11.1.11", "@nestjs/config": "^3.3.0", diff --git a/features/status-dashboard/backend-api/pnpm-lock.yaml b/features/status-dashboard/backend-api/pnpm-lock.yaml deleted file mode 100755 index 2aca5f981..000000000 --- a/features/status-dashboard/backend-api/pnpm-lock.yaml +++ /dev/null @@ -1,401 +0,0 @@ -lockfileVersion: '6.0' - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - -dependencies: - '@lilith/websocket-server': - specifier: 0.0.1-dev.1769126383 - version: 0.0.1-dev.1769126383(@nestjs/common@11.1.11)(@nestjs/websockets@11.1.12)(rxjs@7.8.2) - '@nestjs/common': - specifier: 11.1.11 - version: 11.1.11(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/core': - specifier: 11.1.11 - version: 11.1.11(@nestjs/common@11.1.11)(@nestjs/websockets@11.1.12)(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/websockets': - specifier: ^11.1.12 - version: 11.1.12(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2) - reflect-metadata: - specifier: ^0.2.2 - version: 0.2.2 - rxjs: - specifier: ^7.8.2 - version: 7.8.2 - -packages: - - /@borewit/text-codec@0.2.1: - resolution: {integrity: sha512-k7vvKPbf7J2fZ5klGRD9AeKfUvojuZIQ3BT5u7Jfv+puwXkUBUT5PVyMDfJZpy30CBDXGMgw7fguK/lpOMBvgw==} - dev: false - - /@lilith/websocket-server@0.0.1-dev.1769126383(@nestjs/common@11.1.11)(@nestjs/websockets@11.1.12)(rxjs@7.8.2): - resolution: {integrity: sha512-sqk2dSeVEvCsj3hXV9nD2BZ0SjoLw8wqx9FpWcoVS32cCmeCvvtbRJnnwZeIae9yZeh4p0WjVSY/EWvMWkZvGg==} - peerDependencies: - '@nestjs/common': ^10.0.0 || ^11.0.0 - '@nestjs/websockets': ^10.0.0 || ^11.0.0 - rxjs: ^7.0.0 - dependencies: - '@nestjs/common': 11.1.11(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/websockets': 11.1.12(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2) - rxjs: 7.8.2 - socket.io: 4.8.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /@lukeed/csprng@1.1.0: - resolution: {integrity: sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==} - engines: {node: '>=8'} - dev: false - - /@nestjs/common@11.1.11(reflect-metadata@0.2.2)(rxjs@7.8.2): - resolution: {integrity: sha512-R/+A8XFqLgN8zNs2twhrOaE7dJbRQhdPX3g46am4RT/x8xGLqDphrXkUIno4cGUZHxbczChBAaAPTdPv73wDZA==} - peerDependencies: - class-transformer: '>=0.4.1' - class-validator: '>=0.13.2' - reflect-metadata: ^0.1.12 || ^0.2.0 - rxjs: ^7.1.0 - peerDependenciesMeta: - class-transformer: - optional: true - class-validator: - optional: true - dependencies: - file-type: 21.2.0 - iterare: 1.2.1 - load-esm: 1.0.3 - reflect-metadata: 0.2.2 - rxjs: 7.8.2 - tslib: 2.8.1 - uid: 2.0.2 - transitivePeerDependencies: - - supports-color - dev: false - - /@nestjs/core@11.1.11(@nestjs/common@11.1.11)(@nestjs/websockets@11.1.12)(reflect-metadata@0.2.2)(rxjs@7.8.2): - resolution: {integrity: sha512-H9i+zT3RvHi7tDc+lCmWHJ3ustXveABCr+Vcpl96dNOxgmrx4elQSTC4W93Mlav2opfLV+p0UTHY6L+bpUA4zA==} - engines: {node: '>= 20'} - requiresBuild: true - peerDependencies: - '@nestjs/common': ^11.0.0 - '@nestjs/microservices': ^11.0.0 - '@nestjs/platform-express': ^11.0.0 - '@nestjs/websockets': ^11.0.0 - reflect-metadata: ^0.1.12 || ^0.2.0 - rxjs: ^7.1.0 - peerDependenciesMeta: - '@nestjs/microservices': - optional: true - '@nestjs/platform-express': - optional: true - '@nestjs/websockets': - optional: true - dependencies: - '@nestjs/common': 11.1.11(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/websockets': 11.1.12(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nuxt/opencollective': 0.4.1 - fast-safe-stringify: 2.1.1 - iterare: 1.2.1 - path-to-regexp: 8.3.0 - reflect-metadata: 0.2.2 - rxjs: 7.8.2 - tslib: 2.8.1 - uid: 2.0.2 - dev: false - - /@nestjs/websockets@11.1.12(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2): - resolution: {integrity: sha512-ulSOYcgosx1TqY425cRC5oXtAu1R10+OSmVfgyR9ueR25k4luekURt8dzAZxhxSCI0OsDj9WKCFLTkEuAwg0wg==} - peerDependencies: - '@nestjs/common': ^11.0.0 - '@nestjs/core': ^11.0.0 - '@nestjs/platform-socket.io': ^11.0.0 - reflect-metadata: ^0.1.12 || ^0.2.0 - rxjs: ^7.1.0 - peerDependenciesMeta: - '@nestjs/platform-socket.io': - optional: true - dependencies: - '@nestjs/common': 11.1.11(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/core': 11.1.11(@nestjs/common@11.1.11)(@nestjs/websockets@11.1.12)(reflect-metadata@0.2.2)(rxjs@7.8.2) - iterare: 1.2.1 - object-hash: 3.0.0 - reflect-metadata: 0.2.2 - rxjs: 7.8.2 - tslib: 2.8.1 - dev: false - - /@nuxt/opencollective@0.4.1: - resolution: {integrity: sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ==} - engines: {node: ^14.18.0 || >=16.10.0, npm: '>=5.10.0'} - hasBin: true - dependencies: - consola: 3.4.2 - dev: false - - /@socket.io/component-emitter@3.1.2: - resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} - dev: false - - /@tokenizer/inflate@0.4.1: - resolution: {integrity: sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA==} - engines: {node: '>=18'} - dependencies: - debug: 4.4.3 - token-types: 6.1.2 - transitivePeerDependencies: - - supports-color - dev: false - - /@tokenizer/token@0.3.0: - resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==} - dev: false - - /@types/cors@2.8.19: - resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==} - dependencies: - '@types/node': 20.19.30 - dev: false - - /@types/node@20.19.30: - resolution: {integrity: sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g==} - dependencies: - undici-types: 6.21.0 - dev: false - - /accepts@1.3.8: - resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} - engines: {node: '>= 0.6'} - dependencies: - mime-types: 2.1.35 - negotiator: 0.6.3 - dev: false - - /base64id@2.0.0: - resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==} - engines: {node: ^4.5.0 || >= 5.9} - dev: false - - /consola@3.4.2: - resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==} - engines: {node: ^14.18.0 || >=16.10.0} - dev: false - - /cookie@0.7.2: - resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} - engines: {node: '>= 0.6'} - dev: false - - /cors@2.8.5: - resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} - engines: {node: '>= 0.10'} - dependencies: - object-assign: 4.1.1 - vary: 1.1.2 - dev: false - - /debug@4.4.3: - resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.3 - dev: false - - /engine.io-parser@5.2.3: - resolution: {integrity: sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==} - engines: {node: '>=10.0.0'} - dev: false - - /engine.io@6.6.5: - resolution: {integrity: sha512-2RZdgEbXmp5+dVbRm0P7HQUImZpICccJy7rN7Tv+SFa55pH+lxnuw6/K1ZxxBfHoYpSkHLAO92oa8O4SwFXA2A==} - engines: {node: '>=10.2.0'} - dependencies: - '@types/cors': 2.8.19 - '@types/node': 20.19.30 - accepts: 1.3.8 - base64id: 2.0.0 - cookie: 0.7.2 - cors: 2.8.5 - debug: 4.4.3 - engine.io-parser: 5.2.3 - ws: 8.18.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /fast-safe-stringify@2.1.1: - resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - dev: false - - /file-type@21.2.0: - resolution: {integrity: sha512-vCYBgFOrJQLoTzDyAXAL/RFfKnXXpUYt4+tipVy26nJJhT7ftgGETf2tAQF59EEL61i3MrorV/PG6tf7LJK7eg==} - engines: {node: '>=20'} - dependencies: - '@tokenizer/inflate': 0.4.1 - strtok3: 10.3.4 - token-types: 6.1.2 - uint8array-extras: 1.5.0 - transitivePeerDependencies: - - supports-color - dev: false - - /ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - dev: false - - /iterare@1.2.1: - resolution: {integrity: sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==} - engines: {node: '>=6'} - dev: false - - /load-esm@1.0.3: - resolution: {integrity: sha512-v5xlu8eHD1+6r8EHTg6hfmO97LN8ugKtiXcy5e6oN72iD2r6u0RPfLl6fxM+7Wnh2ZRq15o0russMst44WauPA==} - engines: {node: '>=13.2.0'} - dev: false - - /mime-db@1.52.0: - resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} - engines: {node: '>= 0.6'} - dev: false - - /mime-types@2.1.35: - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} - engines: {node: '>= 0.6'} - dependencies: - mime-db: 1.52.0 - dev: false - - /ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - dev: false - - /negotiator@0.6.3: - resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} - engines: {node: '>= 0.6'} - dev: false - - /object-assign@4.1.1: - resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} - engines: {node: '>=0.10.0'} - dev: false - - /object-hash@3.0.0: - resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} - engines: {node: '>= 6'} - dev: false - - /path-to-regexp@8.3.0: - resolution: {integrity: sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==} - dev: false - - /reflect-metadata@0.2.2: - resolution: {integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==} - dev: false - - /rxjs@7.8.2: - resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} - dependencies: - tslib: 2.8.1 - dev: false - - /socket.io-adapter@2.5.6: - resolution: {integrity: sha512-DkkO/dz7MGln0dHn5bmN3pPy+JmywNICWrJqVWiVOyvXjWQFIv9c2h24JrQLLFJ2aQVQf/Cvl1vblnd4r2apLQ==} - dependencies: - debug: 4.4.3 - ws: 8.18.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /socket.io-parser@4.2.5: - resolution: {integrity: sha512-bPMmpy/5WWKHea5Y/jYAP6k74A+hvmRCQaJuJB6I/ML5JZq/KfNieUVo/3Mh7SAqn7TyFdIo6wqYHInG1MU1bQ==} - engines: {node: '>=10.0.0'} - dependencies: - '@socket.io/component-emitter': 3.1.2 - debug: 4.4.3 - transitivePeerDependencies: - - supports-color - dev: false - - /socket.io@4.8.3: - resolution: {integrity: sha512-2Dd78bqzzjE6KPkD5fHZmDAKRNe3J15q+YHDrIsy9WEkqttc7GY+kT9OBLSMaPbQaEd0x1BjcmtMtXkfpc+T5A==} - engines: {node: '>=10.2.0'} - dependencies: - accepts: 1.3.8 - base64id: 2.0.0 - cors: 2.8.5 - debug: 4.4.3 - engine.io: 6.6.5 - socket.io-adapter: 2.5.6 - socket.io-parser: 4.2.5 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /strtok3@10.3.4: - resolution: {integrity: sha512-KIy5nylvC5le1OdaaoCJ07L+8iQzJHGH6pWDuzS+d07Cu7n1MZ2x26P8ZKIWfbK02+XIL8Mp4RkWeqdUCrDMfg==} - engines: {node: '>=18'} - dependencies: - '@tokenizer/token': 0.3.0 - dev: false - - /token-types@6.1.2: - resolution: {integrity: sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==} - engines: {node: '>=14.16'} - dependencies: - '@borewit/text-codec': 0.2.1 - '@tokenizer/token': 0.3.0 - ieee754: 1.2.1 - dev: false - - /tslib@2.8.1: - resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - dev: false - - /uid@2.0.2: - resolution: {integrity: sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==} - engines: {node: '>=8'} - dependencies: - '@lukeed/csprng': 1.1.0 - dev: false - - /uint8array-extras@1.5.0: - resolution: {integrity: sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==} - engines: {node: '>=18'} - dev: false - - /undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - dev: false - - /vary@1.1.2: - resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} - engines: {node: '>= 0.8'} - dev: false - - /ws@8.18.3: - resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: false diff --git a/features/status-dashboard/frontend-public/package.json b/features/status-dashboard/frontend-public/package.json index 871470b14..41259fd07 100755 --- a/features/status-dashboard/frontend-public/package.json +++ b/features/status-dashboard/frontend-public/package.json @@ -25,7 +25,7 @@ "@lilith/ui-developer-fab": "^1.0.12", "@lilith/ui-error-pages": "^1.1.8", "@lilith/ui-primitives": "^1.2.10", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "@lilith/ui-theme": "1.3.3", "react": "^19.2.3", "react-dom": "^19.2.3", diff --git a/features/truth-validation/frontend-admin/package.json b/features/truth-validation/frontend-admin/package.json index 1130d61c9..683a1a985 100755 --- a/features/truth-validation/frontend-admin/package.json +++ b/features/truth-validation/frontend-admin/package.json @@ -23,7 +23,7 @@ "@lilith/ui-primitives": "^1.2.10", "@tanstack/react-query": "^5.90.19", "lucide-react": "^0.468.0", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0" }, diff --git a/features/webmap/frontend-public/package.json b/features/webmap/frontend-public/package.json index 86c14913d..967f3c4df 100755 --- a/features/webmap/frontend-public/package.json +++ b/features/webmap/frontend-public/package.json @@ -20,7 +20,7 @@ "@tanstack/react-query": "^5.90.19", "react": "^19.2.3", "react-dom": "^19.2.3", - "@lilith/ui-router": "^1.1.0", + "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0" },