Skip to content

Commit

Permalink
Replace @grafana/experimental with @grafana/plugin-ui (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova authored Nov 26, 2024
1 parent 6c2580c commit 23fb7f5
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 37 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,37 +42,37 @@
"copy-webpack-plugin": "^11.0.0",
"cspell": "6.26.3",
"css-loader": "^6.7.3",
"eslint": "8.52.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jsdoc": "^48.2.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^4.0.1",
"eslint": "8.52.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^10.2.7",
"identity-obj-proxy": "3.0.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^3.0.3",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass-loader": "13.3.1",
"sass": "1.63.2",
"sass-loader": "13.3.1",
"style-loader": "3.3.3",
"swc-loader": "^0.2.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "4.8.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
"webpack": "^5.94.0"
"webpack-livereload-plugin": "^3.0.2"
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "10.4.2",
"@grafana/experimental": "^1.7.3",
"@grafana/google-sdk": "^0.1.1",
"@grafana/plugin-ui": "^0.9.1",
"@grafana/runtime": "10.4.2",
"@grafana/schema": "10.4.2",
"@grafana/ui": "10.4.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from 'react';
import { GoogleSheetsAuth, GoogleSheetsSecureJSONData, googleSheetsAuthTypes } from '../types';
import { getBackwardCompatibleOptions } from '../utils';
import { ConfigurationHelp } from './ConfigurationHelp';
import { DataSourceDescription } from '@grafana/experimental';
import { DataSourceDescription } from '@grafana/plugin-ui';
import { Divider } from './Divider';

export type Props = DataSourcePluginOptionsEditorProps<DataSourceOptions, GoogleSheetsSecureJSONData>;
Expand Down
Loading

0 comments on commit 23fb7f5

Please sign in to comment.