diff --git a/desktop/package.json b/desktop/package.json index 6897e3b86..d7ebf7ed7 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -82,7 +82,7 @@ "postcss": "^8.5.8", "tailwindcss": "^4.3.0", "tw-animate-css": "^1.4.0", - "typescript": "~5.9.0", + "typescript": "~6.0.0", "vite": "^8.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8ff7adf76..dbbb6ab7c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -192,7 +192,7 @@ importers: version: 6.0.2(vite@8.0.13(@types/node@25.6.0)(jiti@2.7.0)(yaml@2.9.0)) nostr-tools: specifier: ^2.23.3 - version: 2.23.5(typescript@5.9.3) + version: 2.23.5(typescript@6.0.3) postcss: specifier: ^8.5.8 version: 8.5.14 @@ -203,8 +203,8 @@ importers: specifier: ^1.4.0 version: 1.4.0 typescript: - specifier: ~5.9.0 - version: 5.9.3 + specifier: ~6.0.0 + version: 6.0.3 vite: specifier: ^8.0.0 version: 8.0.13(@types/node@25.6.0)(jiti@2.7.0)(yaml@2.9.0) @@ -246,7 +246,7 @@ importers: version: 0.577.0(react@19.2.6) nostr-tools: specifier: ^2.23.3 - version: 2.23.5(typescript@5.9.3) + version: 2.23.5(typescript@6.0.3) react: specifier: ^19.1.0 version: 19.2.6 @@ -297,8 +297,8 @@ importers: specifier: ^1.4.0 version: 1.4.0 typescript: - specifier: ~5.9.0 - version: 5.9.3 + specifier: ~6.0.0 + version: 6.0.3 vite: specifier: ^8.0.0 version: 8.0.13(@types/node@25.6.0)(jiti@2.7.0)(yaml@2.9.0) @@ -1359,6 +1359,7 @@ packages: engines: {node: '>= 10'} cpu: [riscv64] os: [linux] + libc: [glibc] '@tauri-apps/cli-linux-x64-gnu@2.11.2': resolution: {integrity: sha512-Ru4gwJKPG0ctVGchRGpRup4Y4lW2SSfFnrbQcyHhCliKy4g8Qz97TrUgCur4CbWyAgKxvGh3SjrkA0LDYzDGiw==} @@ -2694,8 +2695,8 @@ packages: resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} engines: {node: '>= 0.4'} - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} engines: {node: '>=14.17'} hasBin: true @@ -2824,7 +2825,7 @@ packages: engines: {node: '>= 0.4'} wrappy@1.0.2: - resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} @@ -4984,7 +4985,7 @@ snapshots: normalize-path@3.0.0: {} - nostr-tools@2.23.5(typescript@5.9.3): + nostr-tools@2.23.5(typescript@6.0.3): dependencies: '@noble/ciphers': 2.1.1 '@noble/curves': 2.0.1 @@ -4994,7 +4995,7 @@ snapshots: '@scure/bip39': 2.0.1 nostr-wasm: 0.1.0 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 nostr-wasm@0.1.0: {} @@ -5406,7 +5407,7 @@ snapshots: es-errors: 1.3.0 is-typed-array: 1.1.15 - typescript@5.9.3: {} + typescript@6.0.3: {} uc.micro@2.1.0: {} diff --git a/web/package.json b/web/package.json index e938a41fc..15be0e3f8 100644 --- a/web/package.json +++ b/web/package.json @@ -46,7 +46,7 @@ "postcss": "^8.5.8", "tailwindcss": "^4.3.0", "tw-animate-css": "^1.4.0", - "typescript": "~5.9.0", + "typescript": "~6.0.0", "vite": "^8.0.0" } }