File tree Expand file tree Collapse file tree 5 files changed +929
-898
lines changed Expand file tree Collapse file tree 5 files changed +929
-898
lines changed Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ enableScripts: false
2
2
3
3
nodeLinker : node-modules
4
4
5
- yarnPath : .yarn/releases/yarn-4.3.1 .cjs
5
+ yarnPath : .yarn/releases/yarn-4.4.0 .cjs
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ yarn_install(
114
114
"//:.yarn/patches/@angular-bazel-https-9848736cf4.patch" ,
115
115
"//:.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch" ,
116
116
"//:.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch" ,
117
- "//:.yarn/releases/yarn-4.3.1 .cjs" ,
117
+ "//:.yarn/releases/yarn-4.4.0 .cjs" ,
118
118
"//:.yarnrc.yml" ,
119
119
],
120
120
# Currently disabled due to:
@@ -125,7 +125,7 @@ yarn_install(
125
125
# We prefer to symlink the `node_modules` to only maintain a single install.
126
126
# See https://github.com/angular/dev-infra/pull/446#issuecomment-1059820287 for details.
127
127
symlink_node_modules = True ,
128
- yarn = "//:.yarn/releases/yarn-4.3.1 .cjs" ,
128
+ yarn = "//:.yarn/releases/yarn-4.4.0 .cjs" ,
129
129
yarn_lock = "//:yarn.lock" ,
130
130
)
131
131
Original file line number Diff line number Diff line change 10
10
" sdk" ,
11
11
" Angular DevKit"
12
12
],
13
- "packageManager" : " yarn@4.3.1 " ,
13
+ "packageManager" : " yarn@4.4.0 " ,
14
14
"scripts" : {
15
15
"admin" : " node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs" ,
16
16
"test" : " bazel test //packages/..." ,
You can’t perform that action at this time.
0 commit comments