Skip to content

Commit

Permalink
chore: remove unused dependences in nested package.json
Browse files Browse the repository at this point in the history
THis should clear up a false positive dependabot alert for ansi_up
  • Loading branch information
starpit committed Feb 2, 2022
1 parent 2927fc1 commit 267ba27
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions plugins/plugin-kubectl/logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@
"main": "dist/index.js",
"module": "mdist/index.js",
"types": "mdist/index.d.ts",
"dependencies": {
"@kui-shell/core": "^8.0.6",
"@kui-shell/plugin-bash-like": "^8.0.6",
"@kui-shell/plugin-core-support": "^8.0.6",
"@kui-shell/plugin-editor": "^8.0.6",
"@IBM/kui": "*",
"ansi_up": "4.0.4",
"debug": "4.1.1",
"js-yaml": "4.1.0"
},
"dependencies": {},
"krew": {
"commandPrefix": "kubeui"
},
Expand Down

0 comments on commit 267ba27

Please sign in to comment.