chore: upgrade to yarn to 4.6.0

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2025-02-20 17:01:14 +01:00
parent 8155b0493f
commit e8126c69c4
8 changed files with 21153 additions and 21114 deletions
File diff suppressed because one or more lines are too long
-875
View File
File diff suppressed because one or more lines are too long
+934
View File
File diff suppressed because one or more lines are too long
+3 -5
View File
@@ -1,3 +1,5 @@
compressionLevel: mixed
enableGlobalCache: true
httpTimeout: 300000
@@ -6,8 +8,4 @@ nodeLinker: node-modules
npmRegistryServer: 'https://registry.npmjs.org/'
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
yarnPath: .yarn/releases/yarn-3.8.1.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
+3648 -3648
View File
File diff suppressed because it is too large Load Diff
+9 -6
View File
@@ -1,11 +1,6 @@
{
"name": "root",
"version": "1.36.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage"
},
"backstage": {
"cli": {
"new": {
@@ -16,6 +11,11 @@
}
}
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage"
},
"workspaces": {
"packages": [
"packages/*",
@@ -103,6 +103,9 @@
"@material-ui/pickers@^3.3.10": "patch:@material-ui/pickers@npm%3A3.3.11#./.yarn/patches/@material-ui-pickers-npm-3.3.11-1c8f68ea20.patch",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"csstype@npm:^3.0.2": "3.0.9",
"csstype@npm:^3.1.2": "3.0.9",
"csstype@npm:^3.1.3": "3.0.9",
"jest-haste-map@^29.7.0": "patch:jest-haste-map@npm%3A29.7.0#./.yarn/patches/jest-haste-map-npm-29.7.0-e3be419eff.patch"
},
"dependencies": {
@@ -147,7 +150,7 @@
"typedoc": "^0.27.6",
"typescript": "~5.2.0"
},
"packageManager": "yarn@3.8.1",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "20 || 22"
}
+1212 -1212
View File
File diff suppressed because it is too large Load Diff
+15347 -15340
View File
File diff suppressed because it is too large Load Diff