1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Merge branch 'master' into bundle-kubectl-1.23.3

This commit is contained in:
Jari Kolehmainen 2022-02-10 07:30:00 +02:00 committed by GitHub
commit d52a3fe1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
}, },
"config": { "config": {
"bundledKubectlVersion": "1.23.3", "bundledKubectlVersion": "1.23.3",
"bundledHelmVersion": "3.6.3", "bundledHelmVersion": "3.7.2",
"sentryDsn": "" "sentryDsn": ""
}, },
"engines": { "engines": {

View File

@ -12,7 +12,7 @@ import type { TableCellProps } from "../table";
*/ */
export interface TitleCellProps { export interface TitleCellProps {
className?: string; className?: string;
title: React.ReactNode; title: string;
} }
export interface CategoryColumnRegistration { export interface CategoryColumnRegistration {