mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
Dependencies(Dev): Add @types/eslint-scope (#83118)
baldm0mma/add_eslint-scope_dep/ add dep and yarn add
This commit is contained in:
parent
ac88cfbdbb
commit
d883af08dd
@ -96,6 +96,7 @@
|
||||
"@types/debounce-promise": "3.1.9",
|
||||
"@types/diff": "^5",
|
||||
"@types/eslint": "8.56.2",
|
||||
"@types/eslint-scope": "^3.7.7",
|
||||
"@types/file-saver": "2.0.7",
|
||||
"@types/glob": "^8.0.0",
|
||||
"@types/google.analytics": "^0.0.46",
|
||||
@ -167,6 +168,7 @@
|
||||
"eslint-plugin-lodash": "7.4.0",
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-scope": "^8.0.0",
|
||||
"eslint-webpack-plugin": "4.0.1",
|
||||
"expose-loader": "5.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "9.0.2",
|
||||
|
22
yarn.lock
22
yarn.lock
@ -9354,6 +9354,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/eslint-scope@npm:^3.7.7":
|
||||
version: 3.7.7
|
||||
resolution: "@types/eslint-scope@npm:3.7.7"
|
||||
dependencies:
|
||||
"@types/eslint": "npm:*"
|
||||
"@types/estree": "npm:*"
|
||||
checksum: 10/e2889a124aaab0b89af1bab5959847c5bec09809209255de0e63b9f54c629a94781daa04adb66bffcdd742f5e25a17614fb933965093c0eea64aacda4309380e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/eslint@npm:*, @types/eslint@npm:8.56.2, @types/eslint@npm:^8.37.0, @types/eslint@npm:^8.4.10":
|
||||
version: 8.56.2
|
||||
resolution: "@types/eslint@npm:8.56.2"
|
||||
@ -16658,6 +16668,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-scope@npm:^8.0.0":
|
||||
version: 8.0.0
|
||||
resolution: "eslint-scope@npm:8.0.0"
|
||||
dependencies:
|
||||
esrecurse: "npm:^4.3.0"
|
||||
estraverse: "npm:^5.2.0"
|
||||
checksum: 10/c02f2d675a98ba74a33c4824858a75951cad59a3ff323994b25bfa9cecad0a8d515656af6fb4ef25da1e6f01099abcfd99efe32f512e8fea4876b70a81787b7b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.1, eslint-visitor-keys@npm:^3.4.3":
|
||||
version: 3.4.3
|
||||
resolution: "eslint-visitor-keys@npm:3.4.3"
|
||||
@ -18528,6 +18548,7 @@ __metadata:
|
||||
"@types/debounce-promise": "npm:3.1.9"
|
||||
"@types/diff": "npm:^5"
|
||||
"@types/eslint": "npm:8.56.2"
|
||||
"@types/eslint-scope": "npm:^3.7.7"
|
||||
"@types/file-saver": "npm:2.0.7"
|
||||
"@types/glob": "npm:^8.0.0"
|
||||
"@types/google.analytics": "npm:^0.0.46"
|
||||
@ -18630,6 +18651,7 @@ __metadata:
|
||||
eslint-plugin-lodash: "npm:7.4.0"
|
||||
eslint-plugin-react: "npm:7.33.2"
|
||||
eslint-plugin-react-hooks: "npm:4.6.0"
|
||||
eslint-scope: "npm:^8.0.0"
|
||||
eslint-webpack-plugin: "npm:4.0.1"
|
||||
eventemitter3: "npm:5.0.1"
|
||||
expose-loader: "npm:5.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user