Skip to content

Commit

Permalink
Remove unused NPM dependencies (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 authored Oct 8, 2022
1 parent 9c9d266 commit b006ca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 180 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1920,10 +1920,8 @@
"@types/mocha": "^8.2.2",
"@types/node": "^16.11.7",
"@types/node-fetch": "^2.5.10",
"@types/showdown": "^1.9.3",
"@types/vscode": "^1.67.0",
"@types/winreg": "^1.2.31",
"@types/ws": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"copy-webpack-plugin": "^9.0.0",
Expand All @@ -1935,8 +1933,7 @@
"typescript": "^4.7.2",
"vscode-test": "^1.5.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"yamljs": "^0.3.0"
"webpack-cli": "^4.7.2"
},
"dependencies": {
"ag-grid-community": "^28.1.1",
Expand All @@ -1950,11 +1947,8 @@
"jquery.json-viewer": "^1.5.0",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.7",
"popper.js": "^1.16.1",
"showdown": "^1.9.1",
"vscode-languageclient": "^8.0.2",
"vsls": "^1.0.4753",
"winreg": "^1.2.4",
"ws": "^7.4.6"
"winreg": "^1.2.4"
}
}
Loading

0 comments on commit b006ca1

Please sign in to comment.