mirror of https://github.com/grafana/grafana
Chore: Upgrade yarn and editor sdks (#42847)
parent
8ca36b76cf
commit
328b922a58
@ -0,0 +1,6 @@ |
||||
{ |
||||
"eslint.packageManager": "yarn", |
||||
"eslint.nodePath": ".yarn/sdks", |
||||
"workspace.workspaceFolderCheckCwd": false, |
||||
"tsserver.tsdk": ".yarn/sdks/typescript/lib" |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@ |
||||
{ |
||||
"name": "eslint", |
||||
"version": "7.21.0-sdk", |
||||
"version": "7.28.0-sdk", |
||||
"main": "./lib/api.js", |
||||
"type": "commonjs" |
||||
} |
||||
|
@ -1,6 +1,6 @@ |
||||
{ |
||||
"name": "stylelint", |
||||
"version": "13.13.1-sdk", |
||||
"version": "14.0.1-sdk", |
||||
"main": "lib/index.js", |
||||
"type": "commonjs" |
||||
} |
||||
|
Loading…
Reference in new issue