Skip to content

Commit 2c5fbc9

Browse files
committed
Normalize Yarn registry host to npmjs
Keep lockfile updates aligned with the repo's existing npmjs.org pattern by pinning the repo-local Yarn registry to npm's host and normalizing the two regenerated yarn.lock entries.
1 parent 9574cea commit 2c5fbc9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.yarnrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry "https://registry.npmjs.org"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8510,7 +8510,7 @@ react-is@^18.0.0, react-is@^18.3.1:
85108510

85118511
react-on-rails@16.4.0-rc.9:
85128512
version "16.4.0-rc.9"
8513-
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-16.4.0-rc.9.tgz#d8d0e7b01f2e276a8b10306e27487dc7bf455d9d"
8513+
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.4.0-rc.9.tgz#d8d0e7b01f2e276a8b10306e27487dc7bf455d9d"
85148514
integrity sha512-+JA41YxSmm43uIqaLzbyCoXPPpc4waGzcCY00jfINGqofA+YSiLhBQGojstpLlLnrCEGHfgf/b/TexvdqOSzeA==
85158515

85168516
react-proxy@^1.1.7:
@@ -9137,7 +9137,7 @@ setprototypeof@1.2.0:
91379137

91389138
shakapacker@9.6.1:
91399139
version "9.6.1"
9140-
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-9.6.1.tgz#de307cf75b6bf13f3c7e09c966a38e7822dd9999"
9140+
resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.6.1.tgz#de307cf75b6bf13f3c7e09c966a38e7822dd9999"
91419141
integrity sha512-xE1RAm6c1C6o1Erj+8Iih/WqmauKpcGUiZ2t8NJRBlKmOypvWpyk+h2DQ3u02ii3aiOYlDDSboJMk/yzmaIOPA==
91429142
dependencies:
91439143
js-yaml "^4.1.0"

0 commit comments

Comments
 (0)