Skip to content

Commit 980375f

Browse files
committed
Summary: Fixes [this issue](ds300/patch-package#166) Test Plan: 1. Make sure `patch-package react-native` works without needing to manually patch `patch-package` 2. Make sure `yarn cleaninstall` works and still patches correctly Reviewers: palys-swm Subscribers: KatPo, Adrian, atul Differential Revision: https://phabricator.ashoat.com/D1086
1 parent 76924da commit 980375f

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

Diff for: native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jest": "^25.1.0",
3232
"jetifier": "^1.6.4",
3333
"metro-react-native-babel-preset": "^0.59.0",
34-
"patch-package": "^6.2.2",
34+
"patch-package": "^6.4.7",
3535
"postinstall-postinstall": "^2.0.0",
3636
"react-native-flipper": "^0.79.1",
3737
"react-test-renderer": "16.13.1",

Diff for: yarn.lock

+19-20
Original file line numberDiff line numberDiff line change
@@ -8118,13 +8118,12 @@ find-versions@^3.2.0:
81188118
dependencies:
81198119
semver-regex "^2.0.0"
81208120

8121-
find-yarn-workspace-root@^1.2.1:
8122-
version "1.2.1"
8123-
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db"
8124-
integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==
8121+
find-yarn-workspace-root@^2.0.0:
8122+
version "2.0.0"
8123+
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd"
8124+
integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==
81258125
dependencies:
8126-
fs-extra "^4.0.3"
8127-
micromatch "^3.1.4"
8126+
micromatch "^4.0.2"
81288127

81298128
81308129
version "3.0.0"
@@ -8361,15 +8360,6 @@ fs-extra@^1.0.0:
83618360
jsonfile "^2.1.0"
83628361
klaw "^1.0.0"
83638362

8364-
fs-extra@^4.0.3:
8365-
version "4.0.3"
8366-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
8367-
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
8368-
dependencies:
8369-
graceful-fs "^4.1.2"
8370-
jsonfile "^4.0.0"
8371-
universalify "^0.1.0"
8372-
83738363
fs-extra@^7.0.1:
83748364
version "7.0.1"
83758365
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
@@ -13288,6 +13278,14 @@ open@^6.2.0:
1328813278
dependencies:
1328913279
is-wsl "^1.1.0"
1329013280

13281+
open@^7.4.2:
13282+
version "7.4.2"
13283+
resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
13284+
integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==
13285+
dependencies:
13286+
is-docker "^2.0.0"
13287+
is-wsl "^2.1.1"
13288+
1329113289
opencollective-postinstall@^2.0.0, opencollective-postinstall@^2.0.2:
1329213290
version "2.0.2"
1329313291
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
@@ -13647,19 +13645,20 @@ pascalcase@^0.1.1:
1364713645
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
1364813646
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
1364913647

13650-
patch-package@^6.2.2:
13651-
version "6.2.2"
13652-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.2.2.tgz#71d170d650c65c26556f0d0fbbb48d92b6cc5f39"
13653-
integrity sha512-YqScVYkVcClUY0v8fF0kWOjDYopzIM8e3bj/RU1DPeEF14+dCGm6UeOYm4jvCyxqIEQ5/eJzmbWfDWnUleFNMg==
13648+
patch-package@^6.4.7:
13649+
version "6.4.7"
13650+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.7.tgz#2282d53c397909a0d9ef92dae3fdeb558382b148"
13651+
integrity sha512-S0vh/ZEafZ17hbhgqdnpunKDfzHQibQizx9g8yEf5dcVk3KOflOfdufRXQX8CSEkyOQwuM/bNz1GwKvFj54kaQ==
1365413652
dependencies:
1365513653
"@yarnpkg/lockfile" "^1.1.0"
1365613654
chalk "^2.4.2"
1365713655
cross-spawn "^6.0.5"
13658-
find-yarn-workspace-root "^1.2.1"
13656+
find-yarn-workspace-root "^2.0.0"
1365913657
fs-extra "^7.0.1"
1366013658
is-ci "^2.0.0"
1366113659
klaw-sync "^6.0.0"
1366213660
minimist "^1.2.0"
13661+
open "^7.4.2"
1366313662
rimraf "^2.6.3"
1366413663
semver "^5.6.0"
1366513664
slash "^2.0.0"

0 commit comments

Comments
 (0)