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

268 migrate aws sdk react components to the new form styling #62

Merged
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"license": "Apache-2.0",
"dependencies": {
"@grafana/async-query-data": "0.1.4",
"@grafana/experimental": "1.1.0"
"@grafana/experimental": "1.7.0"
},
"devDependencies": {
"@grafana/data": "9.3.2",
"@grafana/runtime": "9.3.2",
"@grafana/toolkit": "9.3.2",
"@grafana/ui": "9.3.2",
"@grafana/data": "9.4.14",
"@grafana/runtime": "9.4.14",
"@grafana/toolkit": "9.4.14",
"@grafana/ui": "9.4.14",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
Expand Down
296 changes: 0 additions & 296 deletions src/ConnectionConfig.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '@testing-library/jest-dom/extend-expect';
import React from 'react';
import { render, screen, waitFor } from '@testing-library/react';
import { AwsAuthDataSourceJsonData, AwsAuthDataSourceSecureJsonData, AwsAuthType } from './types';
import { AwsAuthDataSourceJsonData, AwsAuthDataSourceSecureJsonData, AwsAuthType } from '../types';
import { ConnectionConfig, ConnectionConfigProps } from './ConnectionConfig';
import selectEvent from 'react-select-event';
import { config } from '@grafana/runtime';
Expand Down
Loading