From 397e8bda1fff64d7362e080063634cd195ec5655 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 25 Jan 2025 17:06:16 -0800 Subject: [PATCH] Revert "add esbuild linux dependancy (#1448)" This reverts commit 7752d349479aab0c96a086eb4615578fe2ca8055. --- webview-ui/package-lock.json | 21 ++++----------------- webview-ui/package.json | 5 +++-- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/webview-ui/package-lock.json b/webview-ui/package-lock.json index 73972ff6e3..87a586b798 100644 --- a/webview-ui/package-lock.json +++ b/webview-ui/package-lock.json @@ -8,7 +8,6 @@ "name": "webview-ui", "version": "0.1.0", "dependencies": { - "@esbuild/linux-x64": "^0.24.2", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", @@ -16,7 +15,6 @@ "@types/node": "^16.18.101", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "@types/vscode-webview": "^1.57.5", "@vscode/webview-ui-toolkit": "^1.4.0", "debounce": "^2.1.1", "fast-deep-equal": "^3.1.3", @@ -35,6 +33,9 @@ "styled-components": "^6.1.13", "typescript": "^5.7.3", "web-vitals": "^2.1.4" + }, + "devDependencies": { + "@types/vscode-webview": "^1.57.5" } }, "node_modules/@adobe/css-tools": { @@ -2412,21 +2413,6 @@ "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==", "license": "MIT" }, - "node_modules/@esbuild/linux-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", - "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", - "cpu": [ - "x64" - ], - "license": "MIT", - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", @@ -4174,6 +4160,7 @@ "version": "1.57.5", "resolved": "https://registry.npmjs.org/@types/vscode-webview/-/vscode-webview-1.57.5.tgz", "integrity": "sha512-iBAUYNYkz+uk1kdsq05fEcoh8gJmwT3lqqFPN7MGyjQ3HVloViMdo7ZJ8DFIP8WOK74PjOEilosqAyxV2iUFUw==", + "dev": true, "license": "MIT" }, "node_modules/@types/ws": { diff --git a/webview-ui/package.json b/webview-ui/package.json index 884685152c..4353f03baa 100644 --- a/webview-ui/package.json +++ b/webview-ui/package.json @@ -3,7 +3,6 @@ "version": "0.1.0", "private": true, "dependencies": { - "@esbuild/linux-x64": "^0.24.2", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", @@ -11,7 +10,6 @@ "@types/node": "^16.18.101", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "@types/vscode-webview": "^1.57.5", "@vscode/webview-ui-toolkit": "^1.4.0", "debounce": "^2.1.1", "fast-deep-equal": "^3.1.3", @@ -57,5 +55,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "@types/vscode-webview": "^1.57.5" } }