Skip to content

Commit

Permalink
chore(deps): update grafana packages to v9 (major) (#310)
Browse files Browse the repository at this point in the history
* chore(deps): update grafana packages to v9

* chore(deps): add missing @typescript-eslint/eslint-plugin dep

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Podlipsky <simon@podlipsky.net>
  • Loading branch information
renovate[bot] and simPod authored Jun 17, 2022
1 parent c867f7f commit 6ff45ce
Show file tree
Hide file tree
Showing 2 changed files with 3,378 additions and 7,102 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@
"url": "https://github.com/simPod/GrafanaJsonDatasource/issues"
},
"devDependencies": {
"@grafana/data": "^8.5.6",
"@grafana/data": "^9.0.0",
"@grafana/eslint-config": "^3.0.0",
"@grafana/runtime": "^9.0.0",
"@grafana/toolkit": "^8.5.6",
"@grafana/ui": "^8.5.6",
"@grafana/toolkit": "^9.0.0",
"@grafana/ui": "^9.0.0",
"@types/lodash": "^4.14.176",
"@types/react-virtualized-auto-sizer": "^1.0.0"
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0"
},
"dependencies": {
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 6ff45ce

Please sign in to comment.