grafana/toolkit: improve CI task (#18189)
Showing
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/data", | "name": "@grafana/data", | ||
"version": "6.4.0-alpha.22", | "version": "6.4.0-alpha.44", | ||
"description": "Grafana Data Library", | "description": "Grafana Data Library", | ||
"keywords": [ | "keywords": [ | ||
"typescript" | "typescript" | ||
... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/runtime", | "name": "@grafana/runtime", | ||
"version": "6.4.0-alpha.22", | "version": "6.4.0-alpha.44", | ||
"description": "Grafana Runtime Library", | "description": "Grafana Runtime Library", | ||
"keywords": [ | "keywords": [ | ||
"grafana", | "grafana", | ||
... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/toolkit", | "name": "@grafana/toolkit", | ||
"version": "6.4.0-alpha.22", | "version": "6.4.0-alpha.44", | ||
"description": "Grafana Toolkit", | "description": "Grafana Toolkit", | ||
"keywords": [ | "keywords": [ | ||
"grafana", | "grafana", | ||
... | @@ -39,6 +39,7 @@ | ... | @@ -39,6 +39,7 @@ |
"@types/semver": "^6.0.0", | "@types/semver": "^6.0.0", | ||
"@types/tmp": "^0.1.0", | "@types/tmp": "^0.1.0", | ||
"@types/webpack": "4.4.34", | "@types/webpack": "4.4.34", | ||
"aws-sdk": "^2.495.0", | |||
"@grafana/data": "^6.4.0-alpha", | "@grafana/data": "^6.4.0-alpha", | ||
"@grafana/ui": "^6.4.0-alpha", | "@grafana/ui": "^6.4.0-alpha", | ||
"axios": "0.19.0", | "axios": "0.19.0", | ||
... | @@ -59,11 +60,15 @@ | ... | @@ -59,11 +60,15 @@ |
"jest": "24.8.0", | "jest": "24.8.0", | ||
"jest-cli": "^24.8.0", | "jest-cli": "^24.8.0", | ||
"jest-coverage-badges": "^1.1.2", | "jest-coverage-badges": "^1.1.2", | ||
"jest-junit": "^6.4.0", | |||
"lodash": "4.17.14", | "lodash": "4.17.14", | ||
"md5-file": "^4.0.0", | |||
"mini-css-extract-plugin": "^0.7.0", | "mini-css-extract-plugin": "^0.7.0", | ||
"node-sass": "^4.12.0", | "node-sass": "^4.12.0", | ||
"optimize-css-assets-webpack-plugin": "^5.0.3", | "optimize-css-assets-webpack-plugin": "^5.0.3", | ||
"ora": "^3.4.0", | "ora": "^3.4.0", | ||
"pixelmatch": "^5.0.2", | |||
"pngjs": "^3.4.0", | |||
"postcss-flexbugs-fixes": "4.1.0", | "postcss-flexbugs-fixes": "4.1.0", | ||
"postcss-loader": "3.0.0", | "postcss-loader": "3.0.0", | ||
"postcss-preset-env": "6.6.0", | "postcss-preset-env": "6.6.0", | ||
... | ... |
packages/grafana-toolkit/src/plugins/aws.ts
0 → 100644
packages/grafana-toolkit/src/plugins/env.ts
0 → 100644
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/ui", | "name": "@grafana/ui", | ||
"version": "6.4.0-alpha.22", | "version": "6.4.0-alpha.44", | ||
"description": "Grafana Components Library", | "description": "Grafana Components Library", | ||
"keywords": [ | "keywords": [ | ||
"grafana", | "grafana", | ||
... | ... |
Please
register
or
sign in
to comment