586f9d18d4
* "Release: Updated versions in package to 8.5.6" (#370)
* Fix XSS in runbook URL (#379)
(cherry picked from commit ac3f79956d)
* "Release: Updated versions in package to 8.5.7" (#380)
* Fix: Choose Lookup params per auth module
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
Fix: Prefer pointer to struct in lookup
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
Fix: user email for ldap
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
Fix: Use only login for lookup in LDAP
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
Fix: use user email for ldap
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
fix remaining test
fix nit picks
(cherry picked from commit 51c83909ebc99017fa0029c1e3f75724f25c5660)
* "Release: Updated versions in package to 8.5.8" (#398)
Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com>
Co-authored-by: George Robinson <george.robinson@grafana.com>
Co-authored-by: jguer <joao.guerreiro@grafana.com>
38 lines
958 B
JSON
38 lines
958 B
JSON
{
|
|
"name": "@grafana-plugins/input-datasource",
|
|
"version": "8.5.8",
|
|
"description": "Input Datasource",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git"
|
|
},
|
|
"scripts": {
|
|
"build": "grafana-toolkit plugin:build",
|
|
"test": "grafana-toolkit plugin:test",
|
|
"dev": "grafana-toolkit plugin:dev",
|
|
"watch": "grafana-toolkit plugin:dev --watch"
|
|
},
|
|
"author": "Grafana Labs",
|
|
"devDependencies": {
|
|
"@types/jest": "26.0.15",
|
|
"@types/lodash": "4.14.149",
|
|
"@types/react": "17.0.30",
|
|
"lodash": "4.17.21",
|
|
"pnp-webpack-plugin": "^1.7.0",
|
|
"ts-loader": "8.0.11",
|
|
"webpack": "5.58.1"
|
|
},
|
|
"dependencies": {
|
|
"@grafana/data": "8.5.8",
|
|
"@grafana/toolkit": "8.5.8",
|
|
"@grafana/ui": "8.5.8",
|
|
"jquery": "3.5.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-hook-form": "7.5.3",
|
|
"react-router-dom": "^5.2.0",
|
|
"tslib": "2.3.1"
|
|
}
|
|
}
|