chore: upgrade to yarn to 4.6.0
Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
File diff suppressed because one or more lines are too long
Vendored
-875
File diff suppressed because one or more lines are too long
+934
File diff suppressed because one or more lines are too long
+3
-5
@@ -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
File diff suppressed because it is too large
Load Diff
+9
-6
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user