Chore: Upgrade typescript to 4.1 (#29493)

* Chore: Upgrade typescript to 4.1
This commit is contained in:
kay delaney
2020-12-03 15:05:59 +00:00
committed by GitHub
parent 562a1c36b1
commit 56db402d0f
50 changed files with 342 additions and 317 deletions

View File

@@ -43,7 +43,7 @@ exports[`Render should render CTA if there are no API keys 1`] = `
proTip="Remember you can provide view-only API access to other applications."
title="You haven't added any API Keys yet."
/>
<Component
<SlideDown
in={false}
>
<div
@@ -126,11 +126,11 @@ exports[`Render should render CTA if there are no API keys 1`] = `
<div
className="gf-form max-width-21"
>
<Component
<FormLabel
tooltip="The api key life duration. For example 1d if your key is going to last for one day. All the supported units are: s,m,h,d,w,M,y"
>
Time to live
</Component>
</FormLabel>
<Input
className="gf-form-input"
onChange={[Function]}
@@ -161,7 +161,7 @@ exports[`Render should render CTA if there are no API keys 1`] = `
</div>
</form>
</div>
</Component>
</SlideDown>
</PageContents>
</Page>
`;