[PLATFORM-2768] update headlamp-plugin version
parent
42d85a03
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
This diff is collapsed.
... | @@ -21,15 +21,15 @@ | ... | @@ -21,15 +21,15 @@ |
"kubernetes-debugging", | "kubernetes-debugging", | ||
"plugins" | "plugins" | ||
], | ], | ||
"prettier": "@kinvolk/eslint-config/prettier-config", | "prettier": "@headlamp-k8s/eslint-config/prettier-config", | ||
"eslintConfig": { | "eslintConfig": { | ||
"extends": [ | "extends": [ | ||
"@kinvolk", | "@headlamp-k8s", | ||
"prettier", | "prettier", | ||
"plugin:jsx-a11y/recommended" | "plugin:jsx-a11y/recommended" | ||
] | ] | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@kinvolk/headlamp-plugin": "^0.10.0-alpha.8" | "@kinvolk/headlamp-plugin": "^0.10.0" | ||
} | } | ||
} | } |
Please register or sign in to comment