From 6afda4551086709e2afcfa7b6b881f75d4aac6f8 Mon Sep 17 00:00:00 2001 From: Elliott de Launay Date: Tue, 26 May 2026 16:28:39 +0000 Subject: [PATCH] refactor(i18next-http-backend): removing dep --- pnpm-lock.yaml | 33 +-------------------------------- webview-ui/package.json | 1 - 2 files changed, 1 insertion(+), 33 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce2940b92f..83974ff1c7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -932,9 +932,6 @@ importers: i18next: specifier: ^25.0.0 version: 25.2.1(typescript@5.8.3) - i18next-http-backend: - specifier: ^3.0.2 - version: 3.0.2 katex: specifier: ^0.16.11 version: 0.16.22 @@ -4764,9 +4761,6 @@ packages: resolution: {integrity: sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==} engines: {node: '>= 10'} - cross-fetch@4.0.0: - resolution: {integrity: sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==} - cross-spawn@7.0.6: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} @@ -6079,9 +6073,6 @@ packages: hyphenate-style-name@1.1.0: resolution: {integrity: sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==} - i18next-http-backend@3.0.2: - resolution: {integrity: sha512-PdlvPnvIp4E1sYi46Ik4tBYh/v/NbYfFFgTjkwFl0is8A18s7/bx9aXqsrOax9WUbeNS6mD2oix7Z0yGGf6m5g==} - i18next@25.2.1: resolution: {integrity: sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==} peerDependencies: @@ -8851,10 +8842,6 @@ packages: resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} engines: {node: '>=12.0.0'} - tinyglobby@0.2.15: - resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} - engines: {node: '>=12.0.0'} - tinyglobby@0.2.16: resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} engines: {node: '>=12.0.0'} @@ -14217,12 +14204,6 @@ snapshots: crc-32: 1.2.2 readable-stream: 3.6.2 - cross-fetch@4.0.0: - dependencies: - node-fetch: 2.7.0 - transitivePeerDependencies: - - encoding - cross-spawn@7.0.6: dependencies: path-key: 3.1.1 @@ -15839,12 +15820,6 @@ snapshots: hyphenate-style-name@1.1.0: {} - i18next-http-backend@3.0.2: - dependencies: - cross-fetch: 4.0.0 - transitivePeerDependencies: - - encoding - i18next@25.2.1(typescript@5.8.3): dependencies: '@babel/runtime': 7.27.4 @@ -19090,12 +19065,6 @@ snapshots: fdir: 6.5.0(picomatch@4.0.4) picomatch: 4.0.4 - tinyglobby@0.2.15: - dependencies: - fdir: 6.5.0(picomatch@4.0.4) - picomatch: 4.0.4 - optional: true - tinyglobby@0.2.16: dependencies: fdir: 6.5.0(picomatch@4.0.4) @@ -19998,7 +19967,7 @@ snapshots: std-env: 3.10.0 tinybench: 2.9.0 tinyexec: 1.1.2 - tinyglobby: 0.2.15 + tinyglobby: 0.2.16 tinyrainbow: 3.0.3 vite: 6.3.6(@types/node@20.19.41)(jiti@2.4.2)(lightningcss@1.32.0)(tsx@4.19.4)(yaml@2.9.0) why-is-node-running: 2.3.0 diff --git a/webview-ui/package.json b/webview-ui/package.json index a1dd1ac6f6..047ac73ad2 100644 --- a/webview-ui/package.json +++ b/webview-ui/package.json @@ -48,7 +48,6 @@ "fzf": "^0.5.2", "hast-util-to-jsx-runtime": "^2.3.6", "i18next": "^25.0.0", - "i18next-http-backend": "^3.0.2", "katex": "^0.16.11", "knuth-shuffle-seeded": "^1.0.6", "lru-cache": "^11.1.0",