From cdee9e2ca1cb78f648a73b9a43c2654d47021acc Mon Sep 17 00:00:00 2001 From: "alex.kopachov" Date: Thu, 29 Aug 2024 10:54:20 +0200 Subject: [PATCH] chore: updated dependencies --- apps/landing/package.json | 2 +- apps/webextension/package.json | 6 +- .../dynamic-size-text.svelte | 2 +- apps/webextension/vite.config.ts | 2 +- package.json | 68 ++++---- pnpm-lock.yaml | 154 +++++++++--------- 6 files changed, 117 insertions(+), 117 deletions(-) diff --git a/apps/landing/package.json b/apps/landing/package.json index 0715170..aea4650 100644 --- a/apps/landing/package.json +++ b/apps/landing/package.json @@ -20,7 +20,7 @@ "@sveltejs/enhanced-img": "^0.3.4", "@sveltejs/kit": "^2.5.25", "@sveltejs/vite-plugin-svelte": "^3.1.2", - "@tailwindcss/forms": "^0.5.7", + "@tailwindcss/forms": "^0.5.8", "@types/aos": "^3.0.7", "@types/eslint": "9.6.1", "@typescript-eslint/eslint-plugin": "^8.3.0", diff --git a/apps/webextension/package.json b/apps/webextension/package.json index c44d109..d892284 100644 --- a/apps/webextension/package.json +++ b/apps/webextension/package.json @@ -30,11 +30,11 @@ "@sveltejs/kit": "^2.5.25", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/container-queries": "^0.1.1", - "@tailwindcss/forms": "^0.5.7", - "@tailwindcss/typography": "^0.5.14", + "@tailwindcss/forms": "^0.5.8", + "@tailwindcss/typography": "^0.5.15", "@types/color": "^3.0.6", "@types/randomcolor": "^0.5.9", - "@types/webextension-polyfill": "^0.12.0", + "@types/webextension-polyfill": "^0.12.1", "@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/parser": "^8.3.0", "autoprefixer": "^10.4.20", diff --git a/apps/webextension/src/shared-components/dynamic-size-text.svelte b/apps/webextension/src/shared-components/dynamic-size-text.svelte index 5e64210..f9ec6f7 100644 --- a/apps/webextension/src/shared-components/dynamic-size-text.svelte +++ b/apps/webextension/src/shared-components/dynamic-size-text.svelte @@ -18,7 +18,7 @@ } } - const canvas = new OffscreenCanvas(100, 100); + const canvas = new OffscreenCanvas(1, 1); const canvasCtx = canvas.getContext('2d', { alpha: false })!; let container: HTMLElement; const fontSize = writable(0); diff --git a/apps/webextension/vite.config.ts b/apps/webextension/vite.config.ts index e7b29b9..296932b 100644 --- a/apps/webextension/vite.config.ts +++ b/apps/webextension/vite.config.ts @@ -1,7 +1,7 @@ import { sveltekit } from '@sveltejs/kit/vite'; import { defineConfig, loadEnv } from 'vite'; import { purgeCss } from 'vite-plugin-tailwind-purgecss'; -import { paraglide } from "@inlang/paraglide-sveltekit/vite" +import { paraglide } from '@inlang/paraglide-sveltekit/vite'; import runGeneratorsPlugin from 'vite-plugin-run-generator'; import { isWsl2 } from 'is-wsl2'; diff --git a/package.json b/package.json index a4be2c4..ea39939 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,34 @@ -{ - "name": "monorepo", - "private": true, - "packageManager": "pnpm@9.9.0", - "engines": { - "pnpm": ">=9.0.0", - "node": ">=20.0.0" - }, - "scripts": { - "nx": "nx", - "dev:webext": "nx dev webextension", - "dev:landing": "nx dev landing" - }, - "workspaces": [ - "./apps/*", - "./packages/*" - ], - "pnpm": { - "peerDependencyRules": { - "allowedVersions": { - "svelte-use-debounce>svelte": "^4.0.0", - "addons-scanner-utils>node-fetch": "^3.0.0" - } - }, - "overrides": { - "tough-cookie": ">=4.1.3", - "request": "npm:@cypress/request@^3.0.1", - "undici": ">=5.28.3" - } - }, - "devDependencies": { - "nx": "19.6.3" - } -} +{ + "name": "monorepo", + "private": true, + "packageManager": "pnpm@9.9.0", + "engines": { + "pnpm": ">=9.0.0", + "node": ">=20.0.0" + }, + "scripts": { + "nx": "nx", + "dev:webext": "nx dev webextension", + "dev:landing": "nx dev landing" + }, + "workspaces": [ + "./apps/*", + "./packages/*" + ], + "pnpm": { + "peerDependencyRules": { + "allowedVersions": { + "svelte-use-debounce>svelte": "^4.0.0", + "addons-scanner-utils>node-fetch": "^3.0.0" + } + }, + "overrides": { + "tough-cookie": ">=4.1.3", + "request": "npm:@cypress/request@^3.0.1", + "undici": ">=5.28.3" + } + }, + "devDependencies": { + "nx": "19.6.4" + } +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d2d6904..abd25d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,8 +14,8 @@ importers: .: devDependencies: nx: - specifier: 19.6.3 - version: 19.6.3 + specifier: 19.6.4 + version: 19.6.4 apps/iqair-redirect: dependencies: @@ -60,8 +60,8 @@ importers: specifier: ^3.1.2 version: 3.1.2(svelte@4.2.19)(vite@5.4.2(@types/node@22.5.1)(terser@5.31.6)) '@tailwindcss/forms': - specifier: ^0.5.7 - version: 0.5.7(tailwindcss@3.4.10) + specifier: ^0.5.8 + version: 0.5.8(tailwindcss@3.4.10) '@types/aos': specifier: ^3.0.7 version: 3.0.7 @@ -224,11 +224,11 @@ importers: specifier: ^0.1.1 version: 0.1.1(tailwindcss@3.4.10) '@tailwindcss/forms': - specifier: ^0.5.7 - version: 0.5.7(tailwindcss@3.4.10) + specifier: ^0.5.8 + version: 0.5.8(tailwindcss@3.4.10) '@tailwindcss/typography': - specifier: ^0.5.14 - version: 0.5.14(tailwindcss@3.4.10) + specifier: ^0.5.15 + version: 0.5.15(tailwindcss@3.4.10) '@types/color': specifier: ^3.0.6 version: 3.0.6 @@ -236,8 +236,8 @@ importers: specifier: ^0.5.9 version: 0.5.9 '@types/webextension-polyfill': - specifier: ^0.12.0 - version: 0.12.0 + specifier: ^0.12.1 + version: 0.12.1 '@typescript-eslint/eslint-plugin': specifier: ^8.3.0 version: 8.3.0(@typescript-eslint/parser@8.3.0(eslint@9.9.1(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.1(jiti@1.21.6))(typescript@5.5.4) @@ -1145,66 +1145,66 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nrwl/tao@19.6.3': - resolution: {integrity: sha512-j4vPU87yBhTrdyPFSNhlUkN29w4BQ+M14khT8PFGe+Y26gHMxNRNXNFUCwtVARYAc6IwxS8Uvlwy7AwXG2ETPA==} + '@nrwl/tao@19.6.4': + resolution: {integrity: sha512-1J8cD+MFzsmboiGe03VlQZ8gt64k/TaYYPZivnnhOJolPPs75nz1JyJX55uWcKKRy/b7FZNKWIu/6Wp9JDhJrQ==} hasBin: true - '@nx/nx-darwin-arm64@19.6.3': - resolution: {integrity: sha512-P7WlX5YDZOABAlyfpR6eObigQTNuUuy3iJVUuGwp1Nuo3VPMPkpK1GMWKWLwOR9+2jGnF5MzuqWHk7CdF33uqQ==} + '@nx/nx-darwin-arm64@19.6.4': + resolution: {integrity: sha512-kRn2FLvhwJA/TJrNlsCSqqQTrguNZLmiRsiXhvjkfUMbUKwyQfVMgJlvkZ+KoqraUSG+Qyb0FmrGur1I/Mld0Q==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.6.3': - resolution: {integrity: sha512-HF28dPc7h0EmEGYJWJUPA3cBvjXyHbSbGQP5oP885gos9zcyVBjQ2kdJEUZDNMHB9KlZraeXbmV1umFkikjn6A==} + '@nx/nx-darwin-x64@19.6.4': + resolution: {integrity: sha512-3uABBUhxVk+SdRwpUu30iuBlgRWm3tA/G9seG+wt7oN2R+fOu8zzRCYa+Blvoh1Ef+D9743Ir4rDc9Mhzl2B2g==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.6.3': - resolution: {integrity: sha512-y52dWxQ/x2ccyPqA4Vou4CnTqZX4gr/wV9myJX56G1CyEpWasmcqmPFeOKQd6dj7llGM/KJ/4Gz29RYxcWffcA==} + '@nx/nx-freebsd-x64@19.6.4': + resolution: {integrity: sha512-OG83MiEk5L54/vAldmwZJBKEvZaM+DEIDqn2yZLTToBRj5Z9jwKJX3jKP60xbHiaT/hzsb1xPlwhOHJnYd80EQ==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.6.3': - resolution: {integrity: sha512-RneCg1tglLbP4cmGnGUs4FgZVT0aOA9wA53tO4IbyxLnlRXNY9OE452YLgqv3H7sLtNjsey2Lkq1seBHtr3p/Q==} + '@nx/nx-linux-arm-gnueabihf@19.6.4': + resolution: {integrity: sha512-hQ9x4qSKUh9mIVDuD270ULrBnmYfDTjXq7LnIwECw1AuP4LkKzKxULhsbqVnFQ/k3xxyFkwyGTIu2mfDcw16Gw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.6.3': - resolution: {integrity: sha512-Y+vgqaxrPQUEtCzxK25QY4ahO90l0eWgVrvCALexGmq0lW41JrVpfTTsbH/BAPLsx+u8A/GPAQAgrmg7d5lSxw==} + '@nx/nx-linux-arm64-gnu@19.6.4': + resolution: {integrity: sha512-OFKpAHiaVg3YGFIMBmi/JshciP9buwtOPiHDXcQdzQgE22jyYzKEiFxfcpG0nCT8PlMYAbHPAda15WfWkfVGVQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.6.3': - resolution: {integrity: sha512-o/99DBgafbjiJ4e9KFxaldvtlZta/FdzEiQQW+SQQ0JGSYlLCZZ8tIT6t3edV7cmG+gQLNMwolJzgpY53O9wjA==} + '@nx/nx-linux-arm64-musl@19.6.4': + resolution: {integrity: sha512-ZIR9u+mN0A7SmNd6vDxmPV1QVTgYPTdfBSM5TEnKl3q2fHw2Nkui81QBxA4d7VopJoJUz/pRHiUV+dlgEEZ6nA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.6.3': - resolution: {integrity: sha512-ppp0NBOhwJ39U1vR7h8jhFSfiur6CZPSUYjXsV44BlaNGc1wHZ+7FDXhzOTokgTNWHavYgYOJuVan5LtTLKJkA==} + '@nx/nx-linux-x64-gnu@19.6.4': + resolution: {integrity: sha512-AUMPvLs9KeCUuWD5DdlpbP3VfVsiD0IlptS2b3ul336rsQ7LwwdvE7jTVO5CixFOsiRZxP72fKJhaEargMn5Aw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.6.3': - resolution: {integrity: sha512-H7xgsT5OTtVYCXjXBLZu28v+rIInhbUggrgVJ2iQJFGBT2A2qmvGmDJdcDz8+K90ku1f4VuWmm8i+TEyDEcBuQ==} + '@nx/nx-linux-x64-musl@19.6.4': + resolution: {integrity: sha512-PU7AaBlrgnJnDxTiV/PNCu0pHUCzaogm6uNcbzCyFJLGn7DoQK9rkqUMPJjb3CnJkAj9XrrhuZwmOdbrhvHAvA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.6.3': - resolution: {integrity: sha512-o9O6lSmx67zUnqOtlDC4YpC++fiUkixgIsQEG8J/2jdNgAATqOtERcqCNra/uke/Q94Vht2tVXjXF3uj92APhw==} + '@nx/nx-win32-arm64-msvc@19.6.4': + resolution: {integrity: sha512-6CCmGWwH/J2k+Uxeci48w4QVhtcQ3hRZ5Z2jh26HI8YzH4wqZyA7QPgLBE6sNCPVLoGW5cBgTsfnyEdr+xarQA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@19.6.3': - resolution: {integrity: sha512-6NQhc7jYQ/sqPt5fDy8C+br73kTd5jhb8ZkPtEy2Amr1aA1K9SAxZAYfyvxLHS2z1nBEelNFgXe6HBmDX92FkA==} + '@nx/nx-win32-x64-msvc@19.6.4': + resolution: {integrity: sha512-jTNrlaFaKtbL2mYOcfPAiljtpF5CI7vbHIqYqBFYLUQXOwW9lOHlO+SeQnft6JYZs0FIr1IdHaCfdOw/hpnCiQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1511,15 +1511,15 @@ packages: peerDependencies: tailwindcss: '>=3.2.0' - '@tailwindcss/forms@0.5.7': - resolution: {integrity: sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==} + '@tailwindcss/forms@0.5.8': + resolution: {integrity: sha512-DJs7B7NPD0JH7BVvdHWNviWmunlFhuEkz7FyFxE4japOWYMLl9b1D6+Z9mivJJPWr6AEbmlPqgiFRyLwFB1SgQ==} peerDependencies: - tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1' + tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20' - '@tailwindcss/typography@0.5.14': - resolution: {integrity: sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==} + '@tailwindcss/typography@0.5.15': + resolution: {integrity: sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==} peerDependencies: - tailwindcss: '>=3.0.0 || insiders' + tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20' '@trysound/sax@0.2.0': resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} @@ -1588,8 +1588,8 @@ packages: '@types/unidecode@0.1.3': resolution: {integrity: sha512-7R8zgAf8y1qq5Zif6UIXYR07MHvJIjcQM9Ym2am1YXaWdn9zJltLDwO8HpmIIjHiNT4VMGiNAw+UI9S7OM2foA==} - '@types/webextension-polyfill@0.12.0': - resolution: {integrity: sha512-0d1V0jw5wswj11ijrPoUUP+kV2pHCNKDDgQSzNdD1PK5i3vQ0eHiA1xzT5mFwaqdwatrXdgkxgC4BzCQ6C9eUw==} + '@types/webextension-polyfill@0.12.1': + resolution: {integrity: sha512-xPTFWwQ8BxPevPF2IKsf4hpZNss4LxaOLZXypQH4E63BDLmcwX/RMGdI4tB4VO4Nb6xDBH3F/p4gz4wvof1o9w==} '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} @@ -3468,8 +3468,8 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} - nx@19.6.3: - resolution: {integrity: sha512-JbgrEKaIBvTfhw3mG3GeyyzJHBAMfuQkMNrxxIto1fn94gxdjXdMfqUnAzrW6xRAt5OEEU+rf7v2OA3vEXYc3A==} + nx@19.6.4: + resolution: {integrity: sha512-yudYlBd3cMchRd8c0ZNan1SfT19AYK2zYOp77XVqVVwgqb6rJVxz6StFGFluUQ7Q7uSpkeT/8PsjwPVLt85EoQ==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -4502,8 +4502,8 @@ packages: resolution: {integrity: sha512-IY1rnGr6izd10B0A8LqsBfmlT5OILVuZ7XsI0vdGPEvuonFV7NYEUK4dAkm9Zg2q0Um92kYjTpS1CAP3Nh/KWw==} engines: {node: '>=16'} - svelte@5.0.0-next.240: - resolution: {integrity: sha512-5aiVyl2K7qJziN7ozovwr3PmlcmZLMwbCqVmF/U/g/UqC4SKfHrwyHO/5uvTFfu4h9Q34MiWPDxjoJB+fpU6jQ==} + svelte@5.0.0-next.241: + resolution: {integrity: sha512-0KKilYXLeqocEhgprjIqoxnYEoVNVmi6z4uJQCbA1Ik0LHdlySpT9x7kxzVG0K7p+NqO3EwRV+ZBMss9QCrqkQ==} engines: {node: '>=18'} svgo@3.3.2: @@ -4611,8 +4611,8 @@ packages: resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} engines: {node: '>=14.16'} - type-fest@4.25.0: - resolution: {integrity: sha512-bRkIGlXsnGBRBQRAY56UXBm//9qH4bmJfFvq83gSz41N282df+fjy8ofcEgc1sM8geNt5cl6mC2g9Fht1cs8Aw==} + type-fest@4.26.0: + resolution: {integrity: sha512-OduNjVJsFbifKb57UqZ2EMP1i4u64Xwow3NYXUtBbD4vIwJdQd4+xl8YDou1dlm4DVrtwT/7Ky8z8WyCULVfxw==} engines: {node: '>=16'} typedarray-to-buffer@3.1.5: @@ -5396,7 +5396,7 @@ snapshots: dedent: 1.5.1 devalue: 4.3.3 magic-string: 0.30.11 - svelte: 5.0.0-next.240 + svelte: 5.0.0-next.241 transitivePeerDependencies: - babel-plugin-macros - debug @@ -5559,43 +5559,43 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nrwl/tao@19.6.3': + '@nrwl/tao@19.6.4': dependencies: - nx: 19.6.3 + nx: 19.6.4 tslib: 2.7.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/nx-darwin-arm64@19.6.3': + '@nx/nx-darwin-arm64@19.6.4': optional: true - '@nx/nx-darwin-x64@19.6.3': + '@nx/nx-darwin-x64@19.6.4': optional: true - '@nx/nx-freebsd-x64@19.6.3': + '@nx/nx-freebsd-x64@19.6.4': optional: true - '@nx/nx-linux-arm-gnueabihf@19.6.3': + '@nx/nx-linux-arm-gnueabihf@19.6.4': optional: true - '@nx/nx-linux-arm64-gnu@19.6.3': + '@nx/nx-linux-arm64-gnu@19.6.4': optional: true - '@nx/nx-linux-arm64-musl@19.6.3': + '@nx/nx-linux-arm64-musl@19.6.4': optional: true - '@nx/nx-linux-x64-gnu@19.6.3': + '@nx/nx-linux-x64-gnu@19.6.4': optional: true - '@nx/nx-linux-x64-musl@19.6.3': + '@nx/nx-linux-x64-musl@19.6.4': optional: true - '@nx/nx-win32-arm64-msvc@19.6.3': + '@nx/nx-win32-arm64-msvc@19.6.4': optional: true - '@nx/nx-win32-x64-msvc@19.6.3': + '@nx/nx-win32-x64-msvc@19.6.4': optional: true '@octokit/app@14.1.0': @@ -5928,12 +5928,12 @@ snapshots: dependencies: tailwindcss: 3.4.10 - '@tailwindcss/forms@0.5.7(tailwindcss@3.4.10)': + '@tailwindcss/forms@0.5.8(tailwindcss@3.4.10)': dependencies: mini-svg-data-uri: 1.4.4 tailwindcss: 3.4.10 - '@tailwindcss/typography@0.5.14(tailwindcss@3.4.10)': + '@tailwindcss/typography@0.5.15(tailwindcss@3.4.10)': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 @@ -6000,7 +6000,7 @@ snapshots: '@types/unidecode@0.1.3': {} - '@types/webextension-polyfill@0.12.0': {} + '@types/webextension-polyfill@0.12.1': {} '@types/yauzl@2.10.3': dependencies: @@ -7444,7 +7444,7 @@ snapshots: hasha@6.0.0: dependencies: is-stream: 3.0.0 - type-fest: 4.25.0 + type-fest: 4.26.0 hasown@2.0.2: dependencies: @@ -7996,10 +7996,10 @@ snapshots: dependencies: boolbase: 1.0.0 - nx@19.6.3: + nx@19.6.4: dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.6.3 + '@nrwl/tao': 19.6.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -8034,16 +8034,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.6.3 - '@nx/nx-darwin-x64': 19.6.3 - '@nx/nx-freebsd-x64': 19.6.3 - '@nx/nx-linux-arm-gnueabihf': 19.6.3 - '@nx/nx-linux-arm64-gnu': 19.6.3 - '@nx/nx-linux-arm64-musl': 19.6.3 - '@nx/nx-linux-x64-gnu': 19.6.3 - '@nx/nx-linux-x64-musl': 19.6.3 - '@nx/nx-win32-arm64-msvc': 19.6.3 - '@nx/nx-win32-x64-msvc': 19.6.3 + '@nx/nx-darwin-arm64': 19.6.4 + '@nx/nx-darwin-x64': 19.6.4 + '@nx/nx-freebsd-x64': 19.6.4 + '@nx/nx-linux-arm-gnueabihf': 19.6.4 + '@nx/nx-linux-arm64-gnu': 19.6.4 + '@nx/nx-linux-arm64-musl': 19.6.4 + '@nx/nx-linux-x64-gnu': 19.6.4 + '@nx/nx-linux-x64-musl': 19.6.4 + '@nx/nx-win32-arm64-msvc': 19.6.4 + '@nx/nx-win32-x64-msvc': 19.6.4 transitivePeerDependencies: - debug @@ -9056,7 +9056,7 @@ snapshots: magic-string: 0.30.11 periscopic: 3.1.0 - svelte@5.0.0-next.240: + svelte@5.0.0-next.241: dependencies: '@ampproject/remapping': 2.3.0 '@jridgewell/sourcemap-codec': 1.5.0 @@ -9190,7 +9190,7 @@ snapshots: type-fest@3.13.1: {} - type-fest@4.25.0: {} + type-fest@4.26.0: {} typedarray-to-buffer@3.1.5: dependencies: