mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update Yarn to v4.1.0 (#81584)
* Update Yarn to v4.1.0 * commit yarn 4.1.0.cjs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
parent
43de30a09b
commit
80afc8202d
File diff suppressed because one or more lines are too long
@ -38,7 +38,7 @@ 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.2.cjs
|
yarnPath: .yarn/releases/yarn-4.1.0.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:
|
||||||
|
@ -426,7 +426,7 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 20"
|
"node": ">= 20"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.2",
|
"packageManager": "yarn@4.1.0",
|
||||||
"dependenciesMeta": {
|
"dependenciesMeta": {
|
||||||
"prettier@3.2.4": {
|
"prettier@3.2.4": {
|
||||||
"unplugged": true
|
"unplugged": true
|
||||||
|
@ -16,5 +16,5 @@
|
|||||||
"swc-loader": "0.2.3",
|
"swc-loader": "0.2.3",
|
||||||
"webpack": "5.90.0"
|
"webpack": "5.90.0"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.2"
|
"packageManager": "yarn@4.1.0"
|
||||||
}
|
}
|
||||||
|
@ -46,5 +46,5 @@
|
|||||||
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
||||||
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.2"
|
"packageManager": "yarn@4.1.0"
|
||||||
}
|
}
|
||||||
|
@ -51,5 +51,5 @@
|
|||||||
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
||||||
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.2"
|
"packageManager": "yarn@4.1.0"
|
||||||
}
|
}
|
||||||
|
@ -45,5 +45,5 @@
|
|||||||
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
||||||
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.2"
|
"packageManager": "yarn@4.1.0"
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,5 @@
|
|||||||
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
||||||
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.2"
|
"packageManager": "yarn@4.1.0"
|
||||||
}
|
}
|
||||||
|
@ -33,5 +33,5 @@
|
|||||||
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
||||||
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.2"
|
"packageManager": "yarn@4.1.0"
|
||||||
}
|
}
|
||||||
|
@ -66,5 +66,5 @@
|
|||||||
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
||||||
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.2"
|
"packageManager": "yarn@4.1.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user