Skip to content

Commit

Permalink
[grafana]Downgrade the version of react to fix compiling errors (#569)
Browse files Browse the repository at this point in the history
Signed-off-by: yiqianxu <yiqianxu@harmonycloud.cn>
  • Loading branch information
thousandxu authored Sep 1, 2023
1 parent 5f7b24c commit 42e5ad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grafana-plugins/topo-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@grafana/toolkit": "^9.0.0",
"@grafana/ui": "^9.0.0",
"@grafana/runtime": "^9.0.0",
"@types/react-dom": "^18.0.6",
"@types/react-dom": "^17.0.0",
"emotion": "10.0.27"
},
"engines": {
Expand All @@ -27,7 +27,7 @@
"@antv/g6": "^4.8.15",
"@types/lodash": "^4.14.177",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
}

0 comments on commit 42e5ad5

Please sign in to comment.