mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Gdev: Fix breaking gdev testdata datasource (#80007)
fix for breaking gdev testdata datasource
This commit is contained in:
parent
90d4704cd7
commit
339ea65a58
@ -11,6 +11,7 @@
|
|||||||
"@grafana/schema": "10.3.0-pre",
|
"@grafana/schema": "10.3.0-pre",
|
||||||
"@grafana/ui": "10.3.0-pre",
|
"@grafana/ui": "10.3.0-pre",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
|
"micro-memoize": "^4.1.2",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-use": "17.4.0",
|
"react-use": "17.4.0",
|
||||||
"rxjs": "7.8.1",
|
"rxjs": "7.8.1",
|
||||||
|
@ -2932,6 +2932,7 @@ __metadata:
|
|||||||
"@types/react": "npm:18.2.15"
|
"@types/react": "npm:18.2.15"
|
||||||
"@types/testing-library__jest-dom": "npm:5.14.8"
|
"@types/testing-library__jest-dom": "npm:5.14.8"
|
||||||
lodash: "npm:4.17.21"
|
lodash: "npm:4.17.21"
|
||||||
|
micro-memoize: "npm:^4.1.2"
|
||||||
react: "npm:18.2.0"
|
react: "npm:18.2.0"
|
||||||
react-use: "npm:17.4.0"
|
react-use: "npm:17.4.0"
|
||||||
rxjs: "npm:7.8.1"
|
rxjs: "npm:7.8.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user