mirror of https://github.com/grafana/grafana.git
parent
86cb412b1d
commit
c6de657155
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
10
.yarnrc.yml
10
.yarnrc.yml
|
@ -7,10 +7,10 @@ enableTelemetry: false
|
||||||
nodeLinker: pnp
|
nodeLinker: pnp
|
||||||
|
|
||||||
packageExtensions:
|
packageExtensions:
|
||||||
"@storybook/core-common@7.4.5":
|
'@storybook/core-common@7.4.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@storybook/react-webpack5': 7.4.5
|
'@storybook/react-webpack5': 7.4.5
|
||||||
"croact-css-styled@1.1.9":
|
'croact-css-styled@1.1.9':
|
||||||
dependencies:
|
dependencies:
|
||||||
croact: 1.0.4
|
croact: 1.0.4
|
||||||
doctrine@3.0.0:
|
doctrine@3.0.0:
|
||||||
|
@ -29,16 +29,16 @@ packageExtensions:
|
||||||
react-simple-compat: 1.2.2
|
react-simple-compat: 1.2.2
|
||||||
react-icons@2.2.7:
|
react-icons@2.2.7:
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
prop-types: "*"
|
prop-types: '*'
|
||||||
react-resizable@3.0.4:
|
react-resizable@3.0.4:
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react-dom: 17.0.1
|
react-dom: 17.0.1
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
||||||
spec: "https://mskelton.dev/yarn-outdated/v2"
|
spec: 'https://mskelton.dev/yarn-outdated/v2'
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.0.0.cjs
|
yarnPath: .yarn/releases/yarn-4.0.2.cjs
|
||||||
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
|
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
|
||||||
# npmScopes:
|
# npmScopes:
|
||||||
# grafana:
|
# grafana:
|
||||||
|
|
|
@ -429,7 +429,7 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 20"
|
"node": ">= 20"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.0",
|
"packageManager": "yarn@4.0.2",
|
||||||
"dependenciesMeta": {
|
"dependenciesMeta": {
|
||||||
"prettier@3.2.4": {
|
"prettier@3.2.4": {
|
||||||
"unplugged": true
|
"unplugged": true
|
||||||
|
|
Loading…
Reference in New Issue