mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Upgrade grafana-eslint to latest (#28444)
This commit is contained in:
parent
d9d34ceedf
commit
020dde53e4
@ -74,7 +74,7 @@
|
||||
"@babel/preset-typescript": "7.8.3",
|
||||
"@emotion/core": "10.0.27",
|
||||
"@grafana/api-documenter": "0.9.3",
|
||||
"@grafana/eslint-config": "2.0.3",
|
||||
"@grafana/eslint-config": "2.0.4",
|
||||
"@grafana/api-extractor": "7.10.1",
|
||||
"@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1",
|
||||
"@testing-library/jest-dom": "^5.11.3",
|
||||
|
@ -29,7 +29,7 @@
|
||||
"@babel/core": "7.9.0",
|
||||
"@babel/preset-env": "7.9.0",
|
||||
"@grafana/data": "next",
|
||||
"@grafana/eslint-config": "2.0.3",
|
||||
"@grafana/eslint-config": "2.0.4",
|
||||
"@grafana/tsconfig": "^1.0.0-rc1",
|
||||
"@grafana/ui": "next",
|
||||
"@types/command-exists": "^1.2.0",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -3375,10 +3375,10 @@
|
||||
typescript "3.7.5"
|
||||
yaml "^1.8.3"
|
||||
|
||||
"@grafana/eslint-config@2.0.3":
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@grafana/eslint-config/-/eslint-config-2.0.3.tgz#f5a90eb689458142d41974285c5225f43229175b"
|
||||
integrity sha512-ib8d4bJaomxyXfe10KcBAqMzQkEwhJ2VekpEr7eLSIfINv1S5eA223WhIMY/7ZgVmjkxp1mf7i/U30cM4KXrUg==
|
||||
"@grafana/eslint-config@2.0.4":
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@grafana/eslint-config/-/eslint-config-2.0.4.tgz#961e571e2eaf1db9b0558af0b977fcfd12ffb9eb"
|
||||
integrity sha512-umdakxytNJv9jSnAHfcWfuLQ1XJ4jCX7m7ommCGn8tJmDP+2G/D6dOFsaZZQWMuhC/7+q1mG+Wy/Zs0kxq/xLg==
|
||||
dependencies:
|
||||
"@typescript-eslint/eslint-plugin" "4.0.1"
|
||||
"@typescript-eslint/parser" "4.0.1"
|
||||
@ -3386,7 +3386,7 @@
|
||||
eslint-config-prettier "6.11.0"
|
||||
eslint-plugin-jsdoc "28.6.1"
|
||||
eslint-plugin-prettier "3.1.4"
|
||||
eslint-plugin-react-hooks "4.0.5"
|
||||
eslint-plugin-react-hooks "4.1.2"
|
||||
prettier "1.19.1"
|
||||
typescript "4.0.2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user