Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Jul 19, 2021
1 parent 5d3d1ea commit 9bd84f2
Show file tree
Hide file tree
Showing 5 changed files with 1,337 additions and 1,447 deletions.
2 changes: 1 addition & 1 deletion bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "Start to build..."
echo

yarn build
npx @grafana/toolkit plugin:sign --rootUrls https://grafana.com
yarn sign --rootUrls https://grafana.com

echo "Bundling..."
echo
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,26 @@
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"lint-staged": "lint-staged"
},
"devDependencies": {
"@grafana/data": "^7.5.3",
"@grafana/runtime": "^7.5.3",
"@grafana/toolkit": "^7.5.3",
"@grafana/ui": "^7.5.3",
"@testing-library/jest-dom": "5.11.10",
"@testing-library/react": "^11.2.6",
"@types/lodash": "^4.14.168",
"@grafana/data": "^8.0.6",
"@grafana/runtime": "^8.0.6",
"@grafana/toolkit": "^8.0.6",
"@grafana/ui": "^8.0.6",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "^12.0.0",
"@types/lodash": "^4.14.171",
"husky": "^6.0.0",
"import-sort-style-eslint": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"prettier-plugin-import-sort": "^0.0.6",
"tslib": "^2.2.0"
"lint-staged": "^11.0.1",
"prettier": "^2.3.2",
"prettier-plugin-import-sort": "^0.0.7",
"tslib": "^2.3.0"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"lint-staged": {
"*.(j|t)s?(x)": "prettier --write"
Expand Down
1 change: 1 addition & 0 deletions src/@types/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type uuid = string;
5 changes: 5 additions & 0 deletions src/@types/grafana-ui.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Input } from '@grafana/ui/components/Input/Input';

declare module '@grafana/ui' {
const Input: any;
}
Loading

0 comments on commit 9bd84f2

Please sign in to comment.