Skip to content

Commit 8692cb6

Browse files
authored
Fixes GitHub CI react dependency issues on yarn test (#9)
1 parent e912284 commit 8692cb6

2 files changed

Lines changed: 7843 additions & 8197 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626
"node": ">=14"
2727
},
2828
"dependencies": {
29-
"@grafana/google-sdk": "^0.0.3",
3029
"@grafana/data": "^9.0.2",
30+
"@grafana/google-sdk": "^0.0.3",
3131
"@grafana/runtime": "^9.0.2",
3232
"@grafana/toolkit": "^9.0.2",
33-
"@grafana/ui": "^9.0.2"
33+
"@grafana/ui": "^9.0.2",
34+
"react": "^17.0.2",
35+
"react-dom": "^17.0.2"
3436
}
3537
}

0 commit comments

Comments
 (0)