From 9a99e74cb84b7322ce9999d82e90635f76e7cea7 Mon Sep 17 00:00:00 2001 From: Pooria Mehregan Date: Fri, 3 Oct 2025 13:20:45 +0200 Subject: [PATCH 1/6] feat: create article model (#85) --- apps/cms/package.json | 28 +- apps/cms/pnpm-lock.yaml | 2411 ++++++++--------- .../content-types/artikkel/schema.json | 64 + .../src/api/artikkel/controllers/artikkel.ts | 7 + apps/cms/src/api/artikkel/routes/artikkel.ts | 7 + .../cms/src/api/artikkel/services/artikkel.ts | 7 + .../service/content-types/service/schema.json | 44 - .../src/api/service/controllers/service.ts | 7 - apps/cms/src/api/service/routes/service.ts | 7 - apps/cms/src/api/service/services/service.ts | 7 - apps/cms/types/generated/contentTypes.d.ts | 109 +- 11 files changed, 1319 insertions(+), 1379 deletions(-) create mode 100644 apps/cms/src/api/artikkel/content-types/artikkel/schema.json create mode 100644 apps/cms/src/api/artikkel/controllers/artikkel.ts create mode 100644 apps/cms/src/api/artikkel/routes/artikkel.ts create mode 100644 apps/cms/src/api/artikkel/services/artikkel.ts delete mode 100644 apps/cms/src/api/service/content-types/service/schema.json delete mode 100644 apps/cms/src/api/service/controllers/service.ts delete mode 100644 apps/cms/src/api/service/routes/service.ts delete mode 100644 apps/cms/src/api/service/services/service.ts diff --git a/apps/cms/package.json b/apps/cms/package.json index 79c2ed2..6407f2d 100644 --- a/apps/cms/package.json +++ b/apps/cms/package.json @@ -15,21 +15,21 @@ "upgrade:dry": "npx @strapi/upgrade latest --dry" }, "dependencies": { - "@strapi/plugin-cloud": "5.12.6", - "@strapi/plugin-users-permissions": "5.12.6", - "@strapi/strapi": "5.12.6", - "better-sqlite3": "11.3.0", - "pg": "^8.15.6", - "react": "^18.0.0", - "react-dom": "^18.0.0", - "react-router-dom": "^6.0.0", - "styled-components": "^6.0.0" + "@strapi/plugin-cloud": "5.24.2", + "@strapi/plugin-users-permissions": "5.24.2", + "@strapi/strapi": "5.24.2", + "better-sqlite3": "12.4.1", + "pg": "^8.16.3", + "react": "^19.1.1", + "react-dom": "^19.1.1", + "react-router-dom": "^7.9.3", + "styled-components": "^6.1.19" }, "devDependencies": { - "@types/node": "^20", - "@types/react": "^18", - "@types/react-dom": "^18", - "typescript": "^5" + "@types/node": "^24.6.1", + "@types/react": "^19.1.16", + "@types/react-dom": "^19.1.9", + "typescript": "^5.9.3" }, "engines": { "node": ">=18.0.0 <=22.x.x", @@ -38,5 +38,5 @@ "strapi": { "uuid": "4306fc8e-678a-43c9-a46c-6335a583c9f7" }, - "packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677" + "packageManager": "pnpm@10.17.1" } diff --git a/apps/cms/pnpm-lock.yaml b/apps/cms/pnpm-lock.yaml index 0a75423..6a4830d 100644 --- a/apps/cms/pnpm-lock.yaml +++ b/apps/cms/pnpm-lock.yaml @@ -9,45 +9,45 @@ importers: .: dependencies: '@strapi/plugin-cloud': - specifier: 5.12.6 - version: 5.12.6(6171cc3bb71f57ec17e5e31765bc9ed4) + specifier: 5.24.2 + version: 5.24.2(7088fba5030af79a4db7c93fad43e9f8) '@strapi/plugin-users-permissions': - specifier: 5.12.6 - version: 5.12.6(f1d13ed505192267f386ad61fb668e56) + specifier: 5.24.2 + version: 5.24.2(bd9fb448e1207b0aa54ff4f8deb12001) '@strapi/strapi': - specifier: 5.12.6 - version: 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.15.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) + specifier: 5.24.2 + version: 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(terser@5.39.0)(type-fest@4.40.0) better-sqlite3: - specifier: 11.3.0 - version: 11.3.0 + specifier: 12.4.1 + version: 12.4.1 pg: - specifier: ^8.15.6 - version: 8.15.6 + specifier: ^8.16.3 + version: 8.16.3 react: - specifier: ^18.0.0 - version: 18.3.1 + specifier: ^19.1.1 + version: 19.1.1 react-dom: - specifier: ^18.0.0 - version: 18.3.1(react@18.3.1) + specifier: ^19.1.1 + version: 19.1.1(react@19.1.1) react-router-dom: - specifier: ^6.0.0 - version: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^7.9.3 + version: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) styled-components: - specifier: ^6.0.0 - version: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^6.1.19 + version: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) devDependencies: '@types/node': - specifier: ^20 - version: 20.17.30 + specifier: ^24.6.1 + version: 24.6.1 '@types/react': - specifier: ^18 - version: 18.3.20 + specifier: ^19.1.16 + version: 19.1.16 '@types/react-dom': - specifier: ^18 - version: 18.3.6(@types/react@18.3.20) + specifier: ^19.1.9 + version: 19.1.9(@types/react@19.1.16) typescript: - specifier: ^5 - version: 5.8.3 + specifier: ^5.9.3 + version: 5.9.3 packages: @@ -76,10 +76,6 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/runtime-corejs3@7.27.0': - resolution: {integrity: sha512-UWjX6t+v+0ckwZ50Y5ShZLnlk95pP5MyW/pon9tiYzl3+18pkTHTFNTKr7rQbfRXPkowt2QAn30o1b6oswszew==} - engines: {node: '>=6.9.0'} - '@babel/runtime@7.27.0': resolution: {integrity: sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==} engines: {node: '>=6.9.0'} @@ -141,6 +137,34 @@ packages: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} + '@dnd-kit/accessibility@3.1.1': + resolution: {integrity: sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==} + peerDependencies: + react: '>=16.8.0' + + '@dnd-kit/core@6.3.1': + resolution: {integrity: sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==} + peerDependencies: + react: '>=16.8.0' + react-dom: '>=16.8.0' + + '@dnd-kit/modifiers@9.0.0': + resolution: {integrity: sha512-ybiLc66qRGuZoC20wdSSG6pDXFikui/dCNGthxv4Ndy8ylErY0N3KVxY2bgo7AWwIbxDmXDg3ylAFmnrjcbVvw==} + peerDependencies: + '@dnd-kit/core': ^6.3.0 + react: '>=16.8.0' + + '@dnd-kit/sortable@10.0.0': + resolution: {integrity: sha512-+xqhmIIzvAYMGfBYYnbKuNicfSsk4RksY2XdmJhT+HAC01nix6fHCztU68jooFiMUB01Ky3F0FyOvhG/BZrWkg==} + peerDependencies: + '@dnd-kit/core': ^6.3.0 + react: '>=16.8.0' + + '@dnd-kit/utilities@3.2.2': + resolution: {integrity: sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==} + peerDependencies: + react: '>=16.8.0' + '@emnapi/runtime@1.4.3': resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} @@ -1304,10 +1328,6 @@ packages: react-redux: optional: true - '@remix-run/router@1.23.0': - resolution: {integrity: sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==} - engines: {node: '>=14.0.0'} - '@rollup/rollup-android-arm-eabi@4.40.0': resolution: {integrity: sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==} cpu: [arm] @@ -1443,8 +1463,8 @@ packages: resolution: {integrity: sha512-5/kmIOY9FF32nicXH+5yLNTX4NJ4atl7jRgqAJuIn/iyDFXBktOKDxCvyGE/EzmF4ngSUvjXxQUQlQiZ5lfw+w==} engines: {node: '>=10'} - '@strapi/admin@5.12.6': - resolution: {integrity: sha512-rYCXI5te93MYZgUZgr2zKE8WhpiwpZ/rEndygU+GsCUx5yGnyPj/amVg4TaiyvP9AOOmhelnWii7yT8RA10Lyw==} + '@strapi/admin@5.24.2': + resolution: {integrity: sha512-hv+T9RTxGP7WCfwACl//JVXWhD6/r2Ug4toLrCFy+k5Gd8XPQIKZ1sdSOeU9fWmsAVv5BsDt51JjksDtmVpRKg==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/data-transfer': ^5.0.0 @@ -1453,13 +1473,13 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/cloud-cli@5.12.6': - resolution: {integrity: sha512-NfG/bCEXp1jZqZf5tpSrGyJwomWctqS9DEykz65UZqzX6rRaORBh0JZ/uqh+Gr7ldEiC0pIhC0cYTsvGGQiyOA==} + '@strapi/cloud-cli@5.24.2': + resolution: {integrity: sha512-PQ523HloA2H/9Ke4OQ4Pxc3Ndsin/rtr3fmMG+ORV1xRmsAR7t7cUnerXnuwEfup9wx8d2zBCeFMUzAEQqGbJA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} hasBin: true - '@strapi/content-manager@5.12.6': - resolution: {integrity: sha512-ce59H9i/jURlC1IYOR3A8gHCTU6r4ByCX8RAdW69O5LXp91h/WSdZgLbxWvoV1IzFd20L8tOrTADdONqYnfdrw==} + '@strapi/content-manager@5.24.2': + resolution: {integrity: sha512-wU/W3O6oirLyzFDRmgF6UZO9IH53euJF4+GoHA38A74gvMY5Mf6G07wIR5igSpP8WQNXyFdMxdKcu6ROhE7qjQ==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1468,8 +1488,8 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/content-releases@5.12.6': - resolution: {integrity: sha512-MCa0hlCZBfrKXK/cZLIgwZdftl+lK7JAPy5o6b0RRfv3D9USlM/hZQXMs5dP9gVcZUqFbYIsKF1ziUcMcqLYrQ==} + '@strapi/content-releases@5.24.2': + resolution: {integrity: sha512-sNPClYTYl6CCKu1cOiMfHbJaZfjSuk0dxx66SNlUMy6oD0ICWUjOZEx8y9qnSIFiHlO26BmSzEMLx1HpbnmJHQ==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1479,8 +1499,8 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/content-type-builder@5.12.6': - resolution: {integrity: sha512-pgsrthh7IEpozG0DZDozMK7q7EItGwGTlFfj6ZIqkv6MitGZNf4sP24MIX60UlznWlEXeQNrfyAijwqqrKQrjA==} + '@strapi/content-type-builder@5.24.2': + resolution: {integrity: sha512-M38+wrZN+3EcJatgWBpNZNXNG1xX6L7se+HUowXel3doISWjAwxp6yjmF+f158Jxglh5IW+vX2OmOsQYTUEidA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1489,28 +1509,28 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/core@5.12.6': - resolution: {integrity: sha512-dY7lSh2/ZcwgRTRykxrL1YOCTB94v3gkAlpxu0CJbMpGRhgoZdQlaHgNHAGnsoXXSPRfbguiGUEozcZ7kA2kaw==} + '@strapi/core@5.24.2': + resolution: {integrity: sha512-p1wS/KHidNIWGtxJfKjbgXIoJna0tMygNyh+KNZVYI+jU78N2LpFP6eethwDIL9zX125vQCp1EGiiJiUH5IW3Q==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/data-transfer@5.12.6': - resolution: {integrity: sha512-6ICaYiFyVwoZBw3m9sG84KAHW0x4KAs9vXDRjHhp2ZfsJswXL1VT4Q0/hvOQzwIhu3Rhjp9Lfv+DXy6drPZqGg==} + '@strapi/data-transfer@5.24.2': + resolution: {integrity: sha512-bPkSKN2B6wuBzzqgZR2l2YGH6QlbRtSNqoVR0KdLiYNcw6FLw/tDVXCXtpKKUZ2u2QzGNDrTvZFOAujMm9DPnw==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/database@5.12.6': - resolution: {integrity: sha512-I12xzPkxMcpySut2AiAAlvquRMVaInddFEW2AB3V3Ot68uYgeUwHUZ+LNBekIq/T/wgFoFSOMkbjlC6l6YtrMQ==} + '@strapi/database@5.24.2': + resolution: {integrity: sha512-YJM3WbyW61JZ4+ZnSXhn8KxGa+62F52KllrtPQV1kzdu6wRdxvBy9dUWxaSWaFGFbMlX+KPtwGGIy3Cdsv2ddQ==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/design-system@2.0.0-rc.23': - resolution: {integrity: sha512-PXWVlNqA4GDPxx8B2r7LFuQtWgGgjnPXnCOZhynpqqEVVcFkrYmRCPALFhHPD4J3hpEadlUinvlcisMymVviUw==} + '@strapi/design-system@2.0.0-rc.29': + resolution: {integrity: sha512-Up8wGVdo1mvTK/F/u7qEgHn298rRaitBI+hn0RgtU90CynLO+Lo+b2mo7aGY+ZRk6hYp7xkXBW9fgS+DrnDNZA==} peerDependencies: '@strapi/icons': ^2.0.0 || ^2.0.0-beta || ^2.0.0-alpha react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 styled-components: ^6.0.0 - '@strapi/email@5.12.6': - resolution: {integrity: sha512-9PkX3U0FFd7FtE+V12Oi3PgMWmaNgY4LQyxwFQhQgFlfTZIHw3C+9L+sMU6EvEvHdjMTxh3uWmQTqKlLgwJ2vg==} + '@strapi/email@5.24.2': + resolution: {integrity: sha512-zd/OkPnmiEuKFW65kMI+SePXCjoYOYsE0l8Cz8bc8+pmrXXj4U3lI0448CR8npYFRfi+vtVsEM8nW1JsK4EJcQ==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1520,12 +1540,12 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/generators@5.12.6': - resolution: {integrity: sha512-KefFKb8Pjm4iOtl5G0lg91CCdJ4/7YCoiDDNDwLKZhHC38WPAb93JrfCAKNuW/piWEN9f5ff746BAXR7++fXFA==} + '@strapi/generators@5.24.2': + resolution: {integrity: sha512-IVyn4KmCNq4qf6CGT5+OqukWC5nKx5BGMiMAyfsXpoZz1z0BFcDUaCoDkZUoRg7qMkOzQjPa9KeoTGc7q9Tc7w==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/i18n@5.12.6': - resolution: {integrity: sha512-MGn+QYgLn+uQfikpHCkAFqF1JU9oS5ybXFnZesZkwFH70GKgkNfRdIRHDfMviYo0Quh1/2sEWtXAJqSTo7OuoQ==} + '@strapi/i18n@5.24.2': + resolution: {integrity: sha512-lCR1sSsA9ANqj7eHwvn+9sBGrxs8uPVnAwd0xYbW3iq8HW2Ufho0UCdQ5PMrYA+j/Y7galJaeYaPohi8Xv3MPQ==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1535,33 +1555,38 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/icons@2.0.0-rc.23': - resolution: {integrity: sha512-sJ7iQ8kZ28z3mTkDm/gnsWIQljK3w0UaOk2irO77iSmbh+uR3W9gDF5CP/4Z+KDUqnjDke2kaOIPRI67etvi9A==} + '@strapi/icons@2.0.0-rc.29': + resolution: {integrity: sha512-VFmvS41vYq6qgRShIMlZZPkr6DteINYya67Ghxtd5b+agWziKSpV6W1yMyFLJwSEXEyPxhvaVHw/xG4BUfpYNg==} peerDependencies: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 styled-components: ^6.0.0 - '@strapi/logger@5.12.6': - resolution: {integrity: sha512-oSX3fyKg1G46h1YT32fhERm8KgGMgIWUBpTtBC5/Q1vcTsQ09JuXlgTYifT618WF3TUk7RQTXsSIMRcMr5/bzQ==} + '@strapi/logger@5.24.2': + resolution: {integrity: sha512-jH1C2Yn6Ah1OoRfF3rycfcgf6gv+ueKvHO52vMUF2dAKJuDtHLizObYGlGYZ9my146CEu1VW5i3u1ZnUvHG/Zw==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/permissions@5.12.6': - resolution: {integrity: sha512-F58d+UrbJeSly9UawuK1yFE4oD8fGenyDYqMmfE2n/ME061ZD3i5LKrUh9Fx1biCaeRAp2amiXKWNndcxxlngA==} + '@strapi/openapi@5.24.2': + resolution: {integrity: sha512-jGHoQbAde+t1PzoKq++uacfmDA/6EcwSaROuRMpdvxDwqawZzx+JfLC550ikCsSIEKpHPg90areBpaD8XUzebQ==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/plugin-cloud@5.12.6': - resolution: {integrity: sha512-/H2CTzojqIsuM3lp4ETPmpgsRF1wHBfsLD7YHCF94ehsu8XZpLOStcAh54ZSpPZcMgiOHDLlfjiqm/3Z59OEnw==} + '@strapi/permissions@5.24.2': + resolution: {integrity: sha512-i85orsj2c6zs7YlexLhjdd9sveXCVviITqKHUtDvkXw+TGtVBEqlch8i7xSCHMd0gxCNYi0US1Cnb3tOrpJ/3A==} + engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} + + '@strapi/plugin-cloud@5.24.2': + resolution: {integrity: sha512-V1HCygrguvhjDPGM5Sx653m0m5+9sgjuBPMnvjt89lV1ACMPsfEXsP73QSqRB7ddsIpvxib4wpcGJX9pZOF3Hg==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: + '@strapi/admin': ^5.0.0 '@strapi/strapi': ^5.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/plugin-users-permissions@5.12.6': - resolution: {integrity: sha512-SHPQjBCldR8LrLinHC87u4VBEgBplHY4fZnj9HBsIzGAKNi2QPamf3kUo4G+t0RZSFcLIpG4nAf5//y40kfvBw==} + '@strapi/plugin-users-permissions@5.24.2': + resolution: {integrity: sha512-6xPnS+MZ0fgbMAMmR4iotZW9Lmaeuk5OOjmyl2E49xuy3U8/vd8aO3h27DWZT9/OvrjbHadOxcvwMxT43gNGyw==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/strapi': ^5.0.0 @@ -1570,16 +1595,16 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/provider-email-sendmail@5.12.6': - resolution: {integrity: sha512-gV7/BIzJyRc1IVVyRAXxiIu02GOgzqMtxdyK6wvyKwepMU4CrH3I6ZOeLr+ZwVmcNag7atWDO+FpGYfCy5P8Bw==} + '@strapi/provider-email-sendmail@5.24.2': + resolution: {integrity: sha512-4QXPWd5EXm1LOa1W0hceIBT5Wr/WepXZzxpYJXc/ZFpRXmMzBWjEojREM6smKtdX1amnC4i/3i5VmMkI2z+hdQ==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/provider-upload-local@5.12.6': - resolution: {integrity: sha512-u99KTWDIBA261lmzcH9jnZ9IHdkpBv6GF+E+0KfxmJ+8NZv9eC3SNPr7adq39WwwbrDl7zsoGYO4lyprBhYxVA==} + '@strapi/provider-upload-local@5.24.2': + resolution: {integrity: sha512-UF9AIehLcXUXOHjtksE3nJz1sXzdxOiASnbdgkLf48xoxRutNz0o3QwoBFGQ9hE2pi1qOdAby8k6jYjTDI1Z0w==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/review-workflows@5.12.6': - resolution: {integrity: sha512-LYTcISlAG6xFvrxrmeGZHAo6wjbxmiXGtkHxtXej+XZWOkKwZ5tLdwi3ddSxrBCGq1wIiZqr9t7Np9GzAyK6Vg==} + '@strapi/review-workflows@5.24.2': + resolution: {integrity: sha512-HHctAPWX3pBVWwvZA8HP5jYu0MV+P4DSVqRqE9s/vHpOFA0asrJ90iGzQOpsOf6/TyTQdH81Rsauh5UBJ2ZBlg==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1589,8 +1614,8 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/strapi@5.12.6': - resolution: {integrity: sha512-0vBVYRAymtKm3mvJ2dVoU0Y8Gfq2X4ohEDqXaHtx//Yuj/cBaw8t5p+l8QrGyJSlVPNtLj3VoRSulylCU13ZXA==} + '@strapi/strapi@5.24.2': + resolution: {integrity: sha512-UkBGft2YKcXom9IohxTjXFfPv7QHsGJKXLoxEukd+VfUaKtI+Rm3qUuh4P+uto/zAXHsNTdbbdgxP4qMYpRk9g==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} hasBin: true peerDependencies: @@ -1599,22 +1624,22 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/types@5.12.6': - resolution: {integrity: sha512-38gb6FVhUOQDGJNv64541FNJiGKqXMuqWX+wzw8XqQsNk9tNkhMR3T08BUMZv3PgaccyDxo8ULfO8E0XdPH1Pw==} + '@strapi/types@5.24.2': + resolution: {integrity: sha512-SjNgT8dPCNqx68+iaS3ZqZO880N6EHoMNWBk/gL/4MC7b/sVHzS0kyFVR+PLs6QC3wSdM/MNlZ0DiRbkptd0UQ==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/typescript-utils@5.12.6': - resolution: {integrity: sha512-aIMnL5zvYOizMJ6TK72nS/atuC40tMQ9Ews5e2zbsbVjvB47AghuzvbPH6CYa0x9X44AdcKUT92kh/CCmuXTGQ==} + '@strapi/typescript-utils@5.24.2': + resolution: {integrity: sha512-5njVl2cVEGz3DSOByuYpcaBdcMt7I1vNfu1aQUnq8d1jHQqb+9TQmHcDnZBgn8iEwiPQCGU0H+SPoI8ugB2wpA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/ui-primitives@2.0.0-rc.23': - resolution: {integrity: sha512-YMH9z0k/aX8HYrq+sDCc5v2cPPqRBwgzQ/NxkzV1pvqvonKFgH3V3sQTXM3tStVkz4z4RuxB/lXoEZXGe/aVdg==} + '@strapi/ui-primitives@2.0.0-rc.29': + resolution: {integrity: sha512-jLVuK0BMEG11INhdNgEuzvRQovxSEgcJ0BKCmOf4i5V2nygtliaBmhqy1bsu4sz+D/pEP4ZZLjjHzEnqr0XYoQ==} peerDependencies: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 - '@strapi/upload@5.12.6': - resolution: {integrity: sha512-2oJXhMyjmxDP2UvG0wKVUfhx3AVd5Ab8WVNW9sLGqp1pz3WmLva25MSoN3lNt8AWII2Lvl86lrxL/Z6zNz4Eyg==} + '@strapi/upload@5.24.2': + resolution: {integrity: sha512-sC9twmsx1lB4S6JGhPe4mLafe695kGvU0HWlDVo40TwfmKPNvqS7+LoKiRrZKxTa7TYZfeU/r8UQXbQcZcKczg==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1623,8 +1648,8 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/utils@5.12.6': - resolution: {integrity: sha512-hycl6hO/27q+uzRLx6WwnQq1sxiuu2IQknMXgBrtAhuYrtoA7K34pYACdNO98zM8/2qGum8jfh+C+kigMajuRA==} + '@strapi/utils@5.24.2': + resolution: {integrity: sha512-0o2gzBoyxeq3GEptB3698ABJIhS1A9p6ZcsYuGYuLP4VEGB1xW91lrYN9/oSmlkUVhakldzfDmm67MQD+0D+QA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} '@swc/core-darwin-arm64@1.11.22': @@ -1690,6 +1715,7 @@ packages: '@swc/core@1.11.22': resolution: {integrity: sha512-mjPYbqq8XjwqSE0hEPT9CzaJDyxql97LgK4iyvYlwVSQhdN1uK0DBG4eP9PxYzCS2MUGAXB34WFLegdUj5HGpg==} engines: {node: '>=10'} + deprecated: It has a bug. See https://github.com/swc-project/swc/issues/10413 peerDependencies: '@swc/helpers': '>=0.5.17' peerDependenciesMeta: @@ -1787,9 +1813,6 @@ packages: '@types/formidable@2.0.6': resolution: {integrity: sha512-L4HcrA05IgQyNYJj6kItuIkXrInJvsXTPC5B1i64FggWKKqSL+4hgt7asiSNva75AoLQjq29oPxFfU4GAQ6Z2w==} - '@types/glob@7.2.0': - resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} - '@types/hoist-non-react-statics@3.3.6': resolution: {integrity: sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==} @@ -1805,9 +1828,6 @@ packages: '@types/http-errors@2.0.4': resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} - '@types/inquirer@6.5.0': - resolution: {integrity: sha512-rjaYQ9b9y/VFGOpqBEXRavc3jh0a+e6evAbI31tMda8VlPaSy0AZJfXsvmIe3wklc7W6C3zCSfleuMXR7NOyXw==} - '@types/inquirer@9.0.7': resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} @@ -1841,14 +1861,11 @@ packages: '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} - '@types/minimatch@5.1.2': - resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@20.17.30': - resolution: {integrity: sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==} + '@types/node@24.6.1': + resolution: {integrity: sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==} '@types/nodemon@1.19.6': resolution: {integrity: sha512-vjKuaQOLUA5EY2zkUmWG1ipXbKt9Wd+H/0SiIuHVeH4cHtt6509iRUGH9ZR0iqgUrtj3BrP9KqoTuV3ZCbQcYA==} @@ -1876,6 +1893,11 @@ packages: peerDependencies: '@types/react': ^18.0.0 + '@types/react-dom@19.1.9': + resolution: {integrity: sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==} + peerDependencies: + '@types/react': ^19.0.0 + '@types/react-transition-group@4.4.12': resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==} peerDependencies: @@ -1884,6 +1906,9 @@ packages: '@types/react@18.3.20': resolution: {integrity: sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==} + '@types/react@19.1.16': + resolution: {integrity: sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==} + '@types/responselike@1.0.3': resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} @@ -1939,6 +1964,9 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' + '@vercel/stega@0.1.2': + resolution: {integrity: sha512-P7mafQXjkrsoyTRppnt0N21udKS9wUmLXHRyP9saLXLHw32j/FgUJ3FscSWgvSqRs4cj7wKZtwqJEvWJ2jbGmA==} + '@vitejs/plugin-react-swc@3.6.0': resolution: {integrity: sha512-XFRbsGgpGxGzEV5i5+vRiro1bwcIaZDIdBRP16qwm+jP68ue/S8FJTBEgOeojtVDYrbSua3XFp71kC8VJE6v+g==} peerDependencies: @@ -2133,10 +2161,6 @@ packages: resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} engines: {node: '>=0.10.0'} - array-union@2.1.0: - resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} - engines: {node: '>=8'} - asap@2.0.6: resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} @@ -2149,8 +2173,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - axios@1.8.4: - resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==} + axios@1.12.2: + resolution: {integrity: sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==} babel-plugin-macros@3.1.0: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} @@ -2165,8 +2189,9 @@ packages: bcryptjs@2.4.3: resolution: {integrity: sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==} - better-sqlite3@11.3.0: - resolution: {integrity: sha512-iHt9j8NPYF3oKCNOO5ZI4JwThjt3Z6J6XrcwG85VNMVzv1ByqrHWv5VILEbCMFWDsoHhXvQ7oC8vgRXFAKgl9w==} + better-sqlite3@12.4.1: + resolution: {integrity: sha512-3yVdyZhklTiNrtg+4WqHpJpFDd+WHTg2oM7UcR80GqL05AOV0xEJzc6qNvFYoEtE+hRp1n9MpN6/+4yhlGkDXQ==} + engines: {node: 20.x || 22.x || 23.x || 24.x} big-integer@1.6.52: resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} @@ -2269,9 +2294,6 @@ packages: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} - camel-case@3.0.0: - resolution: {integrity: sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==} - camel-case@4.1.2: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} @@ -2299,9 +2321,6 @@ packages: resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - change-case@3.1.0: - resolution: {integrity: sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==} - change-case@4.1.2: resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==} @@ -2477,9 +2496,6 @@ packages: resolution: {integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==} engines: {node: '>=8'} - constant-case@2.0.0: - resolution: {integrity: sha512-eS0N9WwmjTqrOmR3o83F5vW8Z+9R1HnVz3xmzT2PMFug9ly+Au/fxRWlEBSb6LcZwspSsEn9Xs1uw9YgzAg1EQ==} - constant-case@3.0.4: resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} @@ -2502,6 +2518,10 @@ packages: resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} engines: {node: '>= 0.6'} + cookie@1.0.2: + resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} + engines: {node: '>=18'} + cookies@0.9.1: resolution: {integrity: sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==} engines: {node: '>= 0.8'} @@ -2666,10 +2686,6 @@ packages: resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} engines: {node: '>= 0.4'} - del@5.1.0: - resolution: {integrity: sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==} - engines: {node: '>=8'} - del@7.1.0: resolution: {integrity: sha512-v2KyNk7efxhlyHpjEvfyxaAihKKK0nWCuf6ZtqZcFFpQRG0bJ12Qsr0RpvsICMjAAZ8DOVCxrlqpxISlMHC4Kg==} engines: {node: '>=14.16'} @@ -2764,9 +2780,6 @@ packages: domutils@3.2.2: resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} - dot-case@2.1.1: - resolution: {integrity: sha512-HnM6ZlFqcajLsyudHq7LeeLDr2rFAVYtDv/hV5qchQEidSck8j9OPUsXY9KwJv/lHMtYlX4DjRQqwFYa+0r8Ug==} - dot-case@3.0.4: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} @@ -3059,12 +3072,13 @@ packages: typescript: '>3.6.0' webpack: ^5.11.0 - form-data@4.0.2: - resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} + form-data@4.0.4: + resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==} engines: {node: '>= 6'} formidable@2.1.0: resolution: {integrity: sha512-LeOnORDEghDydYqMps8nEQz8YAd2zXI/5tQrzQUAbTSVadf2ilYmG8Epbt63Y7QdC9ZljJ27KiIEXesVYlAtHw==} + deprecated: 'ATTENTION: v1 & v2 are old and deprecated; switch to v2 latest (2.1.5) or v3' formik@2.4.5: resolution: {integrity: sha512-Gxlht0TD3vVdzMDHwkiNZqJ7Mvg77xQNfmBRrNtvzcHZs72TJppSTDKHpImCMJZwcWPBJ8jSQQ95GJzXFf1nAQ==} @@ -3211,10 +3225,6 @@ packages: resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} - globby@10.0.2: - resolution: {integrity: sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==} - engines: {node: '>=8'} - globby@13.2.2: resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -3241,6 +3251,11 @@ packages: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} engines: {node: '>=10'} + handlebars@4.7.7: + resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} + engines: {node: '>=0.4.7'} + hasBin: true + handlebars@4.7.8: resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} engines: {node: '>=0.4.7'} @@ -3276,9 +3291,6 @@ packages: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true - header-case@1.0.1: - resolution: {integrity: sha512-i0q9mkOeSuhXw6bGgiQCCBgY/jlZuV/7dZXyZ9c6LcBrqwvT8eT719E9uxE5LiZftdl+z81Ugbg/VvXV4OJOeQ==} - header-case@2.0.4: resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} @@ -3440,10 +3452,6 @@ packages: resolution: {integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==} engines: {node: '>=10'} - inquirer@7.3.3: - resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} - engines: {node: '>=8.0.0'} - inquirer@8.2.5: resolution: {integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==} engines: {node: '>=12.0.0'} @@ -3523,9 +3531,6 @@ packages: resolution: {integrity: sha512-vlgs2cSgMOfnKU8c1ewgKPyum9rVrjjLLW2HBdL5i0iAJjOs8NY55ZBd/hqUTaYR0EO9CKZd3hVSC2HlIbygTQ==} engines: {node: '>=12'} - is-lower-case@1.1.3: - resolution: {integrity: sha512-+5A1e/WJpLLXZEDlgz4G//WYSHyQBD32qa4Jd3Lw06qQlv3fJHnp3YIHjTQSGzHMgzmVKz2ZP3rBxTHkPw/lxA==} - is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -3534,18 +3539,10 @@ packages: resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} engines: {node: '>=8'} - is-path-cwd@2.2.0: - resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} - engines: {node: '>=6'} - is-path-cwd@3.0.0: resolution: {integrity: sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} - is-path-inside@4.0.0: resolution: {integrity: sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==} engines: {node: '>=12'} @@ -3595,9 +3592,6 @@ packages: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} - is-upper-case@1.1.2: - resolution: {integrity: sha512-GQYSJMgfeAmVwh9ixyk888l7OIhNAGKtY6QA+IrWlu9MDTCaXmeozOZ2S9Knj7bQwBO/H6J2kb+pbyTUiMNbsw==} - is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} @@ -3612,10 +3606,6 @@ packages: isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} - isbinaryfile@4.0.10: - resolution: {integrity: sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==} - engines: {node: '>= 8.0.0'} - isbinaryfile@5.0.4: resolution: {integrity: sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==} engines: {node: '>= 18.0.0'} @@ -3665,6 +3655,9 @@ packages: json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + json-logic-js@2.0.5: + resolution: {integrity: sha512-rTT2+lqcuUmj4DgWfmzupZqQDA64AdmYqizzMPWj3DxGdfFNsxPpcNVSaTj4l8W2tG/+hg7/mQhxjU3aPacO6g==} + json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} @@ -3818,8 +3811,8 @@ packages: sequelize: optional: true - koa@2.15.4: - resolution: {integrity: sha512-7fNBIdrU2PEgLljXoPWoyY4r1e+ToWCmzS/wwMPbUNs7X+5MMET1ObhJBlUkF5uZG9B6QhM2zS1TsH6adegkiQ==} + koa@2.16.1: + resolution: {integrity: sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==} engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4} kuler@2.0.0: @@ -3912,12 +3905,6 @@ packages: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true - lower-case-first@1.0.2: - resolution: {integrity: sha512-UuxaYakO7XeONbKrZf5FEgkantPf5DUqDayzP5VXZrtRPdH86s4kN47I8B3TW10S4QKiE3ziHNf3kRN//okHjA==} - - lower-case@1.1.4: - resolution: {integrity: sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==} - lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} @@ -4123,10 +4110,6 @@ packages: mkdirp-classic@0.5.3: resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} - mkdirp@0.5.6: - resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} - hasBin: true - mkdirp@1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} engines: {node: '>=10'} @@ -4184,9 +4167,6 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - no-case@2.3.2: - resolution: {integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==} - no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} @@ -4200,10 +4180,6 @@ packages: node-machine-id@1.1.12: resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} - node-plop@0.26.3: - resolution: {integrity: sha512-Cov028YhBZ5aB7MdMWJEmwyBig43aGL5WT4vdoB28Oitau1zZAcHUn8Sgfk9HM33TqhtLJ9PlM/O0Mv+QpV/4Q==} - engines: {node: '>=8.9.4'} - node-plop@0.32.0: resolution: {integrity: sha512-lKFSRSRuDHhwDKMUobdsvaWCbbDRbV3jMUSMiajQSQux1aNUevAZVxUHc2JERI//W8ABPRbi3ebYuSuIzkNIpQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -4313,6 +4289,9 @@ packages: resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==} engines: {node: '>=12'} + openapi-types@12.1.3: + resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==} + opener@1.5.2: resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true @@ -4360,10 +4339,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-map@3.0.0: - resolution: {integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==} - engines: {node: '>=8'} - p-map@4.0.0: resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} engines: {node: '>=10'} @@ -4383,9 +4358,6 @@ packages: resolution: {integrity: sha512-CHJqc94AA8YfSLHGQT3DbvSIuE12NLFekpM4n7LRrAd3dOJtA911+4xe9q6nC3/jcKraq7nNS9VxgtT0KC+diA==} engines: {node: '>=12'} - param-case@2.1.1: - resolution: {integrity: sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==} - param-case@3.0.4: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} @@ -4418,9 +4390,6 @@ packages: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} engines: {node: '>= 0.8'} - pascal-case@2.0.1: - resolution: {integrity: sha512-qjS4s8rBOJa2Xm0jmxXiyh1+OFf6ekCWOvUaRgAQSktzlTbMotS0nmG9gyYAybCWBcuP4fsBeRCKNwGBnMe2OQ==} - pascal-case@3.1.2: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} @@ -4436,9 +4405,6 @@ packages: resolution: {integrity: sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==} engines: {node: '>= 0.4.0'} - path-case@2.1.1: - resolution: {integrity: sha512-Ou0N05MioItesaLr9q8TtHVWmJ6fxWdqKB2RohFmNWVyJ+2zeKIeDNWAN6B/Pe7wpzWChhZX6nONYmOnMeJQ/Q==} - path-case@3.0.4: resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==} @@ -4483,34 +4449,34 @@ packages: pause@0.0.1: resolution: {integrity: sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==} - pg-cloudflare@1.2.5: - resolution: {integrity: sha512-OOX22Vt0vOSRrdoUPKJ8Wi2OpE/o/h9T8X1s4qSkCedbNah9ei2W2765be8iMVxQUsvgT7zIAT2eIa9fs5+vtg==} + pg-cloudflare@1.2.7: + resolution: {integrity: sha512-YgCtzMH0ptvZJslLM1ffsY4EuGaU0cx4XSdXLRFae8bPP4dS5xL1tNB3k2o/N64cHJpwU7dxKli/nZ2lUa5fLg==} pg-connection-string@2.6.1: resolution: {integrity: sha512-w6ZzNu6oMmIzEAYVw+RLK0+nqHPt8K3ZnknKi+g48Ak2pr3dtljJW3o+D/n2zzCG07Zoe9VOX3aiKpj+BN0pjg==} - pg-connection-string@2.8.5: - resolution: {integrity: sha512-Ni8FuZ8yAF+sWZzojvtLE2b03cqjO5jNULcHFfM9ZZ0/JXrgom5pBREbtnAw7oxsxJqHw9Nz/XWORUEL3/IFow==} + pg-connection-string@2.9.1: + resolution: {integrity: sha512-nkc6NpDcvPVpZXxrreI/FOtX3XemeLl8E0qFr6F2Lrm/I8WOnaWNhIPK2Z7OHpw7gh5XJThi6j6ppgNoaT1w4w==} pg-int8@1.0.1: resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==} engines: {node: '>=4.0.0'} - pg-pool@3.9.6: - resolution: {integrity: sha512-rFen0G7adh1YmgvrmE5IPIqbb+IgEzENUm+tzm6MLLDSlPRoZVhzU1WdML9PV2W5GOdRA9qBKURlbt1OsXOsPw==} + pg-pool@3.10.1: + resolution: {integrity: sha512-Tu8jMlcX+9d8+QVzKIvM/uJtp07PKr82IUOYEphaWcoBhIYkoHpLXN3qO59nAI11ripznDsEzEv8nUxBVWajGg==} peerDependencies: pg: '>=8.0' - pg-protocol@1.9.5: - resolution: {integrity: sha512-DYTWtWpfd5FOro3UnAfwvhD8jh59r2ig8bPtc9H8Ds7MscE/9NYruUQWFAOuraRl29jwcT2kyMFQ3MxeaVjUhg==} + pg-protocol@1.10.3: + resolution: {integrity: sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==} pg-types@2.2.0: resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==} engines: {node: '>=4'} - pg@8.15.6: - resolution: {integrity: sha512-yvao7YI3GdmmrslNVsZgx9PfntfWrnXwtR+K/DjI0I/sTKif4Z623um+sjVZ1hk5670B+ODjvHDAckKdjmPTsg==} - engines: {node: '>= 8.0.0'} + pg@8.16.3: + resolution: {integrity: sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==} + engines: {node: '>= 16.0.0'} peerDependencies: pg-native: '>=3.0.1' peerDependenciesMeta: @@ -4718,10 +4684,10 @@ packages: '@types/react': optional: true - react-dom@18.3.1: - resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} + react-dom@19.1.1: + resolution: {integrity: sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==} peerDependencies: - react: ^18.3.1 + react: ^19.1.1 react-fast-compare@2.0.4: resolution: {integrity: sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==} @@ -4819,18 +4785,22 @@ packages: '@types/react': optional: true - react-router-dom@6.30.0: - resolution: {integrity: sha512-x30B78HV5tFk8ex0ITwzC9TTZMua4jGyA9IUlH1JLQYQTFyxr/ZxwOJq7evg1JX1qGVUcvhsmQSKdPncQrjTgA==} - engines: {node: '>=14.0.0'} + react-router-dom@7.9.3: + resolution: {integrity: sha512-1QSbA0TGGFKTAc/aWjpfW/zoEukYfU4dc1dLkT/vvf54JoGMkW+fNA+3oyo2gWVW1GM7BxjJVHz5GnPJv40rvg==} + engines: {node: '>=20.0.0'} peerDependencies: - react: '>=16.8' - react-dom: '>=16.8' + react: '>=18' + react-dom: '>=18' - react-router@6.30.0: - resolution: {integrity: sha512-D3X8FyH9nBcTSHGdEKurK7r8OYE1kKFn3d/CF+CoxbSHkxU7o37+Uh7eAHRXr6k2tSExXYO++07PeXJtA/dEhQ==} - engines: {node: '>=14.0.0'} + react-router@7.9.3: + resolution: {integrity: sha512-4o2iWCFIwhI/eYAIL43+cjORXYn/aRQPgtFRRZb3VzoyQ5Uej0Bmqj7437L97N9NJW4wnicSwLOLS+yCXfAPgg==} + engines: {node: '>=20.0.0'} peerDependencies: - react: '>=16.8' + react: '>=18' + react-dom: '>=18' + peerDependenciesMeta: + react-dom: + optional: true react-select@5.8.0: resolution: {integrity: sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==} @@ -4866,8 +4836,8 @@ packages: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 - react@18.3.1: - resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} + react@19.1.1: + resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==} engines: {node: '>=0.10.0'} read-pkg-up@7.0.1: @@ -5035,10 +5005,6 @@ packages: run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} - rxjs@6.6.7: - resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} - engines: {npm: '>=2.0.0'} - rxjs@7.8.2: resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} @@ -5065,8 +5031,8 @@ packages: scheduler@0.23.0: resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} - scheduler@0.23.2: - resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} + scheduler@0.26.0: + resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} schema-utils@3.3.0: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} @@ -5104,9 +5070,6 @@ packages: resolution: {integrity: sha512-lIhvnjSi5e5jL8wA1GPP6j2QVlx6JOEfmdn0QIfmuJdmXYGmJ375kcOU0NSm/34J+nypm4sa1AXrYE5w3uNIIA==} engines: {node: '>=6.0.0'} - sentence-case@2.1.1: - resolution: {integrity: sha512-ENl7cYHaK/Ktwk5OTD+aDbQ3uC8IByu/6Bkg+HDv8Mm+XnBnppVNalcfJTNsp1ibstKh030/JKQQWglDvtKwEQ==} - sentence-case@3.0.4: resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} @@ -5117,6 +5080,9 @@ packages: serialize-javascript@6.0.2: resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + set-cookie-parser@2.7.1: + resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==} + setprototypeof@1.1.0: resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} @@ -5188,10 +5154,6 @@ packages: resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} engines: {node: '>= 10'} - slash@3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} - slash@4.0.0: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} engines: {node: '>=12'} @@ -5211,9 +5173,6 @@ packages: slate@0.94.1: resolution: {integrity: sha512-GH/yizXr1ceBoZ9P9uebIaHe3dC/g6Plpf9nlUwnvoyf6V1UOYrRwkabtOCd3ZfIGxomY4P7lfgLr7FPH8/BKA==} - snake-case@2.1.0: - resolution: {integrity: sha512-FMR5YoPFwOLuh4rRz92dywJjyKYZNLpMn1R5ujVpIYkbA9p01fq8RMg0FkO4M+Yobt4MjHeLTJVm5xFFBHSV2Q==} - snake-case@3.0.4: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} @@ -5351,8 +5310,8 @@ packages: style-mod@4.1.2: resolution: {integrity: sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==} - styled-components@6.1.17: - resolution: {integrity: sha512-97D7DwWanI7nN24v0D4SvbfjLE9656umNSJZkBkDIWL37aZqG/wRQ+Y9pWtXyBIM/NSfcBzHLErEsqHmJNSVUg==} + styled-components@6.1.19: + resolution: {integrity: sha512-1v/e3Dl1BknC37cXMhwGomhO8AkYmN41CqyX9xhUDxry1ns3BFQy2lLDRQXJRdVVWB9OHemv/53xaStimvWyuA==} engines: {node: '>= 16'} peerDependencies: react: '>= 16.8.0' @@ -5380,9 +5339,6 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - swap-case@1.1.2: - resolution: {integrity: sha512-BAmWG6/bx8syfc6qXPprof3Mn5vQgf5dwdUNJhsNqU9WdPt5P+ES/wQ5bxfijy8zwZgZZHslC3iAsxsuQMCzJQ==} - tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} @@ -5449,9 +5405,6 @@ packages: tiny-warning@1.0.3: resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} - title-case@2.1.1: - resolution: {integrity: sha512-EkJoZ2O3zdCz3zJsYCsxyq2OC5hrxR9mfdd5I+w8h/tmFfeOxJ+vvkxsKxdmN0WtS9zLdHEgfgVOiMVgv+Po4Q==} - title-case@3.0.3: resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==} @@ -5486,9 +5439,6 @@ packages: resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==} engines: {node: '>= 14.0.0'} - tslib@1.14.1: - resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} @@ -5556,8 +5506,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - typescript@5.8.3: - resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} engines: {node: '>=14.17'} hasBin: true @@ -5580,8 +5530,8 @@ packages: undefsafe@2.0.5: resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} - undici-types@6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + undici-types@7.13.0: + resolution: {integrity: sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==} undici@6.21.2: resolution: {integrity: sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==} @@ -5616,15 +5566,9 @@ packages: peerDependencies: browserslist: '>= 4.21.0' - upper-case-first@1.1.2: - resolution: {integrity: sha512-wINKYvI3Db8dtjikdAqoBbZoP6Q+PZUyfMR7pmwHzjC2quzSkUq5DmPrTtPEqHaz8AGtmsB4TqwapMTM1QAQOQ==} - upper-case-first@2.0.2: resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==} - upper-case@1.1.3: - resolution: {integrity: sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==} - upper-case@2.0.2: resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} @@ -5706,8 +5650,8 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - vite@5.4.17: - resolution: {integrity: sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg==} + vite@5.4.19: + resolution: {integrity: sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -5920,8 +5864,8 @@ packages: resolution: {integrity: sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==} engines: {node: '>=10'} - zod@3.24.3: - resolution: {integrity: sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==} + zod@3.25.67: + resolution: {integrity: sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw==} snapshots: @@ -5954,11 +5898,6 @@ snapshots: dependencies: '@babel/types': 7.27.0 - '@babel/runtime-corejs3@7.27.0': - dependencies: - core-js-pure: 3.41.0 - regenerator-runtime: 0.14.1 - '@babel/runtime@7.27.0': dependencies: regenerator-runtime: 0.14.1 @@ -6059,6 +5998,38 @@ snapshots: '@discoveryjs/json-ext@0.5.7': {} + '@dnd-kit/accessibility@3.1.1(react@19.1.1)': + dependencies: + react: 19.1.1 + tslib: 2.8.1 + + '@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@dnd-kit/accessibility': 3.1.1(react@19.1.1) + '@dnd-kit/utilities': 3.2.2(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + tslib: 2.8.1 + + '@dnd-kit/modifiers@9.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)': + dependencies: + '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@dnd-kit/utilities': 3.2.2(react@19.1.1) + react: 19.1.1 + tslib: 2.8.1 + + '@dnd-kit/sortable@10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)': + dependencies: + '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@dnd-kit/utilities': 3.2.2(react@19.1.1) + react: 19.1.1 + tslib: 2.8.1 + + '@dnd-kit/utilities@3.2.2(react@19.1.1)': + dependencies: + react: 19.1.1 + tslib: 2.8.1 + '@emnapi/runtime@1.4.3': dependencies: tslib: 2.8.1 @@ -6098,19 +6069,19 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.14.0(@types/react@18.3.20)(react@18.3.1)': + '@emotion/react@11.14.0(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@emotion/babel-plugin': 11.13.5 '@emotion/cache': 11.14.0 '@emotion/serialize': 1.3.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.1) '@emotion/utils': 1.4.2 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 transitivePeerDependencies: - supports-color @@ -6128,9 +6099,9 @@ snapshots: '@emotion/unitless@0.8.1': {} - '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@18.3.1)': + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.1.1)': dependencies: - react: 18.3.1 + react: 19.1.1 '@emotion/utils@1.4.2': {} @@ -6289,11 +6260,11 @@ snapshots: '@floating-ui/core': 1.6.9 '@floating-ui/utils': 0.2.9 - '@floating-ui/react-dom@2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@floating-ui/react-dom@2.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@floating-ui/dom': 1.6.13 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) '@floating-ui/utils@0.2.9': {} @@ -6333,7 +6304,7 @@ snapshots: dependencies: tslib: 2.8.1 - '@formatjs/intl@2.10.0(typescript@5.8.3)': + '@formatjs/intl@2.10.0(typescript@5.9.3)': dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/fast-memoize': 2.2.0 @@ -6343,7 +6314,7 @@ snapshots: intl-messageformat: 10.5.11 tslib: 2.8.1 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.3 '@hapi/bourne@3.0.0': {} @@ -6471,7 +6442,7 @@ snapshots: '@koa/router@12.0.2': dependencies: - debug: 4.3.4 + debug: 4.4.0(supports-color@5.5.0) http-errors: 2.0.0 koa-compose: 4.1.0 methods: 1.1.2 @@ -6497,16 +6468,16 @@ snapshots: '@marijn/find-cluster-break@1.0.2': {} - '@mux/mux-player-react@3.1.0(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mux/mux-player-react@3.1.0(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@mux/mux-player': 3.1.0 '@mux/playback-core': 0.27.0 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) '@mux/mux-player@3.1.0': dependencies: @@ -6585,555 +6556,555 @@ snapshots: dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-accordion@1.1.2(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-accordion@1.1.2(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-alert-dialog@1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-alert-dialog@1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-dialog': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-arrow@1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-arrow@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-avatar@1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-avatar@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-checkbox@1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-checkbox@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-collapsible@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-collection@1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-collection@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-compose-refs@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-context@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-context@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-dialog@1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) aria-hidden: 1.2.4 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-remove-scroll: 2.5.5(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.5.5(@types/react@19.1.16)(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-direction@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-direction@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-menu': 2.0.6(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-menu': 2.0.6(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-focus-guards@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-focus-scope@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-id@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-id@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-menu@2.0.6(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-menu@2.0.6(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) aria-hidden: 1.2.4 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-remove-scroll: 2.5.5(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.5.5(@types/react@19.1.16)(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-popover@1.0.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-popover@1.0.7(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) aria-hidden: 1.2.4 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-remove-scroll: 2.5.5(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.5.5(@types/react@19.1.16)(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-popper@1.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-popper@1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-rect': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.20)(react@18.3.1) + '@floating-ui/react-dom': 2.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-arrow': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-rect': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.16)(react@19.1.1) '@radix-ui/rect': 1.0.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-portal@1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-portal@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-presence@1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-presence@1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-primitive@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-progress@1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-progress@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-radio-group@1.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-radio-group@1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-roving-focus@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-scroll-area@1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-scroll-area@1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-separator@1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-separator@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-slot@1.0.2(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-slot@1.0.2(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-switch@1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-switch@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-tabs@1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-tabs@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-toggle-group@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-toggle': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-toggle': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-toggle@1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-toggle@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-toolbar@1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-toolbar@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-separator': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-toggle-group': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-separator': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-toggle-group': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-tooltip@1.0.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-tooltip@1.0.7(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) - '@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-use-callback-ref@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-use-controllable-state@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-use-layout-effect@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-use-previous@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-use-previous@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-use-rect@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-use-rect@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/rect': 1.0.1 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-use-size@1.0.1(@types/react@18.3.20)(react@18.3.1)': + '@radix-ui/react-use-size@1.0.1(@types/react@19.1.16)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.20)(react@18.3.1) - react: 18.3.1 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) '@radix-ui/rect@1.0.1': dependencies: @@ -7145,17 +7116,15 @@ snapshots: '@react-dnd/shallowequal@4.0.2': {} - '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1)': + '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1)': dependencies: immer: 9.0.21 redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 optionalDependencies: - react: 18.3.1 - react-redux: 8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) - - '@remix-run/router@1.23.0': {} + react: 19.1.1 + react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) '@rollup/rollup-android-arm-eabi@4.40.0': optional: true @@ -7217,7 +7186,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.40.0': optional: true - '@rushstack/node-core-library@5.13.0(@types/node@20.17.30)': + '@rushstack/node-core-library@5.13.0(@types/node@24.6.1)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -7228,18 +7197,18 @@ snapshots: resolve: 1.22.10 semver: 7.5.4 optionalDependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 - '@rushstack/terminal@0.15.2(@types/node@20.17.30)': + '@rushstack/terminal@0.15.2(@types/node@24.6.1)': dependencies: - '@rushstack/node-core-library': 5.13.0(@types/node@20.17.30) + '@rushstack/node-core-library': 5.13.0(@types/node@24.6.1) supports-color: 8.1.1 optionalDependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 - '@rushstack/ts-command-line@4.23.7(@types/node@20.17.30)': + '@rushstack/ts-command-line@4.23.7(@types/node@24.6.1)': dependencies: - '@rushstack/terminal': 0.15.2(@types/node@20.17.30) + '@rushstack/terminal': 0.15.2(@types/node@24.6.1) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -7260,24 +7229,24 @@ snapshots: escape-string-regexp: 2.0.0 lodash.deburr: 4.1.0 - '@strapi/admin@5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@strapi/admin@5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))': dependencies: '@casl/ability': 6.5.0 '@internationalized/date': 3.5.4 - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) - '@strapi/data-transfer': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3) - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/permissions': 5.12.6 - '@strapi/types': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3) - '@strapi/typescript-utils': 5.12.6 - '@strapi/utils': 5.12.6 + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) + '@strapi/data-transfer': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/permissions': 5.24.2 + '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) + '@strapi/typescript-utils': 5.24.2 + '@strapi/utils': 5.24.2 '@testing-library/dom': 10.1.0 - '@testing-library/react': 15.0.7(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@testing-library/react': 15.0.7(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@testing-library/user-event': 14.5.2(@testing-library/dom@10.1.0) - axios: 1.8.4(debug@4.3.4) + axios: 1.12.2(debug@4.3.4) bcryptjs: 2.4.3 boxen: 5.1.2 chalk: 4.1.2 @@ -7286,7 +7255,7 @@ snapshots: date-fns: 2.30.0 execa: 5.1.1 fast-deep-equal: 3.1.3 - formik: 2.4.5(react@18.3.1) + formik: 2.4.5(react@19.1.1) fractional-indexing: 3.2.0 fs-extra: 11.2.0 highlight.js: 10.7.3 @@ -7294,41 +7263,41 @@ snapshots: inquirer: 8.2.5 invariant: 2.2.4 is-localhost-ip: 2.0.0 + json-logic-js: 2.0.5 jsonwebtoken: 9.0.0 - koa: 2.15.4 + koa: 2.16.1 koa-compose: 4.1.0 koa-passport: 6.0.0 koa-static: 5.0.0 koa2-ratelimit: 1.1.3 lodash: 4.17.21 - node-schedule: 2.1.1 ora: 5.4.1 p-map: 4.0.0 passport-local: 1.0.0 pluralize: 8.0.0 punycode: 2.3.1 qs: 6.11.1 - react: 18.3.1 - react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1) react-dnd-html5-backend: 16.0.1 - react-dom: 18.3.1(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) + react-dom: 19.1.1(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) react-is: 18.3.1 - react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-redux: 8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-select: 5.8.0(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-window: 1.8.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-select: 5.8.0(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-window: 1.8.10(react-dom@19.1.1(react@19.1.1))(react@19.1.1) rimraf: 5.0.5 sanitize-html: 2.13.0 scheduler: 0.23.0 semver: 7.5.4 sift: 16.0.1 - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) typescript: 5.4.4 - use-context-selector: 1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.0) + use-context-selector: 1.4.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(scheduler@0.23.0) yup: 0.32.9 - zod: 3.24.3 + zod: 3.25.67 transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7358,10 +7327,10 @@ snapshots: - supports-color - tedious - '@strapi/cloud-cli@5.12.6': + '@strapi/cloud-cli@5.24.2': dependencies: - '@strapi/utils': 5.12.6 - axios: 1.8.4(debug@4.3.4) + '@strapi/utils': 5.24.2 + axios: 1.12.2(debug@4.3.4) boxen: 5.1.2 chalk: 4.1.2 cli-progress: 3.12.0 @@ -7384,22 +7353,25 @@ snapshots: - debug - supports-color - '@strapi/content-manager@5.12.6(c86eee7e17baa3546cebe5dae1cedb68)': + '@strapi/content-manager@5.24.2(61f941d9770f7c81bed13b0d1a48a2c6)': dependencies: - '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@dnd-kit/sortable': 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) + '@dnd-kit/utilities': 3.2.2(react@19.1.1) + '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) '@sindresorhus/slugify': 1.1.0 - '@strapi/admin': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/types': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3) - '@strapi/utils': 5.12.6 + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) + '@strapi/utils': 5.24.2 codemirror5: codemirror@5.65.19 date-fns: 2.30.0 fractional-indexing: 3.2.0 highlight.js: 10.7.3 immer: 9.0.21 - koa: 2.15.4 + koa: 2.16.1 lodash: 4.17.21 markdown-it: 13.0.2 markdown-it-abbr: 1.0.4 @@ -7411,24 +7383,23 @@ snapshots: markdown-it-mark: 3.0.1 markdown-it-sub: 1.0.0 markdown-it-sup: 1.0.0 - node-schedule: 2.1.1 prismjs: 1.30.0 qs: 6.11.1 - react: 18.3.1 - react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1) react-dnd-html5-backend: 16.0.1 - react-dom: 18.3.1(react@18.3.1) - react-helmet: 6.1.0(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.8.3) - react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-redux: 8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-window: 1.8.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-dom: 19.1.1(react@19.1.1) + react-helmet: 6.1.0(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.9.3) + react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-window: 1.8.10(react-dom@19.1.1(react@19.1.1))(react@19.1.1) sanitize-html: 2.13.0 slate: 0.94.1 slate-history: 0.93.0(slate@0.94.1) - slate-react: 0.98.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate@0.94.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + slate-react: 0.98.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(slate@0.94.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) yup: 0.32.9 transitivePeerDependencies: - '@babel/runtime' @@ -7456,28 +7427,27 @@ snapshots: - tedious - typescript - '@strapi/content-releases@5.12.6(48de1934d871b779896c62ff8cdeb19e)': + '@strapi/content-releases@5.24.2(61f92a12c5ae1b0544f601c75f6f9798)': dependencies: - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) - '@strapi/admin': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/content-manager': 5.12.6(c86eee7e17baa3546cebe5dae1cedb68) - '@strapi/database': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6) - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/types': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3) - '@strapi/utils': 5.12.6 + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/content-manager': 5.24.2(61f941d9770f7c81bed13b0d1a48a2c6) + '@strapi/database': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3) + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) + '@strapi/utils': 5.24.2 date-fns: 2.30.0 date-fns-tz: 2.0.1(date-fns@2.30.0) - formik: 2.4.5(react@18.3.1) + formik: 2.4.5(react@19.1.1) lodash: 4.17.21 - node-schedule: 2.1.1 qs: 6.11.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) - react-redux: 8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) + react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) yup: 0.32.9 transitivePeerDependencies: - '@babel/runtime' @@ -7504,28 +7474,33 @@ snapshots: - tedious - typescript - '@strapi/content-type-builder@5.12.6(8dbde9004e773ff2e1ed90ea1c3378be)': + '@strapi/content-type-builder@5.24.2(dd14a977db5c6dcb41c3f5a889015f8a)': dependencies: - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@dnd-kit/modifiers': 9.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) + '@dnd-kit/sortable': 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) + '@dnd-kit/utilities': 3.2.2(react@19.1.1) + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) '@sindresorhus/slugify': 1.1.0 - '@strapi/admin': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/generators': 5.12.6 - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/utils': 5.12.6 + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/generators': 5.24.2 + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/utils': 5.24.2 date-fns: 2.30.0 fs-extra: 11.2.0 immer: 9.0.21 lodash: 4.17.21 pluralize: 8.0.0 qs: 6.11.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) - react-redux: 8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) + react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) yup: 0.32.9 + zod: 3.25.67 transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7542,19 +7517,20 @@ snapshots: - redux - typescript - '@strapi/core@5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@strapi/core@5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))': dependencies: '@koa/cors': 5.0.0 '@koa/router': 12.0.2 '@paralleldrive/cuid2': 2.2.2 - '@strapi/admin': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/database': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6) - '@strapi/generators': 5.12.6 - '@strapi/logger': 5.12.6 - '@strapi/permissions': 5.12.6 - '@strapi/types': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3) - '@strapi/typescript-utils': 5.12.6 - '@strapi/utils': 5.12.6 + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/database': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3) + '@strapi/generators': 5.24.2 + '@strapi/logger': 5.24.2 + '@strapi/permissions': 5.24.2 + '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) + '@strapi/typescript-utils': 5.24.2 + '@strapi/utils': 5.24.2 + '@vercel/stega': 0.1.2 bcryptjs: 2.4.3 boxen: 5.1.2 chalk: 4.1.2 @@ -7573,7 +7549,9 @@ snapshots: http-errors: 2.0.0 inquirer: 8.2.5 is-docker: 2.2.1 - koa: 2.15.4 + json-logic-js: 2.0.5 + jsonwebtoken: 9.0.0 + koa: 2.16.1 koa-body: 6.0.1 koa-compose: 4.1.0 koa-compress: 5.1.1 @@ -7596,6 +7574,7 @@ snapshots: typescript: 5.4.4 undici: 6.21.2 yup: 0.32.9 + zod: 3.25.67 transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7629,11 +7608,11 @@ snapshots: - supports-color - tedious - '@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3)': + '@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3)': dependencies: - '@strapi/logger': 5.12.6 - '@strapi/types': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3) - '@strapi/utils': 5.12.6 + '@strapi/logger': 5.24.2 + '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) + '@strapi/utils': 5.24.2 chalk: 4.1.2 cli-table3: 0.6.5 commander: 8.3.0 @@ -7662,18 +7641,18 @@ snapshots: - typescript - utf-8-validate - '@strapi/database@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)': + '@strapi/database@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)': dependencies: '@paralleldrive/cuid2': 2.2.2 - '@strapi/utils': 5.12.6 + '@strapi/utils': 5.24.2 ajv: 8.16.0 date-fns: 2.30.0 debug: 4.3.4 fs-extra: 11.2.0 - knex: 3.0.1(better-sqlite3@11.3.0)(pg@8.15.6) + knex: 3.0.1(better-sqlite3@12.4.1)(pg@8.16.3) lodash: 4.17.21 semver: 7.5.4 - umzug: 3.8.1(@types/node@20.17.30) + umzug: 3.8.1(@types/node@24.6.1) transitivePeerDependencies: - '@types/node' - better-sqlite3 @@ -7685,37 +7664,37 @@ snapshots: - supports-color - tedious - '@strapi/design-system@2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@strapi/design-system@2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))': dependencies: '@codemirror/lang-json': 6.0.1 - '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@floating-ui/react-dom': 2.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@internationalized/date': 3.5.4 '@internationalized/number': 3.5.3 - '@radix-ui/react-accordion': 1.1.2(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-alert-dialog': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-avatar': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-checkbox': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-dropdown-menu': 2.0.6(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-popover': 1.0.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-progress': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-radio-group': 1.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-scroll-area': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-switch': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-tabs': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-tooltip': 1.0.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/ui-primitives': 2.0.0-rc.23(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@uiw/react-codemirror': 4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-accordion': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-alert-dialog': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-avatar': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-checkbox': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-dialog': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-dropdown-menu': 2.0.6(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-popover': 1.0.7(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-progress': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-radio-group': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-scroll-area': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-switch': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-tabs': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-tooltip': 1.0.7(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/ui-primitives': 2.0.0-rc.29(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@uiw/react-codemirror': 4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) lodash: 4.17.21 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-remove-scroll: 2.5.10(@types/react@18.3.20)(react@18.3.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.5.10(@types/react@19.1.16)(react@19.1.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7729,23 +7708,24 @@ snapshots: - '@types/react-dom' - codemirror - '@strapi/email@5.12.6(e08cf64aa9efcd41490c3309c0a3f5c2)': + '@strapi/email@5.24.2(4017b833738842a7508233cd69805ed0)': dependencies: - '@strapi/admin': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/provider-email-sendmail': 5.12.6 - '@strapi/utils': 5.12.6 - koa: 2.15.4 + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/provider-email-sendmail': 5.24.2 + '@strapi/utils': 5.24.2 + koa: 2.16.1 koa2-ratelimit: 1.1.3 lodash: 4.17.21 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) - react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) + react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) yup: 0.32.9 + zod: 3.25.67 transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7764,35 +7744,36 @@ snapshots: - sequelize - typescript - '@strapi/generators@5.12.6': + '@strapi/generators@5.24.2': dependencies: '@sindresorhus/slugify': 1.1.0 - '@strapi/typescript-utils': 5.12.6 - '@strapi/utils': 5.12.6 + '@strapi/typescript-utils': 5.24.2 + '@strapi/utils': 5.24.2 chalk: 4.1.2 copyfiles: 2.4.1 fs-extra: 11.2.0 - node-plop: 0.26.3 + handlebars: 4.7.7 plop: 4.0.1 pluralize: 8.0.0 - '@strapi/i18n@5.12.6(feabe6bbb3c934d93f3995810946decc)': + '@strapi/i18n@5.24.2(c434b32363cb4a814af5c079437dd3e8)': dependencies: - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) - '@strapi/admin': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/content-manager': 5.12.6(c86eee7e17baa3546cebe5dae1cedb68) - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/utils': 5.12.6 + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/content-manager': 5.24.2(61f941d9770f7c81bed13b0d1a48a2c6) + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/utils': 5.24.2 lodash: 4.17.21 qs: 6.11.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) - react-redux: 8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) + react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) yup: 0.32.9 + zod: 3.25.67 transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7809,35 +7790,44 @@ snapshots: - redux - typescript - '@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))': dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@strapi/logger@5.12.6': + '@strapi/logger@5.24.2': dependencies: lodash: 4.17.21 winston: 3.10.0 - '@strapi/permissions@5.12.6': + '@strapi/openapi@5.24.2': + dependencies: + debug: 4.3.4 + openapi-types: 12.1.3 + zod: 3.25.67 + transitivePeerDependencies: + - supports-color + + '@strapi/permissions@5.24.2': dependencies: '@casl/ability': 6.5.0 - '@strapi/utils': 5.12.6 + '@strapi/utils': 5.24.2 lodash: 4.17.21 qs: 6.11.1 sift: 16.0.1 - '@strapi/plugin-cloud@5.12.6(6171cc3bb71f57ec17e5e31765bc9ed4)': - dependencies: - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/strapi': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.15.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.8.3) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@strapi/plugin-cloud@5.24.2(7088fba5030af79a4db7c93fad43e9f8)': + dependencies: + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/strapi': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(terser@5.39.0)(type-fest@4.40.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.9.3) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7852,32 +7842,33 @@ snapshots: - codemirror - typescript - '@strapi/plugin-users-permissions@5.12.6(f1d13ed505192267f386ad61fb668e56)': + '@strapi/plugin-users-permissions@5.24.2(bd9fb448e1207b0aa54ff4f8deb12001)': dependencies: - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/strapi': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.15.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) - '@strapi/utils': 5.12.6 + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/strapi': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(terser@5.39.0)(type-fest@4.40.0) + '@strapi/utils': 5.24.2 bcryptjs: 2.4.3 - formik: 2.4.5(react@18.3.1) + formik: 2.4.5(react@19.1.1) grant: 5.4.24 immer: 9.0.21 jsonwebtoken: 9.0.0 jwk-to-pem: 2.0.5 - koa: 2.15.4 + koa: 2.16.1 koa2-ratelimit: 1.1.3 lodash: 4.17.21 prop-types: 15.8.1 purest: 4.0.2 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.8.3) - react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-redux: 8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.9.3) + react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) url-join: 4.0.1 yup: 0.32.9 + zod: 3.25.67 transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7898,34 +7889,34 @@ snapshots: - supports-color - typescript - '@strapi/provider-email-sendmail@5.12.6': + '@strapi/provider-email-sendmail@5.24.2': dependencies: - '@strapi/utils': 5.12.6 + '@strapi/utils': 5.24.2 sendmail: 1.6.1 - '@strapi/provider-upload-local@5.12.6': + '@strapi/provider-upload-local@5.24.2': dependencies: - '@strapi/utils': 5.12.6 + '@strapi/utils': 5.24.2 fs-extra: 11.2.0 - '@strapi/review-workflows@5.12.6(f60d35951e67425d85973f653f0ef110)': + '@strapi/review-workflows@5.24.2(4d477ce60b28ca066d6c247ce31260e2)': dependencies: - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) - '@strapi/admin': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/content-manager': 5.12.6(c86eee7e17baa3546cebe5dae1cedb68) - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/utils': 5.12.6 + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/content-manager': 5.24.2(61f941d9770f7c81bed13b0d1a48a2c6) + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/utils': 5.24.2 fractional-indexing: 3.2.0 - react: 18.3.1 - react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1) react-dnd-html5-backend: 16.0.1 - react-dom: 18.3.1(react@18.3.1) - react-helmet: 6.1.0(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) - react-redux: 8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-dom: 19.1.1(react@19.1.1) + react-helmet: 6.1.0(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) + react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) yup: 0.32.9 transitivePeerDependencies: - '@babel/runtime' @@ -7945,29 +7936,30 @@ snapshots: - redux - typescript - '@strapi/strapi@5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.15.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0)': + '@strapi/strapi@5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(terser@5.39.0)(type-fest@4.40.0)': dependencies: '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.0)(type-fest@4.40.0)(webpack-hot-middleware@2.26.1)(webpack@5.99.6(esbuild@0.25.3)) - '@strapi/admin': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/cloud-cli': 5.12.6 - '@strapi/content-manager': 5.12.6(c86eee7e17baa3546cebe5dae1cedb68) - '@strapi/content-releases': 5.12.6(48de1934d871b779896c62ff8cdeb19e) - '@strapi/content-type-builder': 5.12.6(8dbde9004e773ff2e1ed90ea1c3378be) - '@strapi/core': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/data-transfer': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3) - '@strapi/database': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6) - '@strapi/email': 5.12.6(e08cf64aa9efcd41490c3309c0a3f5c2) - '@strapi/generators': 5.12.6 - '@strapi/i18n': 5.12.6(feabe6bbb3c934d93f3995810946decc) - '@strapi/logger': 5.12.6 - '@strapi/permissions': 5.12.6 - '@strapi/review-workflows': 5.12.6(f60d35951e67425d85973f653f0ef110) - '@strapi/types': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3) - '@strapi/typescript-utils': 5.12.6 - '@strapi/upload': 5.12.6(602d3031ddc650e139b3d3c4966c9f9f) - '@strapi/utils': 5.12.6 + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/cloud-cli': 5.24.2 + '@strapi/content-manager': 5.24.2(61f941d9770f7c81bed13b0d1a48a2c6) + '@strapi/content-releases': 5.24.2(61f92a12c5ae1b0544f601c75f6f9798) + '@strapi/content-type-builder': 5.24.2(dd14a977db5c6dcb41c3f5a889015f8a) + '@strapi/core': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/data-transfer': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) + '@strapi/database': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3) + '@strapi/email': 5.24.2(4017b833738842a7508233cd69805ed0) + '@strapi/generators': 5.24.2 + '@strapi/i18n': 5.24.2(c434b32363cb4a814af5c079437dd3e8) + '@strapi/logger': 5.24.2 + '@strapi/openapi': 5.24.2 + '@strapi/permissions': 5.24.2 + '@strapi/review-workflows': 5.24.2(4d477ce60b28ca066d6c247ce31260e2) + '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) + '@strapi/typescript-utils': 5.24.2 + '@strapi/upload': 5.24.2(1e772fb613cb66a0c6a0b659491e4cc9) + '@strapi/utils': 5.24.2 '@types/nodemon': 1.19.6 - '@vitejs/plugin-react-swc': 3.6.0(@swc/helpers@0.5.17)(vite@5.4.17(@types/node@20.17.30)(terser@5.39.0)) + '@vitejs/plugin-react-swc': 3.6.0(@swc/helpers@0.5.17)(vite@5.4.19(@types/node@24.6.1)(terser@5.39.0)) boxen: 5.1.2 browserslist: 4.24.4 browserslist-to-esbuild: 1.2.0 @@ -7997,17 +7989,17 @@ snapshots: outdent: 0.8.0 pkg-up: 3.1.0 prettier: 3.3.3 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) react-refresh: 0.14.0 - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) read-pkg-up: 7.0.1 resolve-from: 5.0.0 semver: 7.5.4 style-loader: 3.3.4(webpack@5.99.6(esbuild@0.25.3)) - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) typescript: 5.4.4 - vite: 5.4.17(@types/node@20.17.30)(terser@5.39.0) + vite: 5.4.19(@types/node@24.6.1)(terser@5.39.0) webpack: 5.99.6(esbuild@0.25.3) webpack-bundle-analyzer: 4.10.2 webpack-dev-middleware: 6.1.2(webpack@5.99.6(esbuild@0.25.3)) @@ -8064,22 +8056,24 @@ snapshots: - webpack-dev-server - webpack-plugin-serve - '@strapi/types@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.8.3)': + '@strapi/types@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3)': dependencies: '@casl/ability': 6.5.0 '@koa/cors': 5.0.0 '@koa/router': 12.0.2 - '@strapi/database': 5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6) - '@strapi/logger': 5.12.6 - '@strapi/permissions': 5.12.6 - '@strapi/utils': 5.12.6 + '@strapi/database': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3) + '@strapi/logger': 5.24.2 + '@strapi/permissions': 5.24.2 + '@strapi/utils': 5.24.2 commander: 8.3.0 - koa: 2.15.4 + json-logic-js: 2.0.5 + koa: 2.16.1 koa-body: 6.0.1 node-schedule: 2.1.1 - typedoc: 0.25.10(typescript@5.8.3) - typedoc-github-wiki-theme: 1.1.0(typedoc-plugin-markdown@3.17.1(typedoc@0.25.10(typescript@5.8.3)))(typedoc@0.25.10(typescript@5.8.3)) - typedoc-plugin-markdown: 3.17.1(typedoc@0.25.10(typescript@5.8.3)) + typedoc: 0.25.10(typescript@5.9.3) + typedoc-github-wiki-theme: 1.1.0(typedoc-plugin-markdown@3.17.1(typedoc@0.25.10(typescript@5.9.3)))(typedoc@0.25.10(typescript@5.9.3)) + typedoc-plugin-markdown: 3.17.1(typedoc@0.25.10(typescript@5.9.3)) + zod: 3.25.67 transitivePeerDependencies: - '@types/node' - better-sqlite3 @@ -8092,7 +8086,7 @@ snapshots: - tedious - typescript - '@strapi/typescript-utils@5.12.6': + '@strapi/typescript-utils@5.24.2': dependencies: chalk: 4.1.2 cli-table3: 0.6.5 @@ -8101,46 +8095,47 @@ snapshots: prettier: 3.3.3 typescript: 5.4.4 - '@strapi/ui-primitives@2.0.0-rc.23(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@strapi/ui-primitives@2.0.0-rc.29(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.20)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) aria-hidden: 1.2.4 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-remove-scroll: 2.5.10(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.5.10(@types/react@19.1.16)(react@19.1.1) transitivePeerDependencies: - '@types/react' - '@types/react-dom' - '@strapi/upload@5.12.6(602d3031ddc650e139b3d3c4966c9f9f)': + '@strapi/upload@5.24.2(1e772fb613cb66a0c6a0b659491e4cc9)': dependencies: - '@mux/mux-player-react': 3.1.0(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@strapi/admin': 5.12.6(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.12.6(@types/node@20.17.30)(better-sqlite3@11.3.0)(pg@8.15.6)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(better-sqlite3@11.3.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.15.6)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/design-system': 2.0.0-rc.23(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/icons': 2.0.0-rc.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/provider-upload-local': 5.12.6 - '@strapi/utils': 5.12.6 + '@mux/mux-player-react': 3.1.0(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) + '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + '@strapi/provider-upload-local': 5.24.2 + '@strapi/utils': 5.24.2 byte-size: 8.1.1 cropperjs: 1.6.1 date-fns: 2.30.0 - formik: 2.4.5(react@18.3.1) + formik: 2.4.5(react@19.1.1) fs-extra: 11.2.0 immer: 9.0.21 koa-range: 0.3.0 @@ -8149,17 +8144,18 @@ snapshots: mime-types: 2.1.35 prop-types: 15.8.1 qs: 6.11.1 - react: 18.3.1 - react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react@18.3.20)(react@18.3.1) - react-dom: 18.3.1(react@18.3.1) - react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) - react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-redux: 8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) - react-router-dom: 6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-select: 5.8.0(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.1.1 + react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1) + react-dom: 19.1.1(react@19.1.1) + react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) + react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) + react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-select: 5.8.0(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) sharp: 0.33.5 - styled-components: 6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) yup: 0.32.9 + zod: 3.25.67 transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -8179,7 +8175,7 @@ snapshots: - supports-color - typescript - '@strapi/utils@5.12.6': + '@strapi/utils@5.24.2': dependencies: '@sindresorhus/slugify': 1.1.0 date-fns: 2.30.0 @@ -8190,7 +8186,7 @@ snapshots: p-map: 4.0.0 preferred-pm: 3.1.2 yup: 0.32.9 - zod: 3.24.3 + zod: 3.25.67 '@swc/core-darwin-arm64@1.11.22': optional: true @@ -8264,15 +8260,15 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@15.0.7(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@15.0.7(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@testing-library/dom': 10.1.0 - '@types/react-dom': 18.3.6(@types/react@18.3.20) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.3.6(@types/react@19.1.16) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 '@testing-library/user-event@14.5.2(@testing-library/dom@10.1.0)': dependencies: @@ -8280,7 +8276,7 @@ snapshots: '@types/accepts@1.3.7': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/argparse@1.0.38': {} @@ -8289,23 +8285,23 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/responselike': 1.0.3 '@types/co-body@6.1.3': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/qs': 6.9.18 '@types/connect@3.4.38': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/content-disposition@0.5.8': {} @@ -8314,7 +8310,7 @@ snapshots: '@types/connect': 3.4.38 '@types/express': 5.0.1 '@types/keygrip': 1.0.6 - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/eslint-scope@3.7.7': dependencies: @@ -8330,14 +8326,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/qs': 6.9.18 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.6': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/qs': 6.9.18 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -8359,20 +8355,15 @@ snapshots: '@types/follow-redirects@1.14.4': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/formidable@2.0.6': dependencies: - '@types/node': 20.17.30 - - '@types/glob@7.2.0': - dependencies: - '@types/minimatch': 5.1.2 - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/hoist-non-react-statics@3.3.6': dependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 hoist-non-react-statics: 3.3.2 '@types/html-minifier-terser@6.1.0': {} @@ -8383,11 +8374,6 @@ snapshots: '@types/http-errors@2.0.4': {} - '@types/inquirer@6.5.0': - dependencies: - '@types/through': 0.0.33 - rxjs: 6.6.7 - '@types/inquirer@9.0.7': dependencies: '@types/through': 0.0.33 @@ -8400,13 +8386,13 @@ snapshots: '@types/jsonwebtoken@9.0.9': dependencies: '@types/ms': 2.1.0 - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/keygrip@1.0.6': {} '@types/keyv@3.1.4': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/koa-compose@3.2.8': dependencies: @@ -8421,28 +8407,26 @@ snapshots: '@types/http-errors': 2.0.4 '@types/keygrip': 1.0.6 '@types/koa-compose': 3.2.8 - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/liftoff@4.0.3': dependencies: '@types/fined': 1.1.5 - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/lodash@4.17.16': {} '@types/mime@1.3.5': {} - '@types/minimatch@5.1.2': {} - '@types/ms@2.1.0': {} - '@types/node@20.17.30': + '@types/node@24.6.1': dependencies: - undici-types: 6.19.8 + undici-types: 7.13.0 '@types/nodemon@1.19.6': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/normalize-package-data@2.4.4': {} @@ -8450,7 +8434,7 @@ snapshots: '@types/progress-stream@2.0.5': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/prop-types@15.7.14': {} @@ -8458,39 +8442,47 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@18.3.6(@types/react@18.3.20)': + '@types/react-dom@18.3.6(@types/react@19.1.16)': dependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - '@types/react-transition-group@4.4.12(@types/react@18.3.20)': + '@types/react-dom@19.1.9(@types/react@19.1.16)': dependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 + + '@types/react-transition-group@4.4.12(@types/react@19.1.16)': + dependencies: + '@types/react': 19.1.16 '@types/react@18.3.20': dependencies: '@types/prop-types': 15.7.14 csstype: 3.1.3 + '@types/react@19.1.16': + dependencies: + csstype: 3.1.3 + '@types/responselike@1.0.3': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/send': 0.17.4 '@types/stylis@4.2.5': {} '@types/through@0.0.33': dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 '@types/triple-beam@1.3.5': {} @@ -8522,7 +8514,7 @@ snapshots: '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.6 - '@uiw/react-codemirror@4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@uiw/react-codemirror@4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.27.0 '@codemirror/commands': 6.8.1 @@ -8531,18 +8523,20 @@ snapshots: '@codemirror/view': 6.36.6 '@uiw/codemirror-extensions-basic-setup': 4.22.2(@codemirror/autocomplete@6.18.6)(@codemirror/commands@6.8.1)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/view@6.36.6) codemirror: 5.65.19 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) transitivePeerDependencies: - '@codemirror/autocomplete' - '@codemirror/language' - '@codemirror/lint' - '@codemirror/search' - '@vitejs/plugin-react-swc@3.6.0(@swc/helpers@0.5.17)(vite@5.4.17(@types/node@20.17.30)(terser@5.39.0))': + '@vercel/stega@0.1.2': {} + + '@vitejs/plugin-react-swc@3.6.0(@swc/helpers@0.5.17)(vite@5.4.19(@types/node@24.6.1)(terser@5.39.0))': dependencies: '@swc/core': 1.11.22(@swc/helpers@0.5.17) - vite: 5.4.17(@types/node@20.17.30)(terser@5.39.0) + vite: 5.4.19(@types/node@24.6.1)(terser@5.39.0) transitivePeerDependencies: - '@swc/helpers' @@ -8749,8 +8743,6 @@ snapshots: array-slice@1.1.0: {} - array-union@2.1.0: {} - asap@2.0.6: {} asn1.js@5.4.1: @@ -8764,10 +8756,10 @@ snapshots: asynckit@0.4.0: {} - axios@1.8.4(debug@4.3.4): + axios@1.12.2(debug@4.3.4): dependencies: follow-redirects: 1.15.9(debug@4.3.4) - form-data: 4.0.2 + form-data: 4.0.4 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug @@ -8784,7 +8776,7 @@ snapshots: bcryptjs@2.4.3: {} - better-sqlite3@11.3.0: + better-sqlite3@12.4.1: dependencies: bindings: 1.5.0 prebuild-install: 7.1.3 @@ -8910,11 +8902,6 @@ snapshots: callsites@3.1.0: {} - camel-case@3.0.0: - dependencies: - no-case: 2.3.2 - upper-case: 1.1.3 - camel-case@4.1.2: dependencies: pascal-case: 3.1.2 @@ -8943,27 +8930,6 @@ snapshots: chalk@5.4.1: {} - change-case@3.1.0: - dependencies: - camel-case: 3.0.0 - constant-case: 2.0.0 - dot-case: 2.1.1 - header-case: 1.0.1 - is-lower-case: 1.1.3 - is-upper-case: 1.1.2 - lower-case: 1.1.4 - lower-case-first: 1.0.2 - no-case: 2.3.2 - param-case: 2.1.1 - pascal-case: 2.0.1 - path-case: 2.1.1 - sentence-case: 2.1.1 - snake-case: 2.1.0 - swap-case: 1.1.2 - title-case: 2.1.1 - upper-case: 1.1.3 - upper-case-first: 1.1.2 - change-case@4.1.2: dependencies: camel-case: 4.1.2 @@ -9067,7 +9033,7 @@ snapshots: dependencies: '@hapi/bourne': 3.0.0 inflation: 2.1.0 - qs: 6.11.1 + qs: 6.14.0 raw-body: 2.5.2 type-is: 1.6.18 @@ -9157,11 +9123,6 @@ snapshots: write-file-atomic: 3.0.3 xdg-basedir: 4.0.0 - constant-case@2.0.0: - dependencies: - snake-case: 2.1.0 - upper-case: 1.1.3 - constant-case@3.0.4: dependencies: no-case: 3.0.4 @@ -9182,6 +9143,8 @@ snapshots: cookie@0.7.2: optional: true + cookie@1.0.2: {} + cookies@0.9.1: dependencies: depd: 2.0.0 @@ -9244,7 +9207,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.3) postcss-modules-values: 4.0.0(postcss@8.5.3) postcss-value-parser: 4.2.0 - semver: 7.5.4 + semver: 7.7.1 optionalDependencies: webpack: 5.99.6(esbuild@0.25.3) @@ -9332,17 +9295,6 @@ snapshots: has-property-descriptors: 1.0.2 object-keys: 1.1.1 - del@5.1.0: - dependencies: - globby: 10.0.2 - graceful-fs: 4.2.11 - is-glob: 4.0.3 - is-path-cwd: 2.2.0 - is-path-inside: 3.0.3 - p-map: 3.0.0 - rimraf: 3.0.2 - slash: 3.0.0 - del@7.1.0: dependencies: globby: 13.2.2 @@ -9442,10 +9394,6 @@ snapshots: domelementtype: 2.3.0 domhandler: 5.0.3 - dot-case@2.1.1: - dependencies: - no-case: 2.3.2 - dot-case@3.0.4: dependencies: no-case: 3.0.4 @@ -9768,16 +9716,17 @@ snapshots: minimatch: 3.1.2 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.5.4 + semver: 7.7.1 tapable: 2.2.1 typescript: 5.4.4 webpack: 5.99.6(esbuild@0.25.3) - form-data@4.0.2: + form-data@4.0.4: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 es-set-tostringtag: 2.1.0 + hasown: 2.0.2 mime-types: 2.1.35 formidable@2.1.0: @@ -9785,16 +9734,16 @@ snapshots: dezalgo: 1.0.4 hexoid: 1.0.0 once: 1.4.0 - qs: 6.11.1 + qs: 6.14.0 - formik@2.4.5(react@18.3.1): + formik@2.4.5(react@19.1.1): dependencies: '@types/hoist-non-react-statics': 3.3.6 deepmerge: 2.2.1 hoist-non-react-statics: 3.3.2 lodash: 4.17.21 lodash-es: 4.17.21 - react: 18.3.1 + react: 19.1.1 react-fast-compare: 2.0.4 tiny-warning: 1.0.3 tslib: 2.8.1 @@ -9876,7 +9825,7 @@ snapshots: get-it: 8.6.7 registry-auth-token: 5.1.0 registry-url: 5.1.0 - semver: 7.5.4 + semver: 7.7.1 transitivePeerDependencies: - debug @@ -9950,7 +9899,7 @@ snapshots: es6-error: 4.1.1 matcher: 3.0.0 roarr: 2.15.4 - semver: 7.5.4 + semver: 7.7.1 serialize-error: 7.0.1 global-modules@1.0.0: @@ -9974,17 +9923,6 @@ snapshots: define-properties: 1.2.1 gopd: 1.2.0 - globby@10.0.2: - dependencies: - '@types/glob': 7.2.0 - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.3.3 - glob: 7.2.3 - ignore: 5.3.2 - merge2: 1.4.1 - slash: 3.0.0 - globby@13.2.2: dependencies: dir-glob: 3.0.1 @@ -10028,6 +9966,15 @@ snapshots: dependencies: duplexer: 0.1.2 + handlebars@4.7.7: + dependencies: + minimist: 1.2.8 + neo-async: 2.6.2 + source-map: 0.6.1 + wordwrap: 1.0.0 + optionalDependencies: + uglify-js: 3.19.3 + handlebars@4.7.8: dependencies: minimist: 1.2.8 @@ -10062,11 +10009,6 @@ snapshots: he@1.2.0: {} - header-case@1.0.1: - dependencies: - no-case: 2.3.2 - upper-case: 1.1.3 - header-case@2.0.4: dependencies: capital-case: 1.0.4 @@ -10223,22 +10165,6 @@ snapshots: ini@2.0.0: {} - inquirer@7.3.3: - dependencies: - ansi-escapes: 4.3.2 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-width: 3.0.0 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.21 - mute-stream: 0.0.8 - run-async: 2.4.1 - rxjs: 6.6.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - through: 2.3.8 - inquirer@8.2.5: dependencies: ansi-escapes: 4.3.2 @@ -10331,20 +10257,12 @@ snapshots: is-localhost-ip@2.0.0: {} - is-lower-case@1.1.3: - dependencies: - lower-case: 1.1.4 - is-number@7.0.0: {} is-obj@2.0.0: {} - is-path-cwd@2.2.0: {} - is-path-cwd@3.0.0: {} - is-path-inside@3.0.3: {} - is-path-inside@4.0.0: {} is-plain-object@5.0.0: {} @@ -10386,10 +10304,6 @@ snapshots: is-unicode-supported@2.1.0: {} - is-upper-case@1.1.2: - dependencies: - upper-case: 1.1.3 - is-windows@1.0.2: {} is-wsl@2.2.0: @@ -10400,8 +10314,6 @@ snapshots: isarray@1.0.0: {} - isbinaryfile@4.0.10: {} - isbinaryfile@5.0.4: {} isexe@2.0.0: {} @@ -10424,7 +10336,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -10445,6 +10357,8 @@ snapshots: json-buffer@3.0.1: {} + json-logic-js@2.0.5: {} + json-parse-even-better-errors@2.3.1: {} json-schema-traverse@0.4.1: {} @@ -10532,7 +10446,7 @@ snapshots: kind-of@6.0.3: {} - knex@3.0.1(better-sqlite3@11.3.0)(pg@8.15.6): + knex@3.0.1(better-sqlite3@12.4.1)(pg@8.16.3): dependencies: colorette: 2.0.19 commander: 10.0.1 @@ -10549,8 +10463,8 @@ snapshots: tarn: 3.0.2 tildify: 2.0.0 optionalDependencies: - better-sqlite3: 11.3.0 - pg: 8.15.6 + better-sqlite3: 12.4.1 + pg: 8.16.3 transitivePeerDependencies: - supports-color @@ -10561,7 +10475,7 @@ snapshots: '@types/koa': 2.15.0 co-body: 6.2.0 formidable: 2.1.0 - zod: 3.24.3 + zod: 3.25.67 koa-compose@4.1.0: {} @@ -10605,7 +10519,7 @@ snapshots: koa-send@5.0.1: dependencies: - debug: 4.3.4 + debug: 4.4.0(supports-color@5.5.0) http-errors: 1.8.1 resolve-path: 1.4.0 transitivePeerDependencies: @@ -10614,7 +10528,7 @@ snapshots: koa-session@6.4.0: dependencies: crc: 3.8.0 - debug: 4.3.4 + debug: 4.4.0(supports-color@5.5.0) is-type-of: 1.4.0 uuid: 8.3.2 transitivePeerDependencies: @@ -10629,7 +10543,7 @@ snapshots: koa2-ratelimit@1.1.3: {} - koa@2.15.4: + koa@2.16.1: dependencies: accepts: 1.3.8 cache-content-type: 1.0.1 @@ -10759,12 +10673,6 @@ snapshots: dependencies: js-tokens: 4.0.0 - lower-case-first@1.0.2: - dependencies: - lower-case: 1.1.4 - - lower-case@1.1.4: {} - lower-case@2.0.2: dependencies: tslib: 2.8.1 @@ -10925,10 +10833,6 @@ snapshots: mkdirp-classic@0.5.3: {} - mkdirp@0.5.6: - dependencies: - minimist: 1.2.8 - mkdirp@1.0.4: {} mkdirp@3.0.1: {} @@ -10970,10 +10874,6 @@ snapshots: neo-async@2.6.2: {} - no-case@2.3.2: - dependencies: - lower-case: 1.1.4 - no-case@3.0.4: dependencies: lower-case: 2.0.2 @@ -10987,20 +10887,6 @@ snapshots: node-machine-id@1.1.12: {} - node-plop@0.26.3: - dependencies: - '@babel/runtime-corejs3': 7.27.0 - '@types/inquirer': 6.5.0 - change-case: 3.1.0 - del: 5.1.0 - globby: 10.0.2 - handlebars: 4.7.8 - inquirer: 7.3.3 - isbinaryfile: 4.0.10 - lodash.get: 4.4.2 - mkdirp: 0.5.6 - resolve: 1.22.10 - node-plop@0.32.0: dependencies: '@types/inquirer': 9.0.7 @@ -11038,7 +10924,7 @@ snapshots: ignore-by-default: 1.0.1 minimatch: 3.1.2 pstree.remy: 1.1.8 - semver: 7.5.4 + semver: 7.7.1 simple-update-notifier: 2.0.0 supports-color: 5.5.0 touch: 3.1.1 @@ -11135,6 +11021,8 @@ snapshots: is-docker: 2.2.1 is-wsl: 2.2.0 + openapi-types@12.1.3: {} + opener@1.5.2: {} ora@5.4.1: @@ -11191,10 +11079,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-map@3.0.0: - dependencies: - aggregate-error: 3.1.0 - p-map@4.0.0: dependencies: aggregate-error: 3.1.0 @@ -11212,11 +11096,7 @@ snapshots: got: 11.8.6 registry-auth-token: 4.2.2 registry-url: 5.1.0 - semver: 7.5.4 - - param-case@2.1.1: - dependencies: - no-case: 2.3.2 + semver: 7.7.1 param-case@3.0.4: dependencies: @@ -11254,11 +11134,6 @@ snapshots: parseurl@1.3.3: {} - pascal-case@2.0.1: - dependencies: - camel-case: 3.0.0 - upper-case-first: 1.1.2 - pascal-case@3.1.2: dependencies: no-case: 3.0.4 @@ -11276,10 +11151,6 @@ snapshots: pause: 0.0.1 utils-merge: 1.0.1 - path-case@2.1.1: - dependencies: - no-case: 2.3.2 - path-case@3.0.4: dependencies: dot-case: 3.0.4 @@ -11312,20 +11183,20 @@ snapshots: pause@0.0.1: {} - pg-cloudflare@1.2.5: + pg-cloudflare@1.2.7: optional: true pg-connection-string@2.6.1: {} - pg-connection-string@2.8.5: {} + pg-connection-string@2.9.1: {} pg-int8@1.0.1: {} - pg-pool@3.9.6(pg@8.15.6): + pg-pool@3.10.1(pg@8.16.3): dependencies: - pg: 8.15.6 + pg: 8.16.3 - pg-protocol@1.9.5: {} + pg-protocol@1.10.3: {} pg-types@2.2.0: dependencies: @@ -11335,15 +11206,15 @@ snapshots: postgres-date: 1.0.7 postgres-interval: 1.2.0 - pg@8.15.6: + pg@8.16.3: dependencies: - pg-connection-string: 2.8.5 - pg-pool: 3.9.6(pg@8.15.6) - pg-protocol: 1.9.5 + pg-connection-string: 2.9.1 + pg-pool: 3.10.1(pg@8.16.3) + pg-protocol: 1.10.3 pg-types: 2.2.0 pgpass: 1.0.5 optionalDependencies: - pg-cloudflare: 1.2.5 + pg-cloudflare: 1.2.7 pgpass@1.0.5: dependencies: @@ -11543,68 +11414,67 @@ snapshots: dependencies: dnd-core: 16.0.1 - react-dnd@16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@20.17.30)(@types/react@18.3.20)(react@18.3.1): + react-dnd@16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1): dependencies: '@react-dnd/invariant': 4.0.2 '@react-dnd/shallowequal': 4.0.2 dnd-core: 16.0.1 fast-deep-equal: 3.1.3 hoist-non-react-statics: 3.3.2 - react: 18.3.1 + react: 19.1.1 optionalDependencies: '@types/hoist-non-react-statics': 3.3.6 - '@types/node': 20.17.30 - '@types/react': 18.3.20 + '@types/node': 24.6.1 + '@types/react': 19.1.16 - react-dom@18.3.1(react@18.3.1): + react-dom@19.1.1(react@19.1.1): dependencies: - loose-envify: 1.4.0 - react: 18.3.1 - scheduler: 0.23.2 + react: 19.1.1 + scheduler: 0.26.0 react-fast-compare@2.0.4: {} react-fast-compare@3.2.2: {} - react-helmet@6.1.0(react@18.3.1): + react-helmet@6.1.0(react@19.1.1): dependencies: object-assign: 4.1.1 prop-types: 15.8.1 - react: 18.3.1 + react: 19.1.1 react-fast-compare: 3.2.2 - react-side-effect: 2.1.2(react@18.3.1) + react-side-effect: 2.1.2(react@19.1.1) - react-intl@6.6.2(react@18.3.1)(typescript@5.4.4): + react-intl@6.6.2(react@19.1.1)(typescript@5.4.4): dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/icu-messageformat-parser': 2.7.6 - '@formatjs/intl': 2.10.0(typescript@5.8.3) + '@formatjs/intl': 2.10.0(typescript@5.9.3) '@formatjs/intl-displaynames': 6.6.6 '@formatjs/intl-listformat': 7.5.5 '@types/hoist-non-react-statics': 3.3.6 '@types/react': 18.3.20 hoist-non-react-statics: 3.3.2 intl-messageformat: 10.5.11 - react: 18.3.1 + react: 19.1.1 tslib: 2.8.1 optionalDependencies: typescript: 5.4.4 - react-intl@6.6.2(react@18.3.1)(typescript@5.8.3): + react-intl@6.6.2(react@19.1.1)(typescript@5.9.3): dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/icu-messageformat-parser': 2.7.6 - '@formatjs/intl': 2.10.0(typescript@5.8.3) + '@formatjs/intl': 2.10.0(typescript@5.9.3) '@formatjs/intl-displaynames': 6.6.6 '@formatjs/intl-listformat': 7.5.5 '@types/hoist-non-react-statics': 3.3.6 '@types/react': 18.3.20 hoist-non-react-statics: 3.3.2 intl-messageformat: 10.5.11 - react: 18.3.1 + react: 19.1.1 tslib: 2.8.1 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.3 react-is@16.13.1: {} @@ -11612,122 +11482,122 @@ snapshots: react-is@18.3.1: {} - react-query@3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-query@3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: '@babel/runtime': 7.27.0 broadcast-channel: 3.7.0 match-sorter: 6.3.4 - react: 18.3.1 + react: 19.1.1 optionalDependencies: - react-dom: 18.3.1(react@18.3.1) + react-dom: 19.1.1(react@19.1.1) - react-redux@8.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1): + react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1): dependencies: '@babel/runtime': 7.27.0 '@types/hoist-non-react-statics': 3.3.6 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 18.3.1 + react: 19.1.1 react-is: 18.3.1 - use-sync-external-store: 1.5.0(react@18.3.1) + use-sync-external-store: 1.5.0(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 - '@types/react-dom': 18.3.6(@types/react@18.3.20) - react-dom: 18.3.1(react@18.3.1) + '@types/react': 19.1.16 + '@types/react-dom': 19.1.9(@types/react@19.1.16) + react-dom: 19.1.1(react@19.1.1) redux: 4.2.1 react-refresh@0.14.0: {} - react-remove-scroll-bar@2.3.8(@types/react@18.3.20)(react@18.3.1): + react-remove-scroll-bar@2.3.8(@types/react@19.1.16)(react@19.1.1): dependencies: - react: 18.3.1 - react-style-singleton: 2.2.3(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-style-singleton: 2.2.3(@types/react@19.1.16)(react@19.1.1) tslib: 2.8.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - react-remove-scroll@2.5.10(@types/react@18.3.20)(react@18.3.1): + react-remove-scroll@2.5.10(@types/react@19.1.16)(react@19.1.1): dependencies: - react: 18.3.1 - react-remove-scroll-bar: 2.3.8(@types/react@18.3.20)(react@18.3.1) - react-style-singleton: 2.2.3(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-remove-scroll-bar: 2.3.8(@types/react@19.1.16)(react@19.1.1) + react-style-singleton: 2.2.3(@types/react@19.1.16)(react@19.1.1) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@18.3.20)(react@18.3.1) - use-sidecar: 1.1.3(@types/react@18.3.20)(react@18.3.1) + use-callback-ref: 1.3.3(@types/react@19.1.16)(react@19.1.1) + use-sidecar: 1.1.3(@types/react@19.1.16)(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - react-remove-scroll@2.5.5(@types/react@18.3.20)(react@18.3.1): + react-remove-scroll@2.5.5(@types/react@19.1.16)(react@19.1.1): dependencies: - react: 18.3.1 - react-remove-scroll-bar: 2.3.8(@types/react@18.3.20)(react@18.3.1) - react-style-singleton: 2.2.3(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-remove-scroll-bar: 2.3.8(@types/react@19.1.16)(react@19.1.1) + react-style-singleton: 2.2.3(@types/react@19.1.16)(react@19.1.1) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@18.3.20)(react@18.3.1) - use-sidecar: 1.1.3(@types/react@18.3.20)(react@18.3.1) + use-callback-ref: 1.3.3(@types/react@19.1.16)(react@19.1.1) + use-sidecar: 1.1.3(@types/react@19.1.16)(react@19.1.1) optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - react-router-dom@6.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: - '@remix-run/router': 1.23.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-router: 6.30.0(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-router: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-router@6.30.0(react@18.3.1): + react-router@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: - '@remix-run/router': 1.23.0 - react: 18.3.1 + cookie: 1.0.2 + react: 19.1.1 + set-cookie-parser: 2.7.1 + optionalDependencies: + react-dom: 19.1.1(react@19.1.1) - react-select@5.8.0(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-select@5.8.0(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: '@babel/runtime': 7.27.0 '@emotion/cache': 11.14.0 - '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.3.1) + '@emotion/react': 11.14.0(@types/react@19.1.16)(react@19.1.1) '@floating-ui/dom': 1.6.13 - '@types/react-transition-group': 4.4.12(@types/react@18.3.20) + '@types/react-transition-group': 4.4.12(@types/react@19.1.16) memoize-one: 6.0.0 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - use-isomorphic-layout-effect: 1.2.0(@types/react@18.3.20)(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + use-isomorphic-layout-effect: 1.2.0(@types/react@19.1.16)(react@19.1.1) transitivePeerDependencies: - '@types/react' - supports-color - react-side-effect@2.1.2(react@18.3.1): + react-side-effect@2.1.2(react@19.1.1): dependencies: - react: 18.3.1 + react: 19.1.1 - react-style-singleton@2.2.3(@types/react@18.3.20)(react@18.3.1): + react-style-singleton@2.2.3(@types/react@19.1.16)(react@19.1.1): dependencies: get-nonce: 1.0.1 - react: 18.3.1 + react: 19.1.1 tslib: 2.8.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-transition-group@4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: '@babel/runtime': 7.27.0 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - react-window@1.8.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-window@1.8.10(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: '@babel/runtime': 7.27.0 memoize-one: 5.2.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - react@18.3.1: - dependencies: - loose-envify: 1.4.0 + react@19.1.1: {} read-pkg-up@7.0.1: dependencies: @@ -11928,10 +11798,6 @@ snapshots: dependencies: queue-microtask: 1.2.3 - rxjs@6.6.7: - dependencies: - tslib: 1.14.1 - rxjs@7.8.2: dependencies: tslib: 2.8.1 @@ -11963,9 +11829,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - scheduler@0.23.2: - dependencies: - loose-envify: 1.4.0 + scheduler@0.26.0: {} schema-utils@3.3.0: dependencies: @@ -12001,11 +11865,6 @@ snapshots: dkim-signer: 0.2.2 mailcomposer: 3.12.0 - sentence-case@2.1.1: - dependencies: - no-case: 2.3.2 - upper-case-first: 1.1.2 - sentence-case@3.0.4: dependencies: no-case: 3.0.4 @@ -12020,6 +11879,8 @@ snapshots: dependencies: randombytes: 2.1.0 + set-cookie-parser@2.7.1: {} + setprototypeof@1.1.0: {} setprototypeof@1.2.0: {} @@ -12115,7 +11976,7 @@ snapshots: simple-update-notifier@2.0.0: dependencies: - semver: 7.5.4 + semver: 7.7.1 sirv@2.0.4: dependencies: @@ -12123,8 +11984,6 @@ snapshots: mrmime: 2.0.1 totalist: 3.0.1 - slash@3.0.0: {} - slash@4.0.0: {} slate-history@0.93.0(slate@0.94.1): @@ -12132,7 +11991,7 @@ snapshots: is-plain-object: 5.0.0 slate: 0.94.1 - slate-react@0.98.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate@0.94.1): + slate-react@0.98.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(slate@0.94.1): dependencies: '@juggle/resize-observer': 3.4.0 '@types/is-hotkey': 0.1.10 @@ -12141,8 +12000,8 @@ snapshots: is-hotkey: 0.1.8 is-plain-object: 5.0.0 lodash: 4.17.21 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) scroll-into-view-if-needed: 2.2.31 slate: 0.94.1 tiny-invariant: 1.0.6 @@ -12153,10 +12012,6 @@ snapshots: is-plain-object: 5.0.0 tiny-warning: 1.0.3 - snake-case@2.1.0: - dependencies: - no-case: 2.3.2 - snake-case@3.0.4: dependencies: dot-case: 3.0.4 @@ -12271,7 +12126,7 @@ snapshots: style-mod@4.1.2: {} - styled-components@6.1.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: '@emotion/is-prop-valid': 1.2.2 '@emotion/unitless': 0.8.1 @@ -12279,8 +12134,8 @@ snapshots: css-to-react-native: 3.2.0 csstype: 3.1.3 postcss: 8.4.49 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) shallowequal: 1.1.0 stylis: 4.3.2 tslib: 2.6.2 @@ -12303,11 +12158,6 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - swap-case@1.1.2: - dependencies: - lower-case: 1.1.4 - upper-case: 1.1.3 - tapable@2.2.1: {} tar-fs@2.1.2: @@ -12377,11 +12227,6 @@ snapshots: tiny-warning@1.0.3: {} - title-case@2.1.1: - dependencies: - no-case: 2.3.2 - upper-case: 1.1.3 - title-case@3.0.3: dependencies: tslib: 2.8.1 @@ -12406,8 +12251,6 @@ snapshots: triple-beam@1.4.1: {} - tslib@1.14.1: {} - tslib@2.6.2: {} tslib@2.8.1: {} @@ -12439,36 +12282,36 @@ snapshots: dependencies: is-typedarray: 1.0.0 - typedoc-github-wiki-theme@1.1.0(typedoc-plugin-markdown@3.17.1(typedoc@0.25.10(typescript@5.8.3)))(typedoc@0.25.10(typescript@5.8.3)): + typedoc-github-wiki-theme@1.1.0(typedoc-plugin-markdown@3.17.1(typedoc@0.25.10(typescript@5.9.3)))(typedoc@0.25.10(typescript@5.9.3)): dependencies: - typedoc: 0.25.10(typescript@5.8.3) - typedoc-plugin-markdown: 3.17.1(typedoc@0.25.10(typescript@5.8.3)) + typedoc: 0.25.10(typescript@5.9.3) + typedoc-plugin-markdown: 3.17.1(typedoc@0.25.10(typescript@5.9.3)) - typedoc-plugin-markdown@3.17.1(typedoc@0.25.10(typescript@5.8.3)): + typedoc-plugin-markdown@3.17.1(typedoc@0.25.10(typescript@5.9.3)): dependencies: handlebars: 4.7.8 - typedoc: 0.25.10(typescript@5.8.3) + typedoc: 0.25.10(typescript@5.9.3) - typedoc@0.25.10(typescript@5.8.3): + typedoc@0.25.10(typescript@5.9.3): dependencies: lunr: 2.3.9 marked: 4.3.0 minimatch: 9.0.5 shiki: 0.14.7 - typescript: 5.8.3 + typescript: 5.9.3 typescript@5.4.4: {} - typescript@5.8.3: {} + typescript@5.9.3: {} uc.micro@1.0.6: {} uglify-js@3.19.3: optional: true - umzug@3.8.1(@types/node@20.17.30): + umzug@3.8.1(@types/node@24.6.1): dependencies: - '@rushstack/ts-command-line': 4.23.7(@types/node@20.17.30) + '@rushstack/ts-command-line': 4.23.7(@types/node@24.6.1) emittery: 0.13.1 fast-glob: 3.3.3 pony-cause: 2.1.11 @@ -12480,7 +12323,7 @@ snapshots: undefsafe@2.0.5: {} - undici-types@6.19.8: {} + undici-types@7.13.0: {} undici@6.21.2: {} @@ -12507,16 +12350,10 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 - upper-case-first@1.1.2: - dependencies: - upper-case: 1.1.3 - upper-case-first@2.0.2: dependencies: tslib: 2.8.1 - upper-case@1.1.3: {} - upper-case@2.0.2: dependencies: tslib: 2.8.1 @@ -12527,37 +12364,37 @@ snapshots: url-join@4.0.1: {} - use-callback-ref@1.3.3(@types/react@18.3.20)(react@18.3.1): + use-callback-ref@1.3.3(@types/react@19.1.16)(react@19.1.1): dependencies: - react: 18.3.1 + react: 19.1.1 tslib: 2.8.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - use-context-selector@1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.0): + use-context-selector@1.4.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(scheduler@0.23.0): dependencies: - react: 18.3.1 + react: 19.1.1 scheduler: 0.23.0 optionalDependencies: - react-dom: 18.3.1(react@18.3.1) + react-dom: 19.1.1(react@19.1.1) - use-isomorphic-layout-effect@1.2.0(@types/react@18.3.20)(react@18.3.1): + use-isomorphic-layout-effect@1.2.0(@types/react@19.1.16)(react@19.1.1): dependencies: - react: 18.3.1 + react: 19.1.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - use-sidecar@1.1.3(@types/react@18.3.20)(react@18.3.1): + use-sidecar@1.1.3(@types/react@19.1.16)(react@19.1.1): dependencies: detect-node-es: 1.1.0 - react: 18.3.1 + react: 19.1.1 tslib: 2.8.1 optionalDependencies: - '@types/react': 18.3.20 + '@types/react': 19.1.16 - use-sync-external-store@1.5.0(react@18.3.1): + use-sync-external-store@1.5.0(react@19.1.1): dependencies: - react: 18.3.1 + react: 19.1.1 util-deprecate@1.0.2: {} @@ -12576,13 +12413,13 @@ snapshots: vary@1.1.2: {} - vite@5.4.17(@types/node@20.17.30)(terser@5.39.0): + vite@5.4.19(@types/node@24.6.1)(terser@5.39.0): dependencies: esbuild: 0.21.5 postcss: 8.5.3 rollup: 4.40.0 optionalDependencies: - '@types/node': 20.17.30 + '@types/node': 24.6.1 fsevents: 2.3.3 terser: 5.39.0 @@ -12815,4 +12652,4 @@ snapshots: property-expr: 2.0.6 toposort: 2.0.2 - zod@3.24.3: {} + zod@3.25.67: {} diff --git a/apps/cms/src/api/artikkel/content-types/artikkel/schema.json b/apps/cms/src/api/artikkel/content-types/artikkel/schema.json new file mode 100644 index 0000000..c7965ac --- /dev/null +++ b/apps/cms/src/api/artikkel/content-types/artikkel/schema.json @@ -0,0 +1,64 @@ +{ + "kind": "collectionType", + "collectionName": "artikler", + "info": { + "singularName": "artikkel", + "pluralName": "artikler", + "displayName": "Artikkel" + }, + "options": { + "draftAndPublish": true + }, + "pluginOptions": { + "i18n": { + "localized": true + } + }, + "attributes": { + "Tittel": { + "type": "string", + "pluginOptions": { + "i18n": { + "localized": true + } + }, + "required": true + }, + "Ingress": { + "type": "text", + "pluginOptions": { + "i18n": { + "localized": true + } + } + }, + "Brodtekst": { + "type": "blocks", + "pluginOptions": { + "i18n": { + "localized": true + } + } + }, + "Bunntekst": { + "type": "text", + "pluginOptions": { + "i18n": { + "localized": true + } + } + }, + "artikkel": { + "type": "relation", + "relation": "manyToOne", + "target": "api::artikkel.artikkel", + "inversedBy": "artikler" + }, + "artikler": { + "type": "relation", + "relation": "oneToMany", + "target": "api::artikkel.artikkel", + "mappedBy": "artikkel" + } + } +} diff --git a/apps/cms/src/api/artikkel/controllers/artikkel.ts b/apps/cms/src/api/artikkel/controllers/artikkel.ts new file mode 100644 index 0000000..adcebd7 --- /dev/null +++ b/apps/cms/src/api/artikkel/controllers/artikkel.ts @@ -0,0 +1,7 @@ +/** + * artikkel controller + */ + +import { factories } from '@strapi/strapi' + +export default factories.createCoreController('api::artikkel.artikkel'); diff --git a/apps/cms/src/api/artikkel/routes/artikkel.ts b/apps/cms/src/api/artikkel/routes/artikkel.ts new file mode 100644 index 0000000..1ab6d51 --- /dev/null +++ b/apps/cms/src/api/artikkel/routes/artikkel.ts @@ -0,0 +1,7 @@ +/** + * artikkel router + */ + +import { factories } from '@strapi/strapi'; + +export default factories.createCoreRouter('api::artikkel.artikkel'); diff --git a/apps/cms/src/api/artikkel/services/artikkel.ts b/apps/cms/src/api/artikkel/services/artikkel.ts new file mode 100644 index 0000000..8c83c48 --- /dev/null +++ b/apps/cms/src/api/artikkel/services/artikkel.ts @@ -0,0 +1,7 @@ +/** + * artikkel service + */ + +import { factories } from '@strapi/strapi'; + +export default factories.createCoreService('api::artikkel.artikkel'); diff --git a/apps/cms/src/api/service/content-types/service/schema.json b/apps/cms/src/api/service/content-types/service/schema.json deleted file mode 100644 index 288c890..0000000 --- a/apps/cms/src/api/service/content-types/service/schema.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "kind": "collectionType", - "collectionName": "services", - "info": { - "singularName": "service", - "pluralName": "services", - "displayName": "Service", - "description": "" - }, - "options": { - "draftAndPublish": true - }, - "pluginOptions": { - "i18n": { - "localized": true - } - }, - "attributes": { - "Title": { - "type": "string", - "required": true - }, - "Description": { - "type": "text" - }, - "Provider": { - "type": "string", - "unique": false, - "required": true - }, - "provider_link_address": { - "type": "string" - }, - "icon": { - "type": "media", - "multiple": false, - "required": false, - "allowedTypes": [ - "images", - "files" - ] - } - } -} diff --git a/apps/cms/src/api/service/controllers/service.ts b/apps/cms/src/api/service/controllers/service.ts deleted file mode 100644 index 2c95500..0000000 --- a/apps/cms/src/api/service/controllers/service.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** - * service controller - */ - -import { factories } from '@strapi/strapi' - -export default factories.createCoreController('api::service.service'); diff --git a/apps/cms/src/api/service/routes/service.ts b/apps/cms/src/api/service/routes/service.ts deleted file mode 100644 index 40f9a0b..0000000 --- a/apps/cms/src/api/service/routes/service.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** - * service router - */ - -import { factories } from '@strapi/strapi'; - -export default factories.createCoreRouter('api::service.service'); diff --git a/apps/cms/src/api/service/services/service.ts b/apps/cms/src/api/service/services/service.ts deleted file mode 100644 index 1184a25..0000000 --- a/apps/cms/src/api/service/services/service.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** - * service service - */ - -import { factories } from '@strapi/strapi'; - -export default factories.createCoreService('api::service.service'); diff --git a/apps/cms/types/generated/contentTypes.d.ts b/apps/cms/types/generated/contentTypes.d.ts index ffc8f63..c7b6d28 100644 --- a/apps/cms/types/generated/contentTypes.d.ts +++ b/apps/cms/types/generated/contentTypes.d.ts @@ -34,6 +34,10 @@ export interface AdminApiToken extends Struct.CollectionTypeSchema { minLength: 1; }> & Schema.Attribute.DefaultTo<''>; + encryptedKey: Schema.Attribute.Text & + Schema.Attribute.SetMinMaxLength<{ + minLength: 1; + }>; expiresAt: Schema.Attribute.DateTime; lastUsedAt: Schema.Attribute.DateTime; lifespan: Schema.Attribute.BigInteger; @@ -199,6 +203,63 @@ export interface AdminRole extends Struct.CollectionTypeSchema { }; } +export interface AdminSession extends Struct.CollectionTypeSchema { + collectionName: 'strapi_sessions'; + info: { + description: 'Session Manager storage'; + displayName: 'Session'; + name: 'Session'; + pluralName: 'sessions'; + singularName: 'session'; + }; + options: { + draftAndPublish: false; + }; + pluginOptions: { + 'content-manager': { + visible: false; + }; + 'content-type-builder': { + visible: false; + }; + i18n: { + localized: false; + }; + }; + attributes: { + absoluteExpiresAt: Schema.Attribute.DateTime & Schema.Attribute.Private; + childId: Schema.Attribute.String & Schema.Attribute.Private; + createdAt: Schema.Attribute.DateTime; + createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & + Schema.Attribute.Private; + deviceId: Schema.Attribute.String & + Schema.Attribute.Required & + Schema.Attribute.Private; + expiresAt: Schema.Attribute.DateTime & + Schema.Attribute.Required & + Schema.Attribute.Private; + locale: Schema.Attribute.String & Schema.Attribute.Private; + localizations: Schema.Attribute.Relation<'oneToMany', 'admin::session'> & + Schema.Attribute.Private; + origin: Schema.Attribute.String & + Schema.Attribute.Required & + Schema.Attribute.Private; + publishedAt: Schema.Attribute.DateTime; + sessionId: Schema.Attribute.String & + Schema.Attribute.Required & + Schema.Attribute.Private & + Schema.Attribute.Unique; + status: Schema.Attribute.String & Schema.Attribute.Private; + type: Schema.Attribute.String & Schema.Attribute.Private; + updatedAt: Schema.Attribute.DateTime; + updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & + Schema.Attribute.Private; + userId: Schema.Attribute.String & + Schema.Attribute.Required & + Schema.Attribute.Private; + }; +} + export interface AdminTransferToken extends Struct.CollectionTypeSchema { collectionName: 'strapi_transfer_tokens'; info: { @@ -369,13 +430,12 @@ export interface AdminUser extends Struct.CollectionTypeSchema { }; } -export interface ApiServiceService extends Struct.CollectionTypeSchema { - collectionName: 'services'; +export interface ApiArtikkelArtikkel extends Struct.CollectionTypeSchema { + collectionName: 'artikler'; info: { - description: ''; - displayName: 'Service'; - pluralName: 'services'; - singularName: 'service'; + displayName: 'Artikkel'; + pluralName: 'artikler'; + singularName: 'artikkel'; }; options: { draftAndPublish: true; @@ -386,20 +446,42 @@ export interface ApiServiceService extends Struct.CollectionTypeSchema { }; }; attributes: { + artikkel: Schema.Attribute.Relation<'manyToOne', 'api::artikkel.artikkel'>; + artikler: Schema.Attribute.Relation<'oneToMany', 'api::artikkel.artikkel'>; + Brodtekst: Schema.Attribute.Blocks & + Schema.Attribute.SetPluginOptions<{ + i18n: { + localized: true; + }; + }>; + Bunntekst: Schema.Attribute.Text & + Schema.Attribute.SetPluginOptions<{ + i18n: { + localized: true; + }; + }>; createdAt: Schema.Attribute.DateTime; createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & Schema.Attribute.Private; - Description: Schema.Attribute.Text; - icon: Schema.Attribute.Media<'images' | 'files'>; + Ingress: Schema.Attribute.Text & + Schema.Attribute.SetPluginOptions<{ + i18n: { + localized: true; + }; + }>; locale: Schema.Attribute.String; localizations: Schema.Attribute.Relation< 'oneToMany', - 'api::service.service' + 'api::artikkel.artikkel' >; - Provider: Schema.Attribute.String & Schema.Attribute.Required; - provider_link_address: Schema.Attribute.String; publishedAt: Schema.Attribute.DateTime; - Title: Schema.Attribute.String & Schema.Attribute.Required; + Tittel: Schema.Attribute.String & + Schema.Attribute.Required & + Schema.Attribute.SetPluginOptions<{ + i18n: { + localized: true; + }; + }>; updatedAt: Schema.Attribute.DateTime; updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & Schema.Attribute.Private; @@ -912,10 +994,11 @@ declare module '@strapi/strapi' { 'admin::api-token-permission': AdminApiTokenPermission; 'admin::permission': AdminPermission; 'admin::role': AdminRole; + 'admin::session': AdminSession; 'admin::transfer-token': AdminTransferToken; 'admin::transfer-token-permission': AdminTransferTokenPermission; 'admin::user': AdminUser; - 'api::service.service': ApiServiceService; + 'api::artikkel.artikkel': ApiArtikkelArtikkel; 'plugin::content-releases.release': PluginContentReleasesRelease; 'plugin::content-releases.release-action': PluginContentReleasesReleaseAction; 'plugin::i18n.locale': PluginI18NLocale; From 948eba333f733ec7653b44dbf7ad1d5fcded084b Mon Sep 17 00:00:00 2001 From: Pooria Mehregan Date: Fri, 3 Oct 2025 14:23:30 +0200 Subject: [PATCH 2/6] fix: downgrade to supported dependency (#87) --- apps/cms/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/cms/package.json b/apps/cms/package.json index 6407f2d..b4e0914 100644 --- a/apps/cms/package.json +++ b/apps/cms/package.json @@ -15,20 +15,20 @@ "upgrade:dry": "npx @strapi/upgrade latest --dry" }, "dependencies": { - "@strapi/plugin-cloud": "5.24.2", - "@strapi/plugin-users-permissions": "5.24.2", - "@strapi/strapi": "5.24.2", - "better-sqlite3": "12.4.1", + "@strapi/plugin-cloud": "5.25.0", + "@strapi/plugin-users-permissions": "5.25.0", + "@strapi/strapi": "5.25.0", + "better-sqlite3": "11.10.0", "pg": "^8.16.3", - "react": "^19.1.1", - "react-dom": "^19.1.1", - "react-router-dom": "^7.9.3", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-router-dom": "^6.30.1", "styled-components": "^6.1.19" }, "devDependencies": { - "@types/node": "^24.6.1", - "@types/react": "^19.1.16", - "@types/react-dom": "^19.1.9", + "@types/node": "^22.18.8", + "@types/react": "^18.3.25", + "@types/react-dom": "^18.3.7", "typescript": "^5.9.3" }, "engines": { @@ -38,5 +38,5 @@ "strapi": { "uuid": "4306fc8e-678a-43c9-a46c-6335a583c9f7" }, - "packageManager": "pnpm@10.17.1" + "packageManager": "pnpm@10.18.0" } From fb6cedcf68c1e1df0e1b954db842e04ddb17fddd Mon Sep 17 00:00:00 2001 From: Pooria Mehregan Date: Fri, 3 Oct 2025 19:52:23 +0200 Subject: [PATCH 3/6] fix: update lock file (#88) --- apps/cms/pnpm-lock.yaml | 1925 ++++++++++++++++++++------------------- 1 file changed, 976 insertions(+), 949 deletions(-) diff --git a/apps/cms/pnpm-lock.yaml b/apps/cms/pnpm-lock.yaml index 6a4830d..ad757f5 100644 --- a/apps/cms/pnpm-lock.yaml +++ b/apps/cms/pnpm-lock.yaml @@ -9,42 +9,42 @@ importers: .: dependencies: '@strapi/plugin-cloud': - specifier: 5.24.2 - version: 5.24.2(7088fba5030af79a4db7c93fad43e9f8) + specifier: 5.25.0 + version: 5.25.0(e86704d15fcf0959fc651373fe6b00a5) '@strapi/plugin-users-permissions': - specifier: 5.24.2 - version: 5.24.2(bd9fb448e1207b0aa54ff4f8deb12001) + specifier: 5.25.0 + version: 5.25.0(a3870430ce5e006b006ebb7d2d91a5e8) '@strapi/strapi': - specifier: 5.24.2 - version: 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(terser@5.39.0)(type-fest@4.40.0) + specifier: 5.25.0 + version: 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) better-sqlite3: - specifier: 12.4.1 - version: 12.4.1 + specifier: 11.10.0 + version: 11.10.0 pg: specifier: ^8.16.3 version: 8.16.3 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^18.3.1 + version: 18.3.1 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^18.3.1 + version: 18.3.1(react@18.3.1) react-router-dom: - specifier: ^7.9.3 - version: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + specifier: ^6.30.1 + version: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) styled-components: specifier: ^6.1.19 - version: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: '@types/node': - specifier: ^24.6.1 - version: 24.6.1 + specifier: ^22.18.8 + version: 22.18.8 '@types/react': - specifier: ^19.1.16 - version: 19.1.16 + specifier: ^18.3.25 + version: 18.3.25 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.16) + specifier: ^18.3.7 + version: 18.3.7(@types/react@18.3.25) typescript: specifier: ^5.9.3 version: 5.9.3 @@ -1328,6 +1328,10 @@ packages: react-redux: optional: true + '@remix-run/router@1.23.0': + resolution: {integrity: sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==} + engines: {node: '>=14.0.0'} + '@rollup/rollup-android-arm-eabi@4.40.0': resolution: {integrity: sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==} cpu: [arm] @@ -1463,8 +1467,8 @@ packages: resolution: {integrity: sha512-5/kmIOY9FF32nicXH+5yLNTX4NJ4atl7jRgqAJuIn/iyDFXBktOKDxCvyGE/EzmF4ngSUvjXxQUQlQiZ5lfw+w==} engines: {node: '>=10'} - '@strapi/admin@5.24.2': - resolution: {integrity: sha512-hv+T9RTxGP7WCfwACl//JVXWhD6/r2Ug4toLrCFy+k5Gd8XPQIKZ1sdSOeU9fWmsAVv5BsDt51JjksDtmVpRKg==} + '@strapi/admin@5.25.0': + resolution: {integrity: sha512-GBdrmb1HPO5opmRlTpCYvJQ/+ROvh+ejD6KmwSh3AAMXTEgwhh4LntTqVBSLUb7nYLYq1Ea3r3Y6oDsv4+kGrA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/data-transfer': ^5.0.0 @@ -1473,13 +1477,13 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/cloud-cli@5.24.2': - resolution: {integrity: sha512-PQ523HloA2H/9Ke4OQ4Pxc3Ndsin/rtr3fmMG+ORV1xRmsAR7t7cUnerXnuwEfup9wx8d2zBCeFMUzAEQqGbJA==} + '@strapi/cloud-cli@5.25.0': + resolution: {integrity: sha512-/sWoXcTB5Wy6G9PBSsYNXhDpTh5msExsyRBYcoxUfPdvXwhemsHr1kYPfDDLw+zgDKb1oW+PILgHEN6KS2i55A==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} hasBin: true - '@strapi/content-manager@5.24.2': - resolution: {integrity: sha512-wU/W3O6oirLyzFDRmgF6UZO9IH53euJF4+GoHA38A74gvMY5Mf6G07wIR5igSpP8WQNXyFdMxdKcu6ROhE7qjQ==} + '@strapi/content-manager@5.25.0': + resolution: {integrity: sha512-BojWeIpIw23qMtBrxmNt0h0uUIoU5BkMNEXwgdSXP24inGb4kuZa2Coxmk51bDXvV4mfkvhmOO0mp3n78FeQ6g==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1488,8 +1492,8 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/content-releases@5.24.2': - resolution: {integrity: sha512-sNPClYTYl6CCKu1cOiMfHbJaZfjSuk0dxx66SNlUMy6oD0ICWUjOZEx8y9qnSIFiHlO26BmSzEMLx1HpbnmJHQ==} + '@strapi/content-releases@5.25.0': + resolution: {integrity: sha512-wQ1zRc3WYNapy8W4BvUoQkK4QTmjqcIjln/s9YEvpVUmCR0Hg3jrsAt1RrGXfPXwPchXjuCTC1nmoL0gVBoayA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1499,8 +1503,8 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/content-type-builder@5.24.2': - resolution: {integrity: sha512-M38+wrZN+3EcJatgWBpNZNXNG1xX6L7se+HUowXel3doISWjAwxp6yjmF+f158Jxglh5IW+vX2OmOsQYTUEidA==} + '@strapi/content-type-builder@5.25.0': + resolution: {integrity: sha512-OdaiMCu6vv/7iHxOBOUfRsmANKQJKNApT+UaAOtL9N72nzY9XwmPPPLWcCsjwUf9pQrJt/V+v4b+QQYIHFCn4w==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1509,28 +1513,28 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/core@5.24.2': - resolution: {integrity: sha512-p1wS/KHidNIWGtxJfKjbgXIoJna0tMygNyh+KNZVYI+jU78N2LpFP6eethwDIL9zX125vQCp1EGiiJiUH5IW3Q==} + '@strapi/core@5.25.0': + resolution: {integrity: sha512-hGh062NRB/Ty6HsI8WN2myFlUlokhXuKPqmOBrQZcsYWZ2o1GH+4JfUiLVYmHfP9Gxt8KsEcZSuZzjbDmWb4fA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/data-transfer@5.24.2': - resolution: {integrity: sha512-bPkSKN2B6wuBzzqgZR2l2YGH6QlbRtSNqoVR0KdLiYNcw6FLw/tDVXCXtpKKUZ2u2QzGNDrTvZFOAujMm9DPnw==} + '@strapi/data-transfer@5.25.0': + resolution: {integrity: sha512-bGVh2JbZtjTmKeItEYyrJMWYnf/2A48ajIZAH1ko4mtDWa8hJuUTZEV0wMNlAE163q55vBm5JTRZnPbs+0GrMw==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/database@5.24.2': - resolution: {integrity: sha512-YJM3WbyW61JZ4+ZnSXhn8KxGa+62F52KllrtPQV1kzdu6wRdxvBy9dUWxaSWaFGFbMlX+KPtwGGIy3Cdsv2ddQ==} + '@strapi/database@5.25.0': + resolution: {integrity: sha512-z98CSXRL1Sdsk9i7WMjStvyakoCEV3bwSJ92uyG83IN0FIkoMQIajETy3sAfafXIjUqapKC33mE4ItSmKRRs2w==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/design-system@2.0.0-rc.29': - resolution: {integrity: sha512-Up8wGVdo1mvTK/F/u7qEgHn298rRaitBI+hn0RgtU90CynLO+Lo+b2mo7aGY+ZRk6hYp7xkXBW9fgS+DrnDNZA==} + '@strapi/design-system@2.0.0-rc.30': + resolution: {integrity: sha512-RJSUzAXfWlZZz01vX975FekB5ZWqd7eoVH2+p+KZR06BJSbem06UHZStlrsak6v+UyLcaAW+fzTUIq3Sjpn32g==} peerDependencies: '@strapi/icons': ^2.0.0 || ^2.0.0-beta || ^2.0.0-alpha react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 styled-components: ^6.0.0 - '@strapi/email@5.24.2': - resolution: {integrity: sha512-zd/OkPnmiEuKFW65kMI+SePXCjoYOYsE0l8Cz8bc8+pmrXXj4U3lI0448CR8npYFRfi+vtVsEM8nW1JsK4EJcQ==} + '@strapi/email@5.25.0': + resolution: {integrity: sha512-urGkooDp8UHcWATp7ddPwkskOhDkvEZxk4zOlzhtfFT/neW2VDTF2RBZ522OS6rwJ1Hr4yXkhZYTrmBipWjA7A==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1540,12 +1544,12 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/generators@5.24.2': - resolution: {integrity: sha512-IVyn4KmCNq4qf6CGT5+OqukWC5nKx5BGMiMAyfsXpoZz1z0BFcDUaCoDkZUoRg7qMkOzQjPa9KeoTGc7q9Tc7w==} + '@strapi/generators@5.25.0': + resolution: {integrity: sha512-Vfb7TA9HDTC6OUdJpMT6UUk5fwx4zA6HvEwX2THcC80iYv01zGhepNpD8PwAyjjh3RISJQdx7jVbv0Nrwj7QKA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/i18n@5.24.2': - resolution: {integrity: sha512-lCR1sSsA9ANqj7eHwvn+9sBGrxs8uPVnAwd0xYbW3iq8HW2Ufho0UCdQ5PMrYA+j/Y7galJaeYaPohi8Xv3MPQ==} + '@strapi/i18n@5.25.0': + resolution: {integrity: sha512-0+ltnCo7A0yZ0JjEOlgUklf/Q7OGHvMnD03PITOR1DbUVn/PJBjiwxa8Q74SZ2f8MpLG/ZUec9doTlLWOu0wLw==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1555,27 +1559,27 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/icons@2.0.0-rc.29': - resolution: {integrity: sha512-VFmvS41vYq6qgRShIMlZZPkr6DteINYya67Ghxtd5b+agWziKSpV6W1yMyFLJwSEXEyPxhvaVHw/xG4BUfpYNg==} + '@strapi/icons@2.0.0-rc.30': + resolution: {integrity: sha512-XOqbr573AP8eOwyMPTn7tDtFV1HFlqDlwr8qNgPzo29V2+449NE8Bk0aG8PZ+kGmbnxzyQC8OQDtWlvRBEL5uA==} peerDependencies: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 styled-components: ^6.0.0 - '@strapi/logger@5.24.2': - resolution: {integrity: sha512-jH1C2Yn6Ah1OoRfF3rycfcgf6gv+ueKvHO52vMUF2dAKJuDtHLizObYGlGYZ9my146CEu1VW5i3u1ZnUvHG/Zw==} + '@strapi/logger@5.25.0': + resolution: {integrity: sha512-Vz9NG7OwDC5XC2OQq2qeIKuif7UlAPSmyRDHzw1SFlyupKZFBoJf/e8ypxOObxuXjUY5Or89uBIPowpIHquzHw==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/openapi@5.24.2': - resolution: {integrity: sha512-jGHoQbAde+t1PzoKq++uacfmDA/6EcwSaROuRMpdvxDwqawZzx+JfLC550ikCsSIEKpHPg90areBpaD8XUzebQ==} + '@strapi/openapi@5.25.0': + resolution: {integrity: sha512-rLK8hpstJEkPbToQYKgk22vLkwFFPHNANPEYD9r/uIr/TMoWKnW0uAA+Sp/tLDm2I0AqlQvMCe9ZiOwBr+JgIg==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/permissions@5.24.2': - resolution: {integrity: sha512-i85orsj2c6zs7YlexLhjdd9sveXCVviITqKHUtDvkXw+TGtVBEqlch8i7xSCHMd0gxCNYi0US1Cnb3tOrpJ/3A==} + '@strapi/permissions@5.25.0': + resolution: {integrity: sha512-NKbhX4RdAIaKI8ynYNwyijJro7KWz8Ei41rLcHF5MmjO6g18S8CfVUuewTDud8poV8I5ALBWRHxV47WRrhZE7g==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/plugin-cloud@5.24.2': - resolution: {integrity: sha512-V1HCygrguvhjDPGM5Sx653m0m5+9sgjuBPMnvjt89lV1ACMPsfEXsP73QSqRB7ddsIpvxib4wpcGJX9pZOF3Hg==} + '@strapi/plugin-cloud@5.25.0': + resolution: {integrity: sha512-xbHB1AE0py4n/Htu+eDAqjWZD3rNtcaVCRZtnhefqe/w7ZFh0kijOmkqFSBtnunVApxNTkZn9vGcCRnelnYCyA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1585,8 +1589,8 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/plugin-users-permissions@5.24.2': - resolution: {integrity: sha512-6xPnS+MZ0fgbMAMmR4iotZW9Lmaeuk5OOjmyl2E49xuy3U8/vd8aO3h27DWZT9/OvrjbHadOxcvwMxT43gNGyw==} + '@strapi/plugin-users-permissions@5.25.0': + resolution: {integrity: sha512-lGJtI2IFqToS/+NHJP3/d9cleKFSZB3iClNjufwNSOUMp2WgY98PgnBB832+YZHCYEbO5S0++vTN0tnbzgQ29g==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/strapi': ^5.0.0 @@ -1595,16 +1599,16 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/provider-email-sendmail@5.24.2': - resolution: {integrity: sha512-4QXPWd5EXm1LOa1W0hceIBT5Wr/WepXZzxpYJXc/ZFpRXmMzBWjEojREM6smKtdX1amnC4i/3i5VmMkI2z+hdQ==} + '@strapi/provider-email-sendmail@5.25.0': + resolution: {integrity: sha512-FRsqqreWBwFeZaZPLZbz78LmgJ8Jors2CSf1cBX8tp0NuJwN0bF+MKmfDYl+r6oxyE64fQDo2iqqLmsaqoOBsg==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/provider-upload-local@5.24.2': - resolution: {integrity: sha512-UF9AIehLcXUXOHjtksE3nJz1sXzdxOiASnbdgkLf48xoxRutNz0o3QwoBFGQ9hE2pi1qOdAby8k6jYjTDI1Z0w==} + '@strapi/provider-upload-local@5.25.0': + resolution: {integrity: sha512-7TaGdMCwqS6U6z7cblz0tvk3+0+R/Wn5GCVB32iZr3XiBDZWGd+QxE/MbZDf989XFA1mE7xyFkEkz1ul8HzJ4Q==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/review-workflows@5.24.2': - resolution: {integrity: sha512-HHctAPWX3pBVWwvZA8HP5jYu0MV+P4DSVqRqE9s/vHpOFA0asrJ90iGzQOpsOf6/TyTQdH81Rsauh5UBJ2ZBlg==} + '@strapi/review-workflows@5.25.0': + resolution: {integrity: sha512-fpbjGZLIdvbmK610wt/a+YBaz4PpwR1xX6b4/MEstuiFcfNAbf79grc6yY1h8xPqZu8Vhd+TW+I5fMA4+4u0rg==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1614,8 +1618,8 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/strapi@5.24.2': - resolution: {integrity: sha512-UkBGft2YKcXom9IohxTjXFfPv7QHsGJKXLoxEukd+VfUaKtI+Rm3qUuh4P+uto/zAXHsNTdbbdgxP4qMYpRk9g==} + '@strapi/strapi@5.25.0': + resolution: {integrity: sha512-c2tDMIp/IuY5m54il3AqyvDQPtk2t9jGEfqlgVVV4gf6CzeH1THMHO/xpsG0X/PWD2UD0inI34xH7hu/0+KH1Q==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} hasBin: true peerDependencies: @@ -1624,22 +1628,22 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/types@5.24.2': - resolution: {integrity: sha512-SjNgT8dPCNqx68+iaS3ZqZO880N6EHoMNWBk/gL/4MC7b/sVHzS0kyFVR+PLs6QC3wSdM/MNlZ0DiRbkptd0UQ==} + '@strapi/types@5.25.0': + resolution: {integrity: sha512-c4Bnh5xYQ6vcoAGKNbEDb8O7fBNPqzjSMs71hmGMb0c+JGJRn4HAGDTusaBYv7SrRP35yQ95xPIB8np4G9b0Bw==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/typescript-utils@5.24.2': - resolution: {integrity: sha512-5njVl2cVEGz3DSOByuYpcaBdcMt7I1vNfu1aQUnq8d1jHQqb+9TQmHcDnZBgn8iEwiPQCGU0H+SPoI8ugB2wpA==} + '@strapi/typescript-utils@5.25.0': + resolution: {integrity: sha512-UybPMrmMkDU9bkVvb4TZ1StAYlJa6tIpgsUKMG6pvMJghzT+xZjh6mIbJUmB+96CuOU4rAUpk7GDSya/bkj5KQ==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} - '@strapi/ui-primitives@2.0.0-rc.29': - resolution: {integrity: sha512-jLVuK0BMEG11INhdNgEuzvRQovxSEgcJ0BKCmOf4i5V2nygtliaBmhqy1bsu4sz+D/pEP4ZZLjjHzEnqr0XYoQ==} + '@strapi/ui-primitives@2.0.0-rc.30': + resolution: {integrity: sha512-K1jYRfbdb0uSgSjf1xKEB2bAQhYojBUCSfBUaSf/oDjS+eHXjb6IpC5jz50B2UpugZBvhZuqVfXJqhO+Q9yiXA==} peerDependencies: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 - '@strapi/upload@5.24.2': - resolution: {integrity: sha512-sC9twmsx1lB4S6JGhPe4mLafe695kGvU0HWlDVo40TwfmKPNvqS7+LoKiRrZKxTa7TYZfeU/r8UQXbQcZcKczg==} + '@strapi/upload@5.25.0': + resolution: {integrity: sha512-ToelGs5c3i9M6RekrDoJhRS4lI+boNGNhnX+484EQFs+0qLzjA+HzALuuqQrw94enc/l08f6cOOSC9oD1DcUgA==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^5.0.0 @@ -1648,8 +1652,8 @@ packages: react-router-dom: ^6.0.0 styled-components: ^6.0.0 - '@strapi/utils@5.24.2': - resolution: {integrity: sha512-0o2gzBoyxeq3GEptB3698ABJIhS1A9p6ZcsYuGYuLP4VEGB1xW91lrYN9/oSmlkUVhakldzfDmm67MQD+0D+QA==} + '@strapi/utils@5.25.0': + resolution: {integrity: sha512-y55ptEvswfFByj3FNfkDvp+aUEVXbYeWMsHMqnI9+JQnlzKi8KISg8mEiGjkUF/Od5vQX0NwR+cAFxXU98hVZw==} engines: {node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0'} '@swc/core-darwin-arm64@1.11.22': @@ -1864,8 +1868,8 @@ packages: '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@24.6.1': - resolution: {integrity: sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==} + '@types/node@22.18.8': + resolution: {integrity: sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==} '@types/nodemon@1.19.6': resolution: {integrity: sha512-vjKuaQOLUA5EY2zkUmWG1ipXbKt9Wd+H/0SiIuHVeH4cHtt6509iRUGH9ZR0iqgUrtj3BrP9KqoTuV3ZCbQcYA==} @@ -1888,26 +1892,18 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@18.3.6': - resolution: {integrity: sha512-nf22//wEbKXusP6E9pfOCDwFdHAX4u172eaJI4YkDRQEZiorm6KfYnSC2SWLDMVWUOWPERmJnN0ujeAfTBLvrw==} + '@types/react-dom@18.3.7': + resolution: {integrity: sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==} peerDependencies: '@types/react': ^18.0.0 - '@types/react-dom@19.1.9': - resolution: {integrity: sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==} - peerDependencies: - '@types/react': ^19.0.0 - '@types/react-transition-group@4.4.12': resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==} peerDependencies: '@types/react': '*' - '@types/react@18.3.20': - resolution: {integrity: sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==} - - '@types/react@19.1.16': - resolution: {integrity: sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==} + '@types/react@18.3.25': + resolution: {integrity: sha512-oSVZmGtDPmRZtVDqvdKUi/qgCsWp5IDY29wp8na8Bj4B3cc99hfNzvNhlMkVVxctkAOGUA3Km7MMpBHAnWfcIA==} '@types/responselike@1.0.3': resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} @@ -2189,9 +2185,8 @@ packages: bcryptjs@2.4.3: resolution: {integrity: sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==} - better-sqlite3@12.4.1: - resolution: {integrity: sha512-3yVdyZhklTiNrtg+4WqHpJpFDd+WHTg2oM7UcR80GqL05AOV0xEJzc6qNvFYoEtE+hRp1n9MpN6/+4yhlGkDXQ==} - engines: {node: 20.x || 22.x || 23.x || 24.x} + better-sqlite3@11.10.0: + resolution: {integrity: sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ==} big-integer@1.6.52: resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} @@ -2518,10 +2513,6 @@ packages: resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} engines: {node: '>= 0.6'} - cookie@1.0.2: - resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} - engines: {node: '>=18'} - cookies@0.9.1: resolution: {integrity: sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==} engines: {node: '>= 0.8'} @@ -4684,10 +4675,10 @@ packages: '@types/react': optional: true - react-dom@19.1.1: - resolution: {integrity: sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==} + react-dom@18.3.1: + resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} peerDependencies: - react: ^19.1.1 + react: ^18.3.1 react-fast-compare@2.0.4: resolution: {integrity: sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==} @@ -4785,22 +4776,18 @@ packages: '@types/react': optional: true - react-router-dom@7.9.3: - resolution: {integrity: sha512-1QSbA0TGGFKTAc/aWjpfW/zoEukYfU4dc1dLkT/vvf54JoGMkW+fNA+3oyo2gWVW1GM7BxjJVHz5GnPJv40rvg==} - engines: {node: '>=20.0.0'} + react-router-dom@6.30.1: + resolution: {integrity: sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==} + engines: {node: '>=14.0.0'} peerDependencies: - react: '>=18' - react-dom: '>=18' + react: '>=16.8' + react-dom: '>=16.8' - react-router@7.9.3: - resolution: {integrity: sha512-4o2iWCFIwhI/eYAIL43+cjORXYn/aRQPgtFRRZb3VzoyQ5Uej0Bmqj7437L97N9NJW4wnicSwLOLS+yCXfAPgg==} - engines: {node: '>=20.0.0'} + react-router@6.30.1: + resolution: {integrity: sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==} + engines: {node: '>=14.0.0'} peerDependencies: - react: '>=18' - react-dom: '>=18' - peerDependenciesMeta: - react-dom: - optional: true + react: '>=16.8' react-select@5.8.0: resolution: {integrity: sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==} @@ -4836,8 +4823,8 @@ packages: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 - react@19.1.1: - resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==} + react@18.3.1: + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} read-pkg-up@7.0.1: @@ -5031,8 +5018,8 @@ packages: scheduler@0.23.0: resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} - scheduler@0.26.0: - resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} + scheduler@0.23.2: + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} schema-utils@3.3.0: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} @@ -5080,9 +5067,6 @@ packages: serialize-javascript@6.0.2: resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} - set-cookie-parser@2.7.1: - resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==} - setprototypeof@1.1.0: resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} @@ -5530,8 +5514,8 @@ packages: undefsafe@2.0.5: resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} - undici-types@7.13.0: - resolution: {integrity: sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==} + undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} undici@6.21.2: resolution: {integrity: sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==} @@ -5998,36 +5982,36 @@ snapshots: '@discoveryjs/json-ext@0.5.7': {} - '@dnd-kit/accessibility@3.1.1(react@19.1.1)': + '@dnd-kit/accessibility@3.1.1(react@18.3.1)': dependencies: - react: 19.1.1 + react: 18.3.1 tslib: 2.8.1 - '@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@dnd-kit/accessibility': 3.1.1(react@19.1.1) - '@dnd-kit/utilities': 3.2.2(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@dnd-kit/accessibility': 3.1.1(react@18.3.1) + '@dnd-kit/utilities': 3.2.2(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) tslib: 2.8.1 - '@dnd-kit/modifiers@9.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)': + '@dnd-kit/modifiers@9.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': dependencies: - '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@dnd-kit/utilities': 3.2.2(react@19.1.1) - react: 19.1.1 + '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@dnd-kit/utilities': 3.2.2(react@18.3.1) + react: 18.3.1 tslib: 2.8.1 - '@dnd-kit/sortable@10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)': + '@dnd-kit/sortable@10.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': dependencies: - '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@dnd-kit/utilities': 3.2.2(react@19.1.1) - react: 19.1.1 + '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@dnd-kit/utilities': 3.2.2(react@18.3.1) + react: 18.3.1 tslib: 2.8.1 - '@dnd-kit/utilities@3.2.2(react@19.1.1)': + '@dnd-kit/utilities@3.2.2(react@18.3.1)': dependencies: - react: 19.1.1 + react: 18.3.1 tslib: 2.8.1 '@emnapi/runtime@1.4.3': @@ -6069,19 +6053,19 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.14.0(@types/react@19.1.16)(react@19.1.1)': + '@emotion/react@11.14.0(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@emotion/babel-plugin': 11.13.5 '@emotion/cache': 11.14.0 '@emotion/serialize': 1.3.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.1) + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) '@emotion/utils': 1.4.2 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 transitivePeerDependencies: - supports-color @@ -6099,9 +6083,9 @@ snapshots: '@emotion/unitless@0.8.1': {} - '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.1.1)': + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@18.3.1)': dependencies: - react: 19.1.1 + react: 18.3.1 '@emotion/utils@1.4.2': {} @@ -6260,11 +6244,11 @@ snapshots: '@floating-ui/core': 1.6.9 '@floating-ui/utils': 0.2.9 - '@floating-ui/react-dom@2.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@floating-ui/react-dom@2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/dom': 1.6.13 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) '@floating-ui/utils@0.2.9': {} @@ -6304,6 +6288,18 @@ snapshots: dependencies: tslib: 2.8.1 + '@formatjs/intl@2.10.0(typescript@5.4.4)': + dependencies: + '@formatjs/ecma402-abstract': 1.18.2 + '@formatjs/fast-memoize': 2.2.0 + '@formatjs/icu-messageformat-parser': 2.7.6 + '@formatjs/intl-displaynames': 6.6.6 + '@formatjs/intl-listformat': 7.5.5 + intl-messageformat: 10.5.11 + tslib: 2.8.1 + optionalDependencies: + typescript: 5.4.4 + '@formatjs/intl@2.10.0(typescript@5.9.3)': dependencies: '@formatjs/ecma402-abstract': 1.18.2 @@ -6468,16 +6464,16 @@ snapshots: '@marijn/find-cluster-break@1.0.2': {} - '@mux/mux-player-react@3.1.0(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mux/mux-player-react@3.1.0(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@mux/mux-player': 3.1.0 '@mux/playback-core': 0.27.0 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) '@mux/mux-player@3.1.0': dependencies: @@ -6556,555 +6552,555 @@ snapshots: dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-accordion@1.1.2(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-accordion@1.1.2(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-collection': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-alert-dialog@1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-alert-dialog@1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-arrow@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-arrow@1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-avatar@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-avatar@1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-checkbox@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-checkbox@1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-collapsible@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-collection@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-collection@1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-compose-refs@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-context@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-context@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-dialog@1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) aria-hidden: 1.2.4 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-remove-scroll: 2.5.5(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-remove-scroll: 2.5.5(@types/react@18.3.25)(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-direction@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-direction@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-menu': 2.0.6(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-menu': 2.0.6(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-focus-guards@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-focus-scope@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-id@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-id@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-menu@2.0.6(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-menu@2.0.6(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) aria-hidden: 1.2.4 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-remove-scroll: 2.5.5(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-remove-scroll: 2.5.5(@types/react@18.3.25)(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-popover@1.0.7(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-popover@1.0.7(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) aria-hidden: 1.2.4 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-remove-scroll: 2.5.5(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-remove-scroll: 2.5.5(@types/react@18.3.25)(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-popper@1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-popper@1.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@floating-ui/react-dom': 2.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-arrow': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-rect': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.16)(react@19.1.1) + '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-rect': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.25)(react@18.3.1) '@radix-ui/rect': 1.0.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-portal@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-portal@1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-presence@1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-presence@1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-primitive@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-progress@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-progress@1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-radio-group@1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-radio-group@1.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-roving-focus@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-scroll-area@1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-scroll-area@1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-separator@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-separator@1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-slot@1.0.2(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-slot@1.0.2(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-switch@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-switch@1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-tabs@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-tabs@1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-toggle-group@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-toggle': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-toggle': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-toggle@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-toggle@1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-toolbar@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-toolbar@1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-separator': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-toggle-group': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-separator': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-toggle-group': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-tooltip@1.0.7(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-tooltip@1.0.7(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) - '@radix-ui/react-use-callback-ref@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-use-controllable-state@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-use-layout-effect@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-use-previous@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-use-previous@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-use-rect@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-use-rect@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@radix-ui/rect': 1.0.1 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-use-size@1.0.1(@types/react@19.1.16)(react@19.1.1)': + '@radix-ui/react-use-size@1.0.1(@types/react@18.3.25)(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) - react: 19.1.1 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.25)(react@18.3.1) + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) '@radix-ui/rect@1.0.1': dependencies: @@ -7116,15 +7112,17 @@ snapshots: '@react-dnd/shallowequal@4.0.2': {} - '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1)': + '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1)': dependencies: immer: 9.0.21 redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 optionalDependencies: - react: 19.1.1 - react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) + react: 18.3.1 + react-redux: 8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + + '@remix-run/router@1.23.0': {} '@rollup/rollup-android-arm-eabi@4.40.0': optional: true @@ -7186,7 +7184,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.40.0': optional: true - '@rushstack/node-core-library@5.13.0(@types/node@24.6.1)': + '@rushstack/node-core-library@5.13.0(@types/node@22.18.8)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -7197,18 +7195,18 @@ snapshots: resolve: 1.22.10 semver: 7.5.4 optionalDependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 - '@rushstack/terminal@0.15.2(@types/node@24.6.1)': + '@rushstack/terminal@0.15.2(@types/node@22.18.8)': dependencies: - '@rushstack/node-core-library': 5.13.0(@types/node@24.6.1) + '@rushstack/node-core-library': 5.13.0(@types/node@22.18.8) supports-color: 8.1.1 optionalDependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 - '@rushstack/ts-command-line@4.23.7(@types/node@24.6.1)': + '@rushstack/ts-command-line@4.23.7(@types/node@22.18.8)': dependencies: - '@rushstack/terminal': 0.15.2(@types/node@24.6.1) + '@rushstack/terminal': 0.15.2(@types/node@22.18.8) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -7229,22 +7227,22 @@ snapshots: escape-string-regexp: 2.0.0 lodash.deburr: 4.1.0 - '@strapi/admin@5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))': + '@strapi/admin@5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@casl/ability': 6.5.0 '@internationalized/date': 3.5.4 - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) - '@strapi/data-transfer': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/permissions': 5.24.2 - '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) - '@strapi/typescript-utils': 5.24.2 - '@strapi/utils': 5.24.2 + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + '@strapi/data-transfer': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/permissions': 5.25.0 + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) + '@strapi/typescript-utils': 5.25.0 + '@strapi/utils': 5.25.0 '@testing-library/dom': 10.1.0 - '@testing-library/react': 15.0.7(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@testing-library/react': 15.0.7(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@testing-library/user-event': 14.5.2(@testing-library/dom@10.1.0) axios: 1.12.2(debug@4.3.4) bcryptjs: 2.4.3 @@ -7255,7 +7253,7 @@ snapshots: date-fns: 2.30.0 execa: 5.1.1 fast-deep-equal: 3.1.3 - formik: 2.4.5(react@19.1.1) + formik: 2.4.5(react@18.3.1) fractional-indexing: 3.2.0 fs-extra: 11.2.0 highlight.js: 10.7.3 @@ -7277,25 +7275,25 @@ snapshots: pluralize: 8.0.0 punycode: 2.3.1 qs: 6.11.1 - react: 19.1.1 - react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react@18.3.25)(react@18.3.1) react-dnd-html5-backend: 16.0.1 - react-dom: 19.1.1(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) + react-dom: 18.3.1(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) react-is: 18.3.1 - react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-select: 5.8.0(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-window: 1.8.10(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-redux: 8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-select: 5.8.0(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-window: 1.8.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) rimraf: 5.0.5 sanitize-html: 2.13.0 scheduler: 0.23.0 semver: 7.5.4 sift: 16.0.1 - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) typescript: 5.4.4 - use-context-selector: 1.4.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(scheduler@0.23.0) + use-context-selector: 1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.0) yup: 0.32.9 zod: 3.25.67 transitivePeerDependencies: @@ -7327,9 +7325,9 @@ snapshots: - supports-color - tedious - '@strapi/cloud-cli@5.24.2': + '@strapi/cloud-cli@5.25.0': dependencies: - '@strapi/utils': 5.24.2 + '@strapi/utils': 5.25.0 axios: 1.12.2(debug@4.3.4) boxen: 5.1.2 chalk: 4.1.2 @@ -7353,19 +7351,19 @@ snapshots: - debug - supports-color - '@strapi/content-manager@5.24.2(61f941d9770f7c81bed13b0d1a48a2c6)': + '@strapi/content-manager@5.25.0(2b969f25366dd6faf01776593ec12e19)': dependencies: - '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@dnd-kit/sortable': 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) - '@dnd-kit/utilities': 3.2.2(react@19.1.1) - '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) + '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@dnd-kit/sortable': 10.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) + '@dnd-kit/utilities': 3.2.2(react@18.3.1) + '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) '@sindresorhus/slugify': 1.1.0 - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) - '@strapi/utils': 5.24.2 + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) + '@strapi/utils': 5.25.0 codemirror5: codemirror@5.65.19 date-fns: 2.30.0 fractional-indexing: 3.2.0 @@ -7385,21 +7383,21 @@ snapshots: markdown-it-sup: 1.0.0 prismjs: 1.30.0 qs: 6.11.1 - react: 19.1.1 - react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react@18.3.25)(react@18.3.1) react-dnd-html5-backend: 16.0.1 - react-dom: 19.1.1(react@19.1.1) - react-helmet: 6.1.0(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.9.3) - react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-window: 1.8.10(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-dom: 18.3.1(react@18.3.1) + react-helmet: 6.1.0(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.9.3) + react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-redux: 8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-window: 1.8.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) sanitize-html: 2.13.0 slate: 0.94.1 slate-history: 0.93.0(slate@0.94.1) - slate-react: 0.98.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(slate@0.94.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + slate-react: 0.98.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate@0.94.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) yup: 0.32.9 transitivePeerDependencies: - '@babel/runtime' @@ -7427,27 +7425,27 @@ snapshots: - tedious - typescript - '@strapi/content-releases@5.24.2(61f92a12c5ae1b0544f601c75f6f9798)': + '@strapi/content-releases@5.25.0(496433cc84869e6a33a31fa7af52d12e)': dependencies: - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/content-manager': 5.24.2(61f941d9770f7c81bed13b0d1a48a2c6) - '@strapi/database': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3) - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) - '@strapi/utils': 5.24.2 + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/content-manager': 5.25.0(2b969f25366dd6faf01776593ec12e19) + '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) + '@strapi/utils': 5.25.0 date-fns: 2.30.0 date-fns-tz: 2.0.1(date-fns@2.30.0) - formik: 2.4.5(react@19.1.1) + formik: 2.4.5(react@18.3.1) lodash: 4.17.21 qs: 6.11.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) - react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) + react-redux: 8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) yup: 0.32.9 transitivePeerDependencies: - '@babel/runtime' @@ -7474,31 +7472,31 @@ snapshots: - tedious - typescript - '@strapi/content-type-builder@5.24.2(dd14a977db5c6dcb41c3f5a889015f8a)': + '@strapi/content-type-builder@5.25.0(f1db12e1af22bcf05b672317d6864ed4)': dependencies: - '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@dnd-kit/modifiers': 9.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) - '@dnd-kit/sortable': 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) - '@dnd-kit/utilities': 3.2.2(react@19.1.1) - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) + '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@dnd-kit/modifiers': 9.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) + '@dnd-kit/sortable': 10.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) + '@dnd-kit/utilities': 3.2.2(react@18.3.1) + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) '@sindresorhus/slugify': 1.1.0 - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/generators': 5.24.2 - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/utils': 5.24.2 + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/generators': 5.25.0 + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/utils': 5.25.0 date-fns: 2.30.0 fs-extra: 11.2.0 immer: 9.0.21 lodash: 4.17.21 pluralize: 8.0.0 qs: 6.11.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) - react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) + react-redux: 8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) yup: 0.32.9 zod: 3.25.67 transitivePeerDependencies: @@ -7517,19 +7515,19 @@ snapshots: - redux - typescript - '@strapi/core@5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))': + '@strapi/core@5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@koa/cors': 5.0.0 '@koa/router': 12.0.2 '@paralleldrive/cuid2': 2.2.2 - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/database': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3) - '@strapi/generators': 5.24.2 - '@strapi/logger': 5.24.2 - '@strapi/permissions': 5.24.2 - '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) - '@strapi/typescript-utils': 5.24.2 - '@strapi/utils': 5.24.2 + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) + '@strapi/generators': 5.25.0 + '@strapi/logger': 5.25.0 + '@strapi/permissions': 5.25.0 + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) + '@strapi/typescript-utils': 5.25.0 + '@strapi/utils': 5.25.0 '@vercel/stega': 0.1.2 bcryptjs: 2.4.3 boxen: 5.1.2 @@ -7608,11 +7606,11 @@ snapshots: - supports-color - tedious - '@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3)': + '@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3)': dependencies: - '@strapi/logger': 5.24.2 - '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) - '@strapi/utils': 5.24.2 + '@strapi/logger': 5.25.0 + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) + '@strapi/utils': 5.25.0 chalk: 4.1.2 cli-table3: 0.6.5 commander: 8.3.0 @@ -7641,18 +7639,18 @@ snapshots: - typescript - utf-8-validate - '@strapi/database@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)': + '@strapi/database@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)': dependencies: '@paralleldrive/cuid2': 2.2.2 - '@strapi/utils': 5.24.2 + '@strapi/utils': 5.25.0 ajv: 8.16.0 date-fns: 2.30.0 debug: 4.3.4 fs-extra: 11.2.0 - knex: 3.0.1(better-sqlite3@12.4.1)(pg@8.16.3) + knex: 3.0.1(better-sqlite3@11.10.0)(pg@8.16.3) lodash: 4.17.21 semver: 7.5.4 - umzug: 3.8.1(@types/node@24.6.1) + umzug: 3.8.1(@types/node@22.18.8) transitivePeerDependencies: - '@types/node' - better-sqlite3 @@ -7664,37 +7662,37 @@ snapshots: - supports-color - tedious - '@strapi/design-system@2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))': + '@strapi/design-system@2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@codemirror/lang-json': 6.0.1 - '@floating-ui/react-dom': 2.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@internationalized/date': 3.5.4 '@internationalized/number': 3.5.3 - '@radix-ui/react-accordion': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-alert-dialog': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-avatar': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-checkbox': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-dropdown-menu': 2.0.6(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-popover': 1.0.7(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-progress': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-radio-group': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-scroll-area': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-switch': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-tabs': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-tooltip': 1.0.7(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/ui-primitives': 2.0.0-rc.29(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@uiw/react-codemirror': 4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-accordion': 1.1.2(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-alert-dialog': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-avatar': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-checkbox': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dropdown-menu': 2.0.6(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popover': 1.0.7(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-progress': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-radio-group': 1.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-scroll-area': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-switch': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-tabs': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-tooltip': 1.0.7(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/ui-primitives': 2.0.0-rc.30(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@uiw/react-codemirror': 4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) lodash: 4.17.21 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-remove-scroll: 2.5.10(@types/react@19.1.16)(react@19.1.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-remove-scroll: 2.5.10(@types/react@18.3.25)(react@18.3.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7708,22 +7706,22 @@ snapshots: - '@types/react-dom' - codemirror - '@strapi/email@5.24.2(4017b833738842a7508233cd69805ed0)': + '@strapi/email@5.25.0(e836a76f1f22e915b72ce485d19efc16)': dependencies: - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/provider-email-sendmail': 5.24.2 - '@strapi/utils': 5.24.2 + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/provider-email-sendmail': 5.25.0 + '@strapi/utils': 5.25.0 koa: 2.16.1 koa2-ratelimit: 1.1.3 lodash: 4.17.21 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) - react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) + react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) yup: 0.32.9 zod: 3.25.67 transitivePeerDependencies: @@ -7744,11 +7742,11 @@ snapshots: - sequelize - typescript - '@strapi/generators@5.24.2': + '@strapi/generators@5.25.0': dependencies: '@sindresorhus/slugify': 1.1.0 - '@strapi/typescript-utils': 5.24.2 - '@strapi/utils': 5.24.2 + '@strapi/typescript-utils': 5.25.0 + '@strapi/utils': 5.25.0 chalk: 4.1.2 copyfiles: 2.4.1 fs-extra: 11.2.0 @@ -7756,22 +7754,22 @@ snapshots: plop: 4.0.1 pluralize: 8.0.0 - '@strapi/i18n@5.24.2(c434b32363cb4a814af5c079437dd3e8)': + '@strapi/i18n@5.25.0(ea380e38c74e529502f14f8f0cf4a4d3)': dependencies: - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/content-manager': 5.24.2(61f941d9770f7c81bed13b0d1a48a2c6) - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/utils': 5.24.2 + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/content-manager': 5.25.0(2b969f25366dd6faf01776593ec12e19) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/utils': 5.25.0 lodash: 4.17.21 qs: 6.11.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) - react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) + react-redux: 8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) yup: 0.32.9 zod: 3.25.67 transitivePeerDependencies: @@ -7790,18 +7788,18 @@ snapshots: - redux - typescript - '@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))': + '@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@strapi/logger@5.24.2': + '@strapi/logger@5.25.0': dependencies: lodash: 4.17.21 winston: 3.10.0 - '@strapi/openapi@5.24.2': + '@strapi/openapi@5.25.0': dependencies: debug: 4.3.4 openapi-types: 12.1.3 @@ -7809,25 +7807,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@strapi/permissions@5.24.2': + '@strapi/permissions@5.25.0': dependencies: '@casl/ability': 6.5.0 - '@strapi/utils': 5.24.2 + '@strapi/utils': 5.25.0 lodash: 4.17.21 qs: 6.11.1 sift: 16.0.1 - '@strapi/plugin-cloud@5.24.2(7088fba5030af79a4db7c93fad43e9f8)': - dependencies: - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/strapi': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(terser@5.39.0)(type-fest@4.40.0) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.9.3) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@strapi/plugin-cloud@5.25.0(e86704d15fcf0959fc651373fe6b00a5)': + dependencies: + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/strapi': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.9.3) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@babel/runtime' - '@codemirror/autocomplete' @@ -7842,14 +7840,14 @@ snapshots: - codemirror - typescript - '@strapi/plugin-users-permissions@5.24.2(bd9fb448e1207b0aa54ff4f8deb12001)': + '@strapi/plugin-users-permissions@5.25.0(a3870430ce5e006b006ebb7d2d91a5e8)': dependencies: - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/strapi': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(terser@5.39.0)(type-fest@4.40.0) - '@strapi/utils': 5.24.2 + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/strapi': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) + '@strapi/utils': 5.25.0 bcryptjs: 2.4.3 - formik: 2.4.5(react@19.1.1) + formik: 2.4.5(react@18.3.1) grant: 5.4.24 immer: 9.0.21 jsonwebtoken: 9.0.0 @@ -7859,13 +7857,13 @@ snapshots: lodash: 4.17.21 prop-types: 15.8.1 purest: 4.0.2 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.9.3) - react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.9.3) + react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-redux: 8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) url-join: 4.0.1 yup: 0.32.9 zod: 3.25.67 @@ -7889,34 +7887,34 @@ snapshots: - supports-color - typescript - '@strapi/provider-email-sendmail@5.24.2': + '@strapi/provider-email-sendmail@5.25.0': dependencies: - '@strapi/utils': 5.24.2 + '@strapi/utils': 5.25.0 sendmail: 1.6.1 - '@strapi/provider-upload-local@5.24.2': + '@strapi/provider-upload-local@5.25.0': dependencies: - '@strapi/utils': 5.24.2 + '@strapi/utils': 5.25.0 fs-extra: 11.2.0 - '@strapi/review-workflows@5.24.2(4d477ce60b28ca066d6c247ce31260e2)': + '@strapi/review-workflows@5.25.0(410da10a2c15d5c395a8ea01d36d110f)': dependencies: - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/content-manager': 5.24.2(61f941d9770f7c81bed13b0d1a48a2c6) - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/utils': 5.24.2 + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/content-manager': 5.25.0(2b969f25366dd6faf01776593ec12e19) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/utils': 5.25.0 fractional-indexing: 3.2.0 - react: 19.1.1 - react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react@18.3.25)(react@18.3.1) react-dnd-html5-backend: 16.0.1 - react-dom: 19.1.1(react@19.1.1) - react-helmet: 6.1.0(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) - react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-dom: 18.3.1(react@18.3.1) + react-helmet: 6.1.0(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) + react-redux: 8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) yup: 0.32.9 transitivePeerDependencies: - '@babel/runtime' @@ -7936,30 +7934,30 @@ snapshots: - redux - typescript - '@strapi/strapi@5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(terser@5.39.0)(type-fest@4.40.0)': + '@strapi/strapi@5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0)': dependencies: '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.0)(type-fest@4.40.0)(webpack-hot-middleware@2.26.1)(webpack@5.99.6(esbuild@0.25.3)) - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/cloud-cli': 5.24.2 - '@strapi/content-manager': 5.24.2(61f941d9770f7c81bed13b0d1a48a2c6) - '@strapi/content-releases': 5.24.2(61f92a12c5ae1b0544f601c75f6f9798) - '@strapi/content-type-builder': 5.24.2(dd14a977db5c6dcb41c3f5a889015f8a) - '@strapi/core': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/data-transfer': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) - '@strapi/database': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3) - '@strapi/email': 5.24.2(4017b833738842a7508233cd69805ed0) - '@strapi/generators': 5.24.2 - '@strapi/i18n': 5.24.2(c434b32363cb4a814af5c079437dd3e8) - '@strapi/logger': 5.24.2 - '@strapi/openapi': 5.24.2 - '@strapi/permissions': 5.24.2 - '@strapi/review-workflows': 5.24.2(4d477ce60b28ca066d6c247ce31260e2) - '@strapi/types': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3) - '@strapi/typescript-utils': 5.24.2 - '@strapi/upload': 5.24.2(1e772fb613cb66a0c6a0b659491e4cc9) - '@strapi/utils': 5.24.2 + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/cloud-cli': 5.25.0 + '@strapi/content-manager': 5.25.0(2b969f25366dd6faf01776593ec12e19) + '@strapi/content-releases': 5.25.0(496433cc84869e6a33a31fa7af52d12e) + '@strapi/content-type-builder': 5.25.0(f1db12e1af22bcf05b672317d6864ed4) + '@strapi/core': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/data-transfer': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) + '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) + '@strapi/email': 5.25.0(e836a76f1f22e915b72ce485d19efc16) + '@strapi/generators': 5.25.0 + '@strapi/i18n': 5.25.0(ea380e38c74e529502f14f8f0cf4a4d3) + '@strapi/logger': 5.25.0 + '@strapi/openapi': 5.25.0 + '@strapi/permissions': 5.25.0 + '@strapi/review-workflows': 5.25.0(410da10a2c15d5c395a8ea01d36d110f) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) + '@strapi/typescript-utils': 5.25.0 + '@strapi/upload': 5.25.0(d302636626c46ffdf1d764d67b9abfc6) + '@strapi/utils': 5.25.0 '@types/nodemon': 1.19.6 - '@vitejs/plugin-react-swc': 3.6.0(@swc/helpers@0.5.17)(vite@5.4.19(@types/node@24.6.1)(terser@5.39.0)) + '@vitejs/plugin-react-swc': 3.6.0(@swc/helpers@0.5.17)(vite@5.4.19(@types/node@22.18.8)(terser@5.39.0)) boxen: 5.1.2 browserslist: 4.24.4 browserslist-to-esbuild: 1.2.0 @@ -7989,17 +7987,17 @@ snapshots: outdent: 0.8.0 pkg-up: 3.1.0 prettier: 3.3.3 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) react-refresh: 0.14.0 - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) read-pkg-up: 7.0.1 resolve-from: 5.0.0 semver: 7.5.4 style-loader: 3.3.4(webpack@5.99.6(esbuild@0.25.3)) - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) typescript: 5.4.4 - vite: 5.4.19(@types/node@24.6.1)(terser@5.39.0) + vite: 5.4.19(@types/node@22.18.8)(terser@5.39.0) webpack: 5.99.6(esbuild@0.25.3) webpack-bundle-analyzer: 4.10.2 webpack-dev-middleware: 6.1.2(webpack@5.99.6(esbuild@0.25.3)) @@ -8056,15 +8054,45 @@ snapshots: - webpack-dev-server - webpack-plugin-serve - '@strapi/types@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.9.3)': + '@strapi/types@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4)': + dependencies: + '@casl/ability': 6.5.0 + '@koa/cors': 5.0.0 + '@koa/router': 12.0.2 + '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) + '@strapi/logger': 5.25.0 + '@strapi/permissions': 5.25.0 + '@strapi/utils': 5.25.0 + commander: 8.3.0 + json-logic-js: 2.0.5 + koa: 2.16.1 + koa-body: 6.0.1 + node-schedule: 2.1.1 + typedoc: 0.25.10(typescript@5.4.4) + typedoc-github-wiki-theme: 1.1.0(typedoc-plugin-markdown@3.17.1(typedoc@0.25.10(typescript@5.9.3)))(typedoc@0.25.10(typescript@5.9.3)) + typedoc-plugin-markdown: 3.17.1(typedoc@0.25.10(typescript@5.9.3)) + zod: 3.25.67 + transitivePeerDependencies: + - '@types/node' + - better-sqlite3 + - mysql + - mysql2 + - pg + - pg-native + - sqlite3 + - supports-color + - tedious + - typescript + + '@strapi/types@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3)': dependencies: '@casl/ability': 6.5.0 '@koa/cors': 5.0.0 '@koa/router': 12.0.2 - '@strapi/database': 5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3) - '@strapi/logger': 5.24.2 - '@strapi/permissions': 5.24.2 - '@strapi/utils': 5.24.2 + '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) + '@strapi/logger': 5.25.0 + '@strapi/permissions': 5.25.0 + '@strapi/utils': 5.25.0 commander: 8.3.0 json-logic-js: 2.0.5 koa: 2.16.1 @@ -8086,7 +8114,7 @@ snapshots: - tedious - typescript - '@strapi/typescript-utils@5.24.2': + '@strapi/typescript-utils@5.25.0': dependencies: chalk: 4.1.2 cli-table3: 0.6.5 @@ -8095,47 +8123,47 @@ snapshots: prettier: 3.3.3 typescript: 5.4.4 - '@strapi/ui-primitives@2.0.0-rc.29(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@strapi/ui-primitives@2.0.0-rc.30(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-context': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-direction': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-id': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@radix-ui/react-slot': 1.0.2(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.16)(react@19.1.1) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.25)(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) aria-hidden: 1.2.4 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-remove-scroll: 2.5.10(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-remove-scroll: 2.5.10(@types/react@18.3.25)(react@18.3.1) transitivePeerDependencies: - '@types/react' - '@types/react-dom' - '@strapi/upload@5.24.2(1e772fb613cb66a0c6a0b659491e4cc9)': + '@strapi/upload@5.25.0(d302636626c46ffdf1d764d67b9abfc6)': dependencies: - '@mux/mux-player-react': 3.1.0(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1))(react@19.1.1) - '@strapi/admin': 5.24.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.24.2(@types/node@24.6.1)(better-sqlite3@12.4.1)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(better-sqlite3@12.4.1)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@19.1.1(react@19.1.1))(react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/design-system': 2.0.0-rc.29(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)))(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/icons': 2.0.0-rc.29(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) - '@strapi/provider-upload-local': 5.24.2 - '@strapi/utils': 5.24.2 + '@mux/mux-player-react': 3.1.0(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/provider-upload-local': 5.25.0 + '@strapi/utils': 5.25.0 byte-size: 8.1.1 cropperjs: 1.6.1 date-fns: 2.30.0 - formik: 2.4.5(react@19.1.1) + formik: 2.4.5(react@18.3.1) fs-extra: 11.2.0 immer: 9.0.21 koa-range: 0.3.0 @@ -8144,16 +8172,16 @@ snapshots: mime-types: 2.1.35 prop-types: 15.8.1 qs: 6.11.1 - react: 19.1.1 - react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1) - react-dom: 19.1.1(react@19.1.1) - react-intl: 6.6.2(react@19.1.1)(typescript@5.4.4) - react-query: 3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-redux: 8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1) - react-router-dom: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - react-select: 5.8.0(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 18.3.1 + react-dnd: 16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react@18.3.25)(react@18.3.1) + react-dom: 18.3.1(react@18.3.1) + react-intl: 6.6.2(react@18.3.1)(typescript@5.4.4) + react-query: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-redux: 8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-select: 5.8.0(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) sharp: 0.33.5 - styled-components: 6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + styled-components: 6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) yup: 0.32.9 zod: 3.25.67 transitivePeerDependencies: @@ -8175,7 +8203,7 @@ snapshots: - supports-color - typescript - '@strapi/utils@5.24.2': + '@strapi/utils@5.25.0': dependencies: '@sindresorhus/slugify': 1.1.0 date-fns: 2.30.0 @@ -8260,15 +8288,15 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@15.0.7(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@testing-library/react@15.0.7(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@testing-library/dom': 10.1.0 - '@types/react-dom': 18.3.6(@types/react@19.1.16) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@types/react-dom': 18.3.7(@types/react@18.3.25) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 '@testing-library/user-event@14.5.2(@testing-library/dom@10.1.0)': dependencies: @@ -8276,7 +8304,7 @@ snapshots: '@types/accepts@1.3.7': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/argparse@1.0.38': {} @@ -8285,23 +8313,23 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/responselike': 1.0.3 '@types/co-body@6.1.3': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/qs': 6.9.18 '@types/connect@3.4.38': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/content-disposition@0.5.8': {} @@ -8310,7 +8338,7 @@ snapshots: '@types/connect': 3.4.38 '@types/express': 5.0.1 '@types/keygrip': 1.0.6 - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/eslint-scope@3.7.7': dependencies: @@ -8326,14 +8354,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/qs': 6.9.18 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.6': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/qs': 6.9.18 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -8355,15 +8383,15 @@ snapshots: '@types/follow-redirects@1.14.4': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/formidable@2.0.6': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/hoist-non-react-statics@3.3.6': dependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 hoist-non-react-statics: 3.3.2 '@types/html-minifier-terser@6.1.0': {} @@ -8386,13 +8414,13 @@ snapshots: '@types/jsonwebtoken@9.0.9': dependencies: '@types/ms': 2.1.0 - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/keygrip@1.0.6': {} '@types/keyv@3.1.4': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/koa-compose@3.2.8': dependencies: @@ -8407,12 +8435,12 @@ snapshots: '@types/http-errors': 2.0.4 '@types/keygrip': 1.0.6 '@types/koa-compose': 3.2.8 - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/liftoff@4.0.3': dependencies: '@types/fined': 1.1.5 - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/lodash@4.17.16': {} @@ -8420,13 +8448,13 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@24.6.1': + '@types/node@22.18.8': dependencies: - undici-types: 7.13.0 + undici-types: 6.21.0 '@types/nodemon@1.19.6': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/normalize-package-data@2.4.4': {} @@ -8434,7 +8462,7 @@ snapshots: '@types/progress-stream@2.0.5': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/prop-types@15.7.14': {} @@ -8442,47 +8470,39 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@18.3.6(@types/react@19.1.16)': + '@types/react-dom@18.3.7(@types/react@18.3.25)': dependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@types/react-dom@19.1.9(@types/react@19.1.16)': + '@types/react-transition-group@4.4.12(@types/react@18.3.25)': dependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - '@types/react-transition-group@4.4.12(@types/react@19.1.16)': - dependencies: - '@types/react': 19.1.16 - - '@types/react@18.3.20': + '@types/react@18.3.25': dependencies: '@types/prop-types': 15.7.14 csstype: 3.1.3 - '@types/react@19.1.16': - dependencies: - csstype: 3.1.3 - '@types/responselike@1.0.3': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/send': 0.17.4 '@types/stylis@4.2.5': {} '@types/through@0.0.33': dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 '@types/triple-beam@1.3.5': {} @@ -8514,7 +8534,7 @@ snapshots: '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.6 - '@uiw/react-codemirror@4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@uiw/react-codemirror@4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@codemirror/commands': 6.8.1 @@ -8523,8 +8543,8 @@ snapshots: '@codemirror/view': 6.36.6 '@uiw/codemirror-extensions-basic-setup': 4.22.2(@codemirror/autocomplete@6.18.6)(@codemirror/commands@6.8.1)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/view@6.36.6) codemirror: 5.65.19 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@codemirror/autocomplete' - '@codemirror/language' @@ -8533,10 +8553,10 @@ snapshots: '@vercel/stega@0.1.2': {} - '@vitejs/plugin-react-swc@3.6.0(@swc/helpers@0.5.17)(vite@5.4.19(@types/node@24.6.1)(terser@5.39.0))': + '@vitejs/plugin-react-swc@3.6.0(@swc/helpers@0.5.17)(vite@5.4.19(@types/node@22.18.8)(terser@5.39.0))': dependencies: '@swc/core': 1.11.22(@swc/helpers@0.5.17) - vite: 5.4.19(@types/node@24.6.1)(terser@5.39.0) + vite: 5.4.19(@types/node@22.18.8)(terser@5.39.0) transitivePeerDependencies: - '@swc/helpers' @@ -8776,7 +8796,7 @@ snapshots: bcryptjs@2.4.3: {} - better-sqlite3@12.4.1: + better-sqlite3@11.10.0: dependencies: bindings: 1.5.0 prebuild-install: 7.1.3 @@ -9143,8 +9163,6 @@ snapshots: cookie@0.7.2: optional: true - cookie@1.0.2: {} - cookies@0.9.1: dependencies: depd: 2.0.0 @@ -9736,14 +9754,14 @@ snapshots: once: 1.4.0 qs: 6.14.0 - formik@2.4.5(react@19.1.1): + formik@2.4.5(react@18.3.1): dependencies: '@types/hoist-non-react-statics': 3.3.6 deepmerge: 2.2.1 hoist-non-react-statics: 3.3.2 lodash: 4.17.21 lodash-es: 4.17.21 - react: 19.1.1 + react: 18.3.1 react-fast-compare: 2.0.4 tiny-warning: 1.0.3 tslib: 2.8.1 @@ -10336,7 +10354,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -10446,7 +10464,7 @@ snapshots: kind-of@6.0.3: {} - knex@3.0.1(better-sqlite3@12.4.1)(pg@8.16.3): + knex@3.0.1(better-sqlite3@11.10.0)(pg@8.16.3): dependencies: colorette: 2.0.19 commander: 10.0.1 @@ -10463,7 +10481,7 @@ snapshots: tarn: 3.0.2 tildify: 2.0.0 optionalDependencies: - better-sqlite3: 12.4.1 + better-sqlite3: 11.10.0 pg: 8.16.3 transitivePeerDependencies: - supports-color @@ -11414,53 +11432,54 @@ snapshots: dependencies: dnd-core: 16.0.1 - react-dnd@16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@24.6.1)(@types/react@19.1.16)(react@19.1.1): + react-dnd@16.0.1(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react@18.3.25)(react@18.3.1): dependencies: '@react-dnd/invariant': 4.0.2 '@react-dnd/shallowequal': 4.0.2 dnd-core: 16.0.1 fast-deep-equal: 3.1.3 hoist-non-react-statics: 3.3.2 - react: 19.1.1 + react: 18.3.1 optionalDependencies: '@types/hoist-non-react-statics': 3.3.6 - '@types/node': 24.6.1 - '@types/react': 19.1.16 + '@types/node': 22.18.8 + '@types/react': 18.3.25 - react-dom@19.1.1(react@19.1.1): + react-dom@18.3.1(react@18.3.1): dependencies: - react: 19.1.1 - scheduler: 0.26.0 + loose-envify: 1.4.0 + react: 18.3.1 + scheduler: 0.23.2 react-fast-compare@2.0.4: {} react-fast-compare@3.2.2: {} - react-helmet@6.1.0(react@19.1.1): + react-helmet@6.1.0(react@18.3.1): dependencies: object-assign: 4.1.1 prop-types: 15.8.1 - react: 19.1.1 + react: 18.3.1 react-fast-compare: 3.2.2 - react-side-effect: 2.1.2(react@19.1.1) + react-side-effect: 2.1.2(react@18.3.1) - react-intl@6.6.2(react@19.1.1)(typescript@5.4.4): + react-intl@6.6.2(react@18.3.1)(typescript@5.4.4): dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/icu-messageformat-parser': 2.7.6 - '@formatjs/intl': 2.10.0(typescript@5.9.3) + '@formatjs/intl': 2.10.0(typescript@5.4.4) '@formatjs/intl-displaynames': 6.6.6 '@formatjs/intl-listformat': 7.5.5 '@types/hoist-non-react-statics': 3.3.6 - '@types/react': 18.3.20 + '@types/react': 18.3.25 hoist-non-react-statics: 3.3.2 intl-messageformat: 10.5.11 - react: 19.1.1 + react: 18.3.1 tslib: 2.8.1 optionalDependencies: typescript: 5.4.4 - react-intl@6.6.2(react@19.1.1)(typescript@5.9.3): + react-intl@6.6.2(react@18.3.1)(typescript@5.9.3): dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/icu-messageformat-parser': 2.7.6 @@ -11468,10 +11487,10 @@ snapshots: '@formatjs/intl-displaynames': 6.6.6 '@formatjs/intl-listformat': 7.5.5 '@types/hoist-non-react-statics': 3.3.6 - '@types/react': 18.3.20 + '@types/react': 18.3.25 hoist-non-react-statics: 3.3.2 intl-messageformat: 10.5.11 - react: 19.1.1 + react: 18.3.1 tslib: 2.8.1 optionalDependencies: typescript: 5.9.3 @@ -11482,122 +11501,122 @@ snapshots: react-is@18.3.1: {} - react-query@3.39.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-query@3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.27.0 broadcast-channel: 3.7.0 match-sorter: 6.3.4 - react: 19.1.1 + react: 18.3.1 optionalDependencies: - react-dom: 19.1.1(react@19.1.1) + react-dom: 18.3.1(react@18.3.1) - react-redux@8.1.3(@types/react-dom@19.1.9(@types/react@19.1.16))(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(redux@4.2.1): + react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1): dependencies: '@babel/runtime': 7.27.0 '@types/hoist-non-react-statics': 3.3.6 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 19.1.1 + react: 18.3.1 react-is: 18.3.1 - use-sync-external-store: 1.5.0(react@19.1.1) + use-sync-external-store: 1.5.0(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 - '@types/react-dom': 19.1.9(@types/react@19.1.16) - react-dom: 19.1.1(react@19.1.1) + '@types/react': 18.3.25 + '@types/react-dom': 18.3.7(@types/react@18.3.25) + react-dom: 18.3.1(react@18.3.1) redux: 4.2.1 react-refresh@0.14.0: {} - react-remove-scroll-bar@2.3.8(@types/react@19.1.16)(react@19.1.1): + react-remove-scroll-bar@2.3.8(@types/react@18.3.25)(react@18.3.1): dependencies: - react: 19.1.1 - react-style-singleton: 2.2.3(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-style-singleton: 2.2.3(@types/react@18.3.25)(react@18.3.1) tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - react-remove-scroll@2.5.10(@types/react@19.1.16)(react@19.1.1): + react-remove-scroll@2.5.10(@types/react@18.3.25)(react@18.3.1): dependencies: - react: 19.1.1 - react-remove-scroll-bar: 2.3.8(@types/react@19.1.16)(react@19.1.1) - react-style-singleton: 2.2.3(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-remove-scroll-bar: 2.3.8(@types/react@18.3.25)(react@18.3.1) + react-style-singleton: 2.2.3(@types/react@18.3.25)(react@18.3.1) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.1.16)(react@19.1.1) - use-sidecar: 1.1.3(@types/react@19.1.16)(react@19.1.1) + use-callback-ref: 1.3.3(@types/react@18.3.25)(react@18.3.1) + use-sidecar: 1.1.3(@types/react@18.3.25)(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - react-remove-scroll@2.5.5(@types/react@19.1.16)(react@19.1.1): + react-remove-scroll@2.5.5(@types/react@18.3.25)(react@18.3.1): dependencies: - react: 19.1.1 - react-remove-scroll-bar: 2.3.8(@types/react@19.1.16)(react@19.1.1) - react-style-singleton: 2.2.3(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-remove-scroll-bar: 2.3.8(@types/react@18.3.25)(react@18.3.1) + react-style-singleton: 2.2.3(@types/react@18.3.25)(react@18.3.1) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.1.16)(react@19.1.1) - use-sidecar: 1.1.3(@types/react@19.1.16)(react@19.1.1) + use-callback-ref: 1.3.3(@types/react@18.3.25)(react@18.3.1) + use-sidecar: 1.1.3(@types/react@18.3.25)(react@18.3.1) optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - react-router-dom@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-router: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@remix-run/router': 1.23.0 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-router: 6.30.1(react@18.3.1) - react-router@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-router@6.30.1(react@18.3.1): dependencies: - cookie: 1.0.2 - react: 19.1.1 - set-cookie-parser: 2.7.1 - optionalDependencies: - react-dom: 19.1.1(react@19.1.1) + '@remix-run/router': 1.23.0 + react: 18.3.1 - react-select@5.8.0(@types/react@19.1.16)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-select@5.8.0(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.27.0 '@emotion/cache': 11.14.0 - '@emotion/react': 11.14.0(@types/react@19.1.16)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@18.3.25)(react@18.3.1) '@floating-ui/dom': 1.6.13 - '@types/react-transition-group': 4.4.12(@types/react@19.1.16) + '@types/react-transition-group': 4.4.12(@types/react@18.3.25) memoize-one: 6.0.0 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - use-isomorphic-layout-effect: 1.2.0(@types/react@19.1.16)(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + use-isomorphic-layout-effect: 1.2.0(@types/react@18.3.25)(react@18.3.1) transitivePeerDependencies: - '@types/react' - supports-color - react-side-effect@2.1.2(react@19.1.1): + react-side-effect@2.1.2(react@18.3.1): dependencies: - react: 19.1.1 + react: 18.3.1 - react-style-singleton@2.2.3(@types/react@19.1.16)(react@19.1.1): + react-style-singleton@2.2.3(@types/react@18.3.25)(react@18.3.1): dependencies: get-nonce: 1.0.1 - react: 19.1.1 + react: 18.3.1 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - react-transition-group@4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.27.0 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) - react-window@1.8.10(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-window@1.8.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.27.0 memoize-one: 5.2.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) - react@19.1.1: {} + react@18.3.1: + dependencies: + loose-envify: 1.4.0 read-pkg-up@7.0.1: dependencies: @@ -11829,7 +11848,9 @@ snapshots: dependencies: loose-envify: 1.4.0 - scheduler@0.26.0: {} + scheduler@0.23.2: + dependencies: + loose-envify: 1.4.0 schema-utils@3.3.0: dependencies: @@ -11879,8 +11900,6 @@ snapshots: dependencies: randombytes: 2.1.0 - set-cookie-parser@2.7.1: {} - setprototypeof@1.1.0: {} setprototypeof@1.2.0: {} @@ -11991,7 +12010,7 @@ snapshots: is-plain-object: 5.0.0 slate: 0.94.1 - slate-react@0.98.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(slate@0.94.1): + slate-react@0.98.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate@0.94.1): dependencies: '@juggle/resize-observer': 3.4.0 '@types/is-hotkey': 0.1.10 @@ -12000,8 +12019,8 @@ snapshots: is-hotkey: 0.1.8 is-plain-object: 5.0.0 lodash: 4.17.21 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) scroll-into-view-if-needed: 2.2.31 slate: 0.94.1 tiny-invariant: 1.0.6 @@ -12126,7 +12145,7 @@ snapshots: style-mod@4.1.2: {} - styled-components@6.1.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@emotion/is-prop-valid': 1.2.2 '@emotion/unitless': 0.8.1 @@ -12134,8 +12153,8 @@ snapshots: css-to-react-native: 3.2.0 csstype: 3.1.3 postcss: 8.4.49 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) shallowequal: 1.1.0 stylis: 4.3.2 tslib: 2.6.2 @@ -12292,6 +12311,14 @@ snapshots: handlebars: 4.7.8 typedoc: 0.25.10(typescript@5.9.3) + typedoc@0.25.10(typescript@5.4.4): + dependencies: + lunr: 2.3.9 + marked: 4.3.0 + minimatch: 9.0.5 + shiki: 0.14.7 + typescript: 5.4.4 + typedoc@0.25.10(typescript@5.9.3): dependencies: lunr: 2.3.9 @@ -12309,9 +12336,9 @@ snapshots: uglify-js@3.19.3: optional: true - umzug@3.8.1(@types/node@24.6.1): + umzug@3.8.1(@types/node@22.18.8): dependencies: - '@rushstack/ts-command-line': 4.23.7(@types/node@24.6.1) + '@rushstack/ts-command-line': 4.23.7(@types/node@22.18.8) emittery: 0.13.1 fast-glob: 3.3.3 pony-cause: 2.1.11 @@ -12323,7 +12350,7 @@ snapshots: undefsafe@2.0.5: {} - undici-types@7.13.0: {} + undici-types@6.21.0: {} undici@6.21.2: {} @@ -12364,37 +12391,37 @@ snapshots: url-join@4.0.1: {} - use-callback-ref@1.3.3(@types/react@19.1.16)(react@19.1.1): + use-callback-ref@1.3.3(@types/react@18.3.25)(react@18.3.1): dependencies: - react: 19.1.1 + react: 18.3.1 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - use-context-selector@1.4.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(scheduler@0.23.0): + use-context-selector@1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.0): dependencies: - react: 19.1.1 + react: 18.3.1 scheduler: 0.23.0 optionalDependencies: - react-dom: 19.1.1(react@19.1.1) + react-dom: 18.3.1(react@18.3.1) - use-isomorphic-layout-effect@1.2.0(@types/react@19.1.16)(react@19.1.1): + use-isomorphic-layout-effect@1.2.0(@types/react@18.3.25)(react@18.3.1): dependencies: - react: 19.1.1 + react: 18.3.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - use-sidecar@1.1.3(@types/react@19.1.16)(react@19.1.1): + use-sidecar@1.1.3(@types/react@18.3.25)(react@18.3.1): dependencies: detect-node-es: 1.1.0 - react: 19.1.1 + react: 18.3.1 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.16 + '@types/react': 18.3.25 - use-sync-external-store@1.5.0(react@19.1.1): + use-sync-external-store@1.5.0(react@18.3.1): dependencies: - react: 19.1.1 + react: 18.3.1 util-deprecate@1.0.2: {} @@ -12413,13 +12440,13 @@ snapshots: vary@1.1.2: {} - vite@5.4.19(@types/node@24.6.1)(terser@5.39.0): + vite@5.4.19(@types/node@22.18.8)(terser@5.39.0): dependencies: esbuild: 0.21.5 postcss: 8.5.3 rollup: 4.40.0 optionalDependencies: - '@types/node': 24.6.1 + '@types/node': 22.18.8 fsevents: 2.3.3 terser: 5.39.0 From f3adc1916bc1792924f80a970476b9db88d62052 Mon Sep 17 00:00:00 2001 From: Pooria Mehregan Date: Fri, 3 Oct 2025 20:15:12 +0200 Subject: [PATCH 4/6] fix: restore original contentTypes (#89) --- apps/cms/types/generated/contentTypes.d.ts | 62 ---------------------- 1 file changed, 62 deletions(-) diff --git a/apps/cms/types/generated/contentTypes.d.ts b/apps/cms/types/generated/contentTypes.d.ts index c7b6d28..4ab558a 100644 --- a/apps/cms/types/generated/contentTypes.d.ts +++ b/apps/cms/types/generated/contentTypes.d.ts @@ -34,10 +34,6 @@ export interface AdminApiToken extends Struct.CollectionTypeSchema { minLength: 1; }> & Schema.Attribute.DefaultTo<''>; - encryptedKey: Schema.Attribute.Text & - Schema.Attribute.SetMinMaxLength<{ - minLength: 1; - }>; expiresAt: Schema.Attribute.DateTime; lastUsedAt: Schema.Attribute.DateTime; lifespan: Schema.Attribute.BigInteger; @@ -203,63 +199,6 @@ export interface AdminRole extends Struct.CollectionTypeSchema { }; } -export interface AdminSession extends Struct.CollectionTypeSchema { - collectionName: 'strapi_sessions'; - info: { - description: 'Session Manager storage'; - displayName: 'Session'; - name: 'Session'; - pluralName: 'sessions'; - singularName: 'session'; - }; - options: { - draftAndPublish: false; - }; - pluginOptions: { - 'content-manager': { - visible: false; - }; - 'content-type-builder': { - visible: false; - }; - i18n: { - localized: false; - }; - }; - attributes: { - absoluteExpiresAt: Schema.Attribute.DateTime & Schema.Attribute.Private; - childId: Schema.Attribute.String & Schema.Attribute.Private; - createdAt: Schema.Attribute.DateTime; - createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & - Schema.Attribute.Private; - deviceId: Schema.Attribute.String & - Schema.Attribute.Required & - Schema.Attribute.Private; - expiresAt: Schema.Attribute.DateTime & - Schema.Attribute.Required & - Schema.Attribute.Private; - locale: Schema.Attribute.String & Schema.Attribute.Private; - localizations: Schema.Attribute.Relation<'oneToMany', 'admin::session'> & - Schema.Attribute.Private; - origin: Schema.Attribute.String & - Schema.Attribute.Required & - Schema.Attribute.Private; - publishedAt: Schema.Attribute.DateTime; - sessionId: Schema.Attribute.String & - Schema.Attribute.Required & - Schema.Attribute.Private & - Schema.Attribute.Unique; - status: Schema.Attribute.String & Schema.Attribute.Private; - type: Schema.Attribute.String & Schema.Attribute.Private; - updatedAt: Schema.Attribute.DateTime; - updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & - Schema.Attribute.Private; - userId: Schema.Attribute.String & - Schema.Attribute.Required & - Schema.Attribute.Private; - }; -} - export interface AdminTransferToken extends Struct.CollectionTypeSchema { collectionName: 'strapi_transfer_tokens'; info: { @@ -994,7 +933,6 @@ declare module '@strapi/strapi' { 'admin::api-token-permission': AdminApiTokenPermission; 'admin::permission': AdminPermission; 'admin::role': AdminRole; - 'admin::session': AdminSession; 'admin::transfer-token': AdminTransferToken; 'admin::transfer-token-permission': AdminTransferTokenPermission; 'admin::user': AdminUser; From 0fcb8f9fb03893da137a0e5961adeba03dd32aa2 Mon Sep 17 00:00:00 2001 From: Pooria Mehregan Date: Fri, 3 Oct 2025 21:45:59 +0200 Subject: [PATCH 5/6] fix: strapi session and reverse proxy (#90) --- apps/cms/config/admin.ts | 9 ++++++++ apps/cms/config/server.ts | 1 + apps/cms/pnpm-lock.yaml | 46 ++++----------------------------------- 3 files changed, 14 insertions(+), 42 deletions(-) diff --git a/apps/cms/config/admin.ts b/apps/cms/config/admin.ts index f1799fa..0b05397 100644 --- a/apps/cms/config/admin.ts +++ b/apps/cms/config/admin.ts @@ -1,6 +1,15 @@ export default ({ env }) => ({ auth: { secret: env('ADMIN_JWT_SECRET'), + // The 'sessions' object replaces the deprecated 'options.expiresIn' + sessions: { + // maxSessionLifespan is the absolute maximum time a session can be valid for. + // It is expressed in seconds. Default is 7 days. + maxSessionLifespan: 60 * 60 * 24 * 7, // 7 days in seconds + // maxRefreshTokenLifespan is the maximum time a refresh token can be used to get a new session. + // It is expressed in seconds. Default is 30 days. + maxRefreshTokenLifespan: 60 * 60 * 24 * 30, // 30 days in seconds + }, }, apiToken: { salt: env('API_TOKEN_SALT'), diff --git a/apps/cms/config/server.ts b/apps/cms/config/server.ts index 31c8997..635afe3 100644 --- a/apps/cms/config/server.ts +++ b/apps/cms/config/server.ts @@ -1,6 +1,7 @@ export default ({ env }) => ({ host: env('HOST', '0.0.0.0'), port: env.int('PORT', 1337), + proxy: true, app: { keys: env.array('APP_KEYS'), }, diff --git a/apps/cms/pnpm-lock.yaml b/apps/cms/pnpm-lock.yaml index ad757f5..c748857 100644 --- a/apps/cms/pnpm-lock.yaml +++ b/apps/cms/pnpm-lock.yaml @@ -7238,7 +7238,7 @@ snapshots: '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/permissions': 5.25.0 - '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) '@strapi/typescript-utils': 5.25.0 '@strapi/utils': 5.25.0 '@testing-library/dom': 10.1.0 @@ -7433,7 +7433,7 @@ snapshots: '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) '@strapi/utils': 5.25.0 date-fns: 2.30.0 date-fns-tz: 2.0.1(date-fns@2.30.0) @@ -7525,7 +7525,7 @@ snapshots: '@strapi/generators': 5.25.0 '@strapi/logger': 5.25.0 '@strapi/permissions': 5.25.0 - '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) '@strapi/typescript-utils': 5.25.0 '@strapi/utils': 5.25.0 '@vercel/stega': 0.1.2 @@ -7952,7 +7952,7 @@ snapshots: '@strapi/openapi': 5.25.0 '@strapi/permissions': 5.25.0 '@strapi/review-workflows': 5.25.0(410da10a2c15d5c395a8ea01d36d110f) - '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) '@strapi/typescript-utils': 5.25.0 '@strapi/upload': 5.25.0(d302636626c46ffdf1d764d67b9abfc6) '@strapi/utils': 5.25.0 @@ -8054,36 +8054,6 @@ snapshots: - webpack-dev-server - webpack-plugin-serve - '@strapi/types@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4)': - dependencies: - '@casl/ability': 6.5.0 - '@koa/cors': 5.0.0 - '@koa/router': 12.0.2 - '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) - '@strapi/logger': 5.25.0 - '@strapi/permissions': 5.25.0 - '@strapi/utils': 5.25.0 - commander: 8.3.0 - json-logic-js: 2.0.5 - koa: 2.16.1 - koa-body: 6.0.1 - node-schedule: 2.1.1 - typedoc: 0.25.10(typescript@5.4.4) - typedoc-github-wiki-theme: 1.1.0(typedoc-plugin-markdown@3.17.1(typedoc@0.25.10(typescript@5.9.3)))(typedoc@0.25.10(typescript@5.9.3)) - typedoc-plugin-markdown: 3.17.1(typedoc@0.25.10(typescript@5.9.3)) - zod: 3.25.67 - transitivePeerDependencies: - - '@types/node' - - better-sqlite3 - - mysql - - mysql2 - - pg - - pg-native - - sqlite3 - - supports-color - - tedious - - typescript - '@strapi/types@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3)': dependencies: '@casl/ability': 6.5.0 @@ -12311,14 +12281,6 @@ snapshots: handlebars: 4.7.8 typedoc: 0.25.10(typescript@5.9.3) - typedoc@0.25.10(typescript@5.4.4): - dependencies: - lunr: 2.3.9 - marked: 4.3.0 - minimatch: 9.0.5 - shiki: 0.14.7 - typescript: 5.4.4 - typedoc@0.25.10(typescript@5.9.3): dependencies: lunr: 2.3.9 From a0455c28b025ae5d941f84635d9ca4651307c90e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:47:35 +0000 Subject: [PATCH 6/6] chore(deps): bump tar-fs from 2.1.2 to 2.1.4 in /apps/cms Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.4. - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.2...v2.1.4) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- apps/cms/pnpm-lock.yaml | 174 +++++++++++++++++++++++----------------- 1 file changed, 100 insertions(+), 74 deletions(-) diff --git a/apps/cms/pnpm-lock.yaml b/apps/cms/pnpm-lock.yaml index c748857..7c7f423 100644 --- a/apps/cms/pnpm-lock.yaml +++ b/apps/cms/pnpm-lock.yaml @@ -10,13 +10,13 @@ importers: dependencies: '@strapi/plugin-cloud': specifier: 5.25.0 - version: 5.25.0(e86704d15fcf0959fc651373fe6b00a5) + version: 5.25.0(a6c2ad442228ca6eb1bd8ad1b0ee257d) '@strapi/plugin-users-permissions': specifier: 5.25.0 - version: 5.25.0(a3870430ce5e006b006ebb7d2d91a5e8) + version: 5.25.0(1044692a1965427712db0240ea8bd3ba) '@strapi/strapi': specifier: 5.25.0 - version: 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) + version: 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) better-sqlite3: specifier: 11.10.0 version: 11.10.0 @@ -2415,8 +2415,8 @@ packages: resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - codemirror@5.65.19: - resolution: {integrity: sha512-+aFkvqhaAVr1gferNMuN8vkTSrWIFvzlMV9I2KBLCWS2WpZ2+UAkZjlMZmEuT+gcXTi6RrGQCkWq1/bDtGqhIA==} + codemirror@5.65.20: + resolution: {integrity: sha512-i5dLDDxwkFCbhjvL2pNjShsojoL3XHyDwsGv1jqETUoW+lzpBKKqNTUWgQwVAOa0tUm4BwekT455ujafi8payA==} color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} @@ -6288,18 +6288,6 @@ snapshots: dependencies: tslib: 2.8.1 - '@formatjs/intl@2.10.0(typescript@5.4.4)': - dependencies: - '@formatjs/ecma402-abstract': 1.18.2 - '@formatjs/fast-memoize': 2.2.0 - '@formatjs/icu-messageformat-parser': 2.7.6 - '@formatjs/intl-displaynames': 6.6.6 - '@formatjs/intl-listformat': 7.5.5 - intl-messageformat: 10.5.11 - tslib: 2.8.1 - optionalDependencies: - typescript: 5.4.4 - '@formatjs/intl@2.10.0(typescript@5.9.3)': dependencies: '@formatjs/ecma402-abstract': 1.18.2 @@ -7227,7 +7215,7 @@ snapshots: escape-string-regexp: 2.0.0 lodash.deburr: 4.1.0 - '@strapi/admin@5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@strapi/admin@5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@casl/ability': 6.5.0 '@internationalized/date': 3.5.4 @@ -7235,10 +7223,10 @@ snapshots: '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) '@strapi/data-transfer': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/permissions': 5.25.0 - '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) '@strapi/typescript-utils': 5.25.0 '@strapi/utils': 5.25.0 '@testing-library/dom': 10.1.0 @@ -7248,7 +7236,7 @@ snapshots: bcryptjs: 2.4.3 boxen: 5.1.2 chalk: 4.1.2 - codemirror5: codemirror@5.65.19 + codemirror5: codemirror@5.65.20 cross-env: 7.0.3 date-fns: 2.30.0 execa: 5.1.1 @@ -7351,7 +7339,7 @@ snapshots: - debug - supports-color - '@strapi/content-manager@5.25.0(2b969f25366dd6faf01776593ec12e19)': + '@strapi/content-manager@5.25.0(0b893fd9cee2b16192b85c9d9e1188eb)': dependencies: '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@dnd-kit/sortable': 10.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) @@ -7359,12 +7347,12 @@ snapshots: '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) '@sindresorhus/slugify': 1.1.0 - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) '@strapi/utils': 5.25.0 - codemirror5: codemirror@5.65.19 + codemirror5: codemirror@5.65.20 date-fns: 2.30.0 fractional-indexing: 3.2.0 highlight.js: 10.7.3 @@ -7425,15 +7413,15 @@ snapshots: - tedious - typescript - '@strapi/content-releases@5.25.0(496433cc84869e6a33a31fa7af52d12e)': + '@strapi/content-releases@5.25.0(713779e0fe32f40aec64bee1c0d0740c)': dependencies: '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/content-manager': 5.25.0(2b969f25366dd6faf01776593ec12e19) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/content-manager': 5.25.0(0b893fd9cee2b16192b85c9d9e1188eb) '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) '@strapi/utils': 5.25.0 date-fns: 2.30.0 date-fns-tz: 2.0.1(date-fns@2.30.0) @@ -7472,7 +7460,7 @@ snapshots: - tedious - typescript - '@strapi/content-type-builder@5.25.0(f1db12e1af22bcf05b672317d6864ed4)': + '@strapi/content-type-builder@5.25.0(73bf6ea3fdac58e4097f3e0b75e99c73)': dependencies: '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@dnd-kit/modifiers': 9.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) @@ -7480,8 +7468,8 @@ snapshots: '@dnd-kit/utilities': 3.2.2(react@18.3.1) '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) '@sindresorhus/slugify': 1.1.0 - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/generators': 5.25.0 '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/utils': 5.25.0 @@ -7515,17 +7503,17 @@ snapshots: - redux - typescript - '@strapi/core@5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@strapi/core@5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@koa/cors': 5.0.0 '@koa/router': 12.0.2 '@paralleldrive/cuid2': 2.2.2 - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) '@strapi/generators': 5.25.0 '@strapi/logger': 5.25.0 '@strapi/permissions': 5.25.0 - '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) '@strapi/typescript-utils': 5.25.0 '@strapi/utils': 5.25.0 '@vercel/stega': 0.1.2 @@ -7662,7 +7650,7 @@ snapshots: - supports-color - tedious - '@strapi/design-system@2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@strapi/design-system@2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@codemirror/lang-json': 6.0.1 '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -7687,7 +7675,7 @@ snapshots: '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.25)(react@18.3.1) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/ui-primitives': 2.0.0-rc.30(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@uiw/react-codemirror': 4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@uiw/react-codemirror': 4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) lodash: 4.17.21 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -7706,10 +7694,10 @@ snapshots: - '@types/react-dom' - codemirror - '@strapi/email@5.25.0(e836a76f1f22e915b72ce485d19efc16)': + '@strapi/email@5.25.0(01aec4d2dba44cea8e1316fbe0f1a4cf)': dependencies: - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/provider-email-sendmail': 5.25.0 '@strapi/utils': 5.25.0 @@ -7754,12 +7742,12 @@ snapshots: plop: 4.0.1 pluralize: 8.0.0 - '@strapi/i18n@5.25.0(ea380e38c74e529502f14f8f0cf4a4d3)': + '@strapi/i18n@5.25.0(95763fbbf46c8f8e8daa06ea169e35b8)': dependencies: '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/content-manager': 5.25.0(2b969f25366dd6faf01776593ec12e19) - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/content-manager': 5.25.0(0b893fd9cee2b16192b85c9d9e1188eb) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/utils': 5.25.0 lodash: 4.17.21 @@ -7815,12 +7803,12 @@ snapshots: qs: 6.11.1 sift: 16.0.1 - '@strapi/plugin-cloud@5.25.0(e86704d15fcf0959fc651373fe6b00a5)': + '@strapi/plugin-cloud@5.25.0(a6c2ad442228ca6eb1bd8ad1b0ee257d)': dependencies: - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/strapi': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) + '@strapi/strapi': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-intl: 6.6.2(react@18.3.1)(typescript@5.9.3) @@ -7840,11 +7828,11 @@ snapshots: - codemirror - typescript - '@strapi/plugin-users-permissions@5.25.0(a3870430ce5e006b006ebb7d2d91a5e8)': + '@strapi/plugin-users-permissions@5.25.0(1044692a1965427712db0240ea8bd3ba)': dependencies: - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/strapi': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) + '@strapi/strapi': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0) '@strapi/utils': 5.25.0 bcryptjs: 2.4.3 formik: 2.4.5(react@18.3.1) @@ -7897,12 +7885,12 @@ snapshots: '@strapi/utils': 5.25.0 fs-extra: 11.2.0 - '@strapi/review-workflows@5.25.0(410da10a2c15d5c395a8ea01d36d110f)': + '@strapi/review-workflows@5.25.0(e1523d1aa0baedde56469a7163fa9844)': dependencies: '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/content-manager': 5.25.0(2b969f25366dd6faf01776593ec12e19) - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/content-manager': 5.25.0(0b893fd9cee2b16192b85c9d9e1188eb) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/utils': 5.25.0 fractional-indexing: 3.2.0 @@ -7934,27 +7922,27 @@ snapshots: - redux - typescript - '@strapi/strapi@5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0)': + '@strapi/strapi@5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@swc/helpers@0.5.17)(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(esbuild@0.25.3)(koa@2.16.1)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.39.0)(type-fest@4.40.0)': dependencies: '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.0)(type-fest@4.40.0)(webpack-hot-middleware@2.26.1)(webpack@5.99.6(esbuild@0.25.3)) - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/cloud-cli': 5.25.0 - '@strapi/content-manager': 5.25.0(2b969f25366dd6faf01776593ec12e19) - '@strapi/content-releases': 5.25.0(496433cc84869e6a33a31fa7af52d12e) - '@strapi/content-type-builder': 5.25.0(f1db12e1af22bcf05b672317d6864ed4) - '@strapi/core': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/content-manager': 5.25.0(0b893fd9cee2b16192b85c9d9e1188eb) + '@strapi/content-releases': 5.25.0(713779e0fe32f40aec64bee1c0d0740c) + '@strapi/content-type-builder': 5.25.0(73bf6ea3fdac58e4097f3e0b75e99c73) + '@strapi/core': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/data-transfer': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) - '@strapi/email': 5.25.0(e836a76f1f22e915b72ce485d19efc16) + '@strapi/email': 5.25.0(01aec4d2dba44cea8e1316fbe0f1a4cf) '@strapi/generators': 5.25.0 - '@strapi/i18n': 5.25.0(ea380e38c74e529502f14f8f0cf4a4d3) + '@strapi/i18n': 5.25.0(95763fbbf46c8f8e8daa06ea169e35b8) '@strapi/logger': 5.25.0 '@strapi/openapi': 5.25.0 '@strapi/permissions': 5.25.0 - '@strapi/review-workflows': 5.25.0(410da10a2c15d5c395a8ea01d36d110f) - '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3) + '@strapi/review-workflows': 5.25.0(e1523d1aa0baedde56469a7163fa9844) + '@strapi/types': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4) '@strapi/typescript-utils': 5.25.0 - '@strapi/upload': 5.25.0(d302636626c46ffdf1d764d67b9abfc6) + '@strapi/upload': 5.25.0(a8762a75365772c2fa79d635a37e3e6d) '@strapi/utils': 5.25.0 '@types/nodemon': 1.19.6 '@vitejs/plugin-react-swc': 3.6.0(@swc/helpers@0.5.17)(vite@5.4.19(@types/node@22.18.8)(terser@5.39.0)) @@ -8054,6 +8042,36 @@ snapshots: - webpack-dev-server - webpack-plugin-serve + '@strapi/types@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4)': + dependencies: + '@casl/ability': 6.5.0 + '@koa/cors': 5.0.0 + '@koa/router': 12.0.2 + '@strapi/database': 5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3) + '@strapi/logger': 5.25.0 + '@strapi/permissions': 5.25.0 + '@strapi/utils': 5.25.0 + commander: 8.3.0 + json-logic-js: 2.0.5 + koa: 2.16.1 + koa-body: 6.0.1 + node-schedule: 2.1.1 + typedoc: 0.25.10(typescript@5.4.4) + typedoc-github-wiki-theme: 1.1.0(typedoc-plugin-markdown@3.17.1(typedoc@0.25.10(typescript@5.9.3)))(typedoc@0.25.10(typescript@5.9.3)) + typedoc-plugin-markdown: 3.17.1(typedoc@0.25.10(typescript@5.9.3)) + zod: 3.25.67 + transitivePeerDependencies: + - '@types/node' + - better-sqlite3 + - mysql + - mysql2 + - pg + - pg-native + - sqlite3 + - supports-color + - tedious + - typescript + '@strapi/types@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.9.3)': dependencies: '@casl/ability': 6.5.0 @@ -8121,12 +8139,12 @@ snapshots: - '@types/react' - '@types/react-dom' - '@strapi/upload@5.25.0(d302636626c46ffdf1d764d67b9abfc6)': + '@strapi/upload@5.25.0(a8762a75365772c2fa79d635a37e3e6d)': dependencies: '@mux/mux-player-react': 3.1.0(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@reduxjs/toolkit': 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) - '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.19)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/admin': 5.25.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/data-transfer@5.25.0(@types/node@22.18.8)(better-sqlite3@11.10.0)(pg@8.16.3)(typescript@5.4.4))(@types/hoist-non-react-statics@3.3.6)(@types/node@22.18.8)(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(better-sqlite3@11.10.0)(codemirror@5.65.20)(debug@4.3.4)(pg@8.16.3)(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(redux@4.2.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@strapi/design-system': 2.0.0-rc.30(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@strapi/icons@2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/react-dom@18.3.7(@types/react@18.3.25))(@types/react@18.3.25)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/icons': 2.0.0-rc.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@strapi/provider-upload-local': 5.25.0 '@strapi/utils': 5.25.0 @@ -8504,7 +8522,7 @@ snapshots: '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.6 - '@uiw/react-codemirror@4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@uiw/react-codemirror@4.22.2(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@5.65.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.27.0 '@codemirror/commands': 6.8.1 @@ -8512,7 +8530,7 @@ snapshots: '@codemirror/theme-one-dark': 6.1.2 '@codemirror/view': 6.36.6 '@uiw/codemirror-extensions-basic-setup': 4.22.2(@codemirror/autocomplete@6.18.6)(@codemirror/commands@6.8.1)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/view@6.36.6) - codemirror: 5.65.19 + codemirror: 5.65.20 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: @@ -9029,7 +9047,7 @@ snapshots: co@4.6.0: {} - codemirror@5.65.19: {} + codemirror@5.65.20: {} color-convert@1.9.3: dependencies: @@ -11437,7 +11455,7 @@ snapshots: dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/icu-messageformat-parser': 2.7.6 - '@formatjs/intl': 2.10.0(typescript@5.4.4) + '@formatjs/intl': 2.10.0(typescript@5.9.3) '@formatjs/intl-displaynames': 6.6.6 '@formatjs/intl-listformat': 7.5.5 '@types/hoist-non-react-statics': 3.3.6 @@ -12281,6 +12299,14 @@ snapshots: handlebars: 4.7.8 typedoc: 0.25.10(typescript@5.9.3) + typedoc@0.25.10(typescript@5.4.4): + dependencies: + lunr: 2.3.9 + marked: 4.3.0 + minimatch: 9.0.5 + shiki: 0.14.7 + typescript: 5.4.4 + typedoc@0.25.10(typescript@5.9.3): dependencies: lunr: 2.3.9