mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update yarn to 1.22.22 (#58448)
Trying to get around a problem is causing renovate to keep trying updating this file. PR Close #58448
This commit is contained in:
committed by
Pawel Kozlowski
parent
582858568a
commit
127023f35e
+1430
-910
File diff suppressed because it is too large
Load Diff
@@ -2,4 +2,4 @@
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
yarn-path ".yarn/releases/yarn-1.22.19.cjs"
|
||||
yarn-path ".yarn/releases/yarn-1.22.22.cjs"
|
||||
|
||||
+2
-2
@@ -64,8 +64,8 @@ config_setting(
|
||||
|
||||
nodejs_binary(
|
||||
name = "yarn_vendored",
|
||||
data = [".yarn/releases/yarn-1.22.19.cjs"],
|
||||
entry_point = ".yarn/releases/yarn-1.22.19.cjs",
|
||||
data = [".yarn/releases/yarn-1.22.22.cjs"],
|
||||
entry_point = ".yarn/releases/yarn-1.22.22.cjs",
|
||||
visibility = [
|
||||
"//integration:__subpackages__",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user