Skip to content

Commit 2885a76

Browse files
committed
Bump node and remove node-fetch
1 parent 3c85165 commit 2885a76

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
88
"engines": {
9-
"vscode": "^1.96.0"
9+
"vscode": "^1.101.0"
1010
},
1111
"author": "Microsoft Corporation",
1212
"license": "SEE LICENSE IN LICENSE.txt",
@@ -61,7 +61,6 @@
6161
],
6262
"dependencies": {
6363
"@vscode/extension-telemetry": "^0.9.9",
64-
"node-fetch": "^2.7.0",
6564
"semver": "^7.7.2",
6665
"untildify": "^4.0.0",
6766
"uuid": "^9.0.1",
@@ -75,13 +74,12 @@
7574
"optionalDependencies": {
7675
"@eslint/js": "^9.26.0",
7776
"@types/mock-fs": "^4.13.4",
78-
"@types/node": "^20.19.6",
79-
"@types/node-fetch": "^2.6.12",
77+
"@types/node": "^22.15.1",
8078
"@types/semver": "^7.7.0",
8179
"@types/sinon": "^17.0.4",
8280
"@types/ungap__structured-clone": "^1.2.0",
8381
"@types/uuid": "^9.0.8",
84-
"@types/vscode": "~1.96.0",
82+
"@types/vscode": "~1.101.0",
8583
"@ungap/structured-clone": "^1.3.0",
8684
"@vscode/debugprotocol": "^1.68.0",
8785
"@vscode/test-cli": "^0.0.10",

src/features/UpdatePowerShell.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
import fetch from "node-fetch";
54
import { SemVer } from "semver";
65
import vscode = require("vscode");
76

0 commit comments

Comments
 (0)