Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #24

Merged
merged 2 commits into from
Oct 31, 2022
Merged

Conversation

kevinwcyu
Copy link
Contributor

This was pulled out from a larger PR #21 for the long running queries work. It's only to separate out the changes to make the other PR more easy to review.

@@ -1,4 +1,4 @@
import React, { FC, useEffect, useState } from 'react';
import React, { FC, useEffect, useMemo, useState } from 'react';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in this file are to fix a lint error

Comment on lines +44 to +45
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to versions used in Grafana.

This fixes an issue with the types for the Input component. Typescript was complaining about the translate prop being required even though it's actually optional.

@kevinwcyu kevinwcyu merged commit 1e848e7 into kevinwcyu/update-ci-image Oct 31, 2022
@kevinwcyu kevinwcyu deleted the kevinwcyu/update-deps branch October 31, 2022 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants