Commit 6f234a2
committed
Remove 'make-fetch-happen' dependency
As Fetch API is compatible with Node.js >= v18, the engine and dependencies are accordingly updated:
- engines:
```
"vscode": "^1.82.3",
"npm": ">=8.6.0",
"node": ">=18.0.0"
```
- devDependencies:
```
"@types/node": "^18.19.39",
...
"@types/vscode": "1.82.0",
```
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>1 parent 29c89df commit 6f234a2
File tree
7 files changed
+68
-1047
lines changed- .github
- src
- openshift
- webview
- helm-chart
- welcome
7 files changed
+68
-1047
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
0 commit comments