From 96a71fbcf8c0629ae4d8b6adbcbeff7a0347edb8 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:24:54 +0200 Subject: [PATCH] Move types/vscode to dev dependencies --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7e2dfd..320e4b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,6 @@ "version": "2.1.0", "license": "EPL-2.0", "dependencies": { - "@types/vscode": "^1.67.0", "b-language-server": "https://github.com/hhu-stups/b-language-server#master", "net": "^1.0.2", "path": "^0.12.7", @@ -17,6 +16,7 @@ }, "devDependencies": { "@types/node": "^14.14.44", + "@types/vscode": "^1.67.0", "@vscode/vsce": "^2.19.0", "run-script-os": "^1.1.6", "typescript": "^4.8.4" @@ -34,7 +34,8 @@ "node_modules/@types/vscode": { "version": "1.79.1", "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.79.1.tgz", - "integrity": "sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==" + "integrity": "sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==", + "dev": true }, "node_modules/@vscode/vsce": { "version": "2.19.0", diff --git a/package.json b/package.json index 3464f3a..c17c086 100644 --- a/package.json +++ b/package.json @@ -146,12 +146,12 @@ }, "devDependencies": { "@types/node": "^14.14.44", + "@types/vscode": "^1.67.0", "@vscode/vsce": "^2.19.0", "run-script-os": "^1.1.6", "typescript": "^4.8.4" }, "dependencies": { - "@types/vscode": "^1.67.0", "b-language-server": "https://github.com/hhu-stups/b-language-server#master", "net": "^1.0.2", "path": "^0.12.7", -- GitLab