Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
chore: add react and react-dom to deps for 9.2.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw authored Oct 20, 2022
1 parent 07cd551 commit 8d3a93b
Show file tree
Hide file tree
Showing 2 changed files with 6,276 additions and 9,391 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "latest",
"@grafana/toolkit": "latest",
"@types/lodash": "latest"
},
"dependencies": {
"@grafana/data": "latest",
"@grafana/runtime": "latest",
"@grafana/ui": "latest",
"@types/lodash": "latest"
"react": "17.0.2",
"react-dom": "17.0.2"
},
"resolutions": {
"rxjs": "7.3.0"
"rxjs": "7.5.6"
},
"engines": {
"node": ">=14"
Expand Down
Loading

0 comments on commit 8d3a93b

Please sign in to comment.