Skip to content

Commit b006ca1

Browse files
authored
Remove unused NPM dependencies (#1216)
1 parent 9c9d266 commit b006ca1

2 files changed

Lines changed: 6 additions & 180 deletions

File tree

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,10 +1920,8 @@
19201920
"@types/mocha": "^8.2.2",
19211921
"@types/node": "^16.11.7",
19221922
"@types/node-fetch": "^2.5.10",
1923-
"@types/showdown": "^1.9.3",
19241923
"@types/vscode": "^1.67.0",
19251924
"@types/winreg": "^1.2.31",
1926-
"@types/ws": "^7.4.4",
19271925
"@typescript-eslint/eslint-plugin": "^5.30.0",
19281926
"@typescript-eslint/parser": "^5.30.0",
19291927
"copy-webpack-plugin": "^9.0.0",
@@ -1935,8 +1933,7 @@
19351933
"typescript": "^4.7.2",
19361934
"vscode-test": "^1.5.2",
19371935
"webpack": "^5.38.1",
1938-
"webpack-cli": "^4.7.2",
1939-
"yamljs": "^0.3.0"
1936+
"webpack-cli": "^4.7.2"
19401937
},
19411938
"dependencies": {
19421939
"ag-grid-community": "^28.1.1",
@@ -1950,11 +1947,8 @@
19501947
"jquery.json-viewer": "^1.5.0",
19511948
"js-yaml": "^4.1.0",
19521949
"node-fetch": "^2.6.7",
1953-
"popper.js": "^1.16.1",
1954-
"showdown": "^1.9.1",
19551950
"vscode-languageclient": "^8.0.2",
19561951
"vsls": "^1.0.4753",
1957-
"winreg": "^1.2.4",
1958-
"ws": "^7.4.6"
1952+
"winreg": "^1.2.4"
19591953
}
19601954
}

0 commit comments

Comments
 (0)