Skip to content

Commit

Permalink
Merge pull request #9 from Enapter/rnovatorov/upgrade-deps
Browse files Browse the repository at this point in the history
frontend: upgrade deps to latest versions
  • Loading branch information
rnovatorov authored Jul 5, 2022
2 parents dcbb338 + 31318a3 commit d73284f
Show file tree
Hide file tree
Showing 2 changed files with 3,909 additions and 6,634 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"author": "Roman Novatorov",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "8.2.4",
"@grafana/runtime": "8.2.4",
"@grafana/toolkit": "8.2.4",
"@grafana/ui": "8.2.4",
"@grafana/data": "9.0.2",
"@grafana/runtime": "9.0.2",
"@grafana/toolkit": "9.0.2",
"@grafana/ui": "9.0.2",
"@types/lodash": "^4.14.182"
},
"resolutions": {
Expand All @@ -25,5 +25,7 @@
"engines": {
"node": ">=14"
},
"dependencies": {}
"dependencies": {
"rxjs": "7.5.5"
}
}
Loading

0 comments on commit d73284f

Please sign in to comment.