Skip to content
Snippets Groups Projects
Commit 9a4a4a78 authored by Joshua David Akers's avatar Joshua David Akers
Browse files

[PLATFORM-2768] update headlamp-plugin version

parent 42d85a03
1 merge request!8[PLATFORM-2768] Migrate away from deprecated Flux APIs
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"
} }
} }
...@@ -4,7 +4,7 @@ import { ...@@ -4,7 +4,7 @@ import {
SimpleTable, SimpleTable,
StatusLabel, StatusLabel,
} from '@kinvolk/headlamp-plugin/lib/CommonComponents'; } from '@kinvolk/headlamp-plugin/lib/CommonComponents';
import { KubeObject } from '@kinvolk/headlamp-plugin/lib/lib/k8s/cluster'; import { KubeObject } from '@kinvolk/headlamp-plugin/lib/K8s/cluster';
import { Box } from '@mui/material'; import { Box } from '@mui/material';
import { useEffect, useState } from 'react'; import { useEffect, useState } from 'react';
import { listHelmCharts, listHelmChartsByNamespace } from '../api/helmCharts'; import { listHelmCharts, listHelmChartsByNamespace } from '../api/helmCharts';
......
{ {
"compilerOptions": {
"jsx": "react"
},
"extends": "./node_modules/@kinvolk/headlamp-plugin/config/plugins-tsconfig.json", "extends": "./node_modules/@kinvolk/headlamp-plugin/config/plugins-tsconfig.json",
"include": ["./src/**/*"] "include": ["./src/**/*"]
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment