Skip to content

Commit 8f72072

Browse files
committed
1 parent 1f3f23e commit 8f72072

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"timeout": "30m"
6363
},
6464
"dependencies": {
65-
"patch-package": "^6.2.2"
65+
"patch-package": "^6.4.7"
6666
},
6767
"resolutions": {
6868
"**/react-scripts/@babel/core": "^7.12.3",

patches/ava+4.2.0.patch

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
diff --git a/node_modules/ava/index.js b/node_modules/ava/index.js
2+
new file mode 100644
3+
index 0000000..bee62d8
4+
--- /dev/null
5+
+++ b/node_modules/ava/index.js
6+
@@ -0,0 +1,2 @@
7+
+// XXX work around https://github.com/import-js/eslint-plugin-import/issues/1810
8+
+export {default} from './lib/worker/main.cjs';

yarn.lock

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8870,13 +8870,12 @@ find-up@^6.0.0:
88708870
locate-path "^7.1.0"
88718871
path-exists "^5.0.0"
88728872

8873-
find-yarn-workspace-root@^1.2.1:
8874-
version "1.2.1"
8875-
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db"
8876-
integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==
8873+
find-yarn-workspace-root@^2.0.0:
8874+
version "2.0.0"
8875+
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd"
8876+
integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==
88778877
dependencies:
8878-
fs-extra "^4.0.3"
8879-
micromatch "^3.1.4"
8878+
micromatch "^4.0.2"
88808879

88818880
flat-cache@^3.0.4:
88828881
version "3.0.4"
@@ -8995,15 +8994,6 @@ fs-constants@^1.0.0:
89958994
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
89968995
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
89978996

8998-
fs-extra@^4.0.3:
8999-
version "4.0.3"
9000-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
9001-
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
9002-
dependencies:
9003-
graceful-fs "^4.1.2"
9004-
jsonfile "^4.0.0"
9005-
universalify "^0.1.0"
9006-
90078997
fs-extra@^7.0.0, fs-extra@^7.0.1:
90088998
version "7.0.1"
90098999
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
@@ -13307,7 +13297,7 @@ only@~0.0.2:
1330713297
resolved "https://registry.yarnpkg.com/only/-/only-0.0.2.tgz#2afde84d03e50b9a8edc444e30610a70295edfb4"
1330813298
integrity sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q=
1330913299

13310-
open@^7.0.2:
13300+
open@^7.0.2, open@^7.4.2:
1331113301
version "7.4.2"
1331213302
resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
1331313303
integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==
@@ -13711,19 +13701,20 @@ pascalcase@^0.1.1:
1371113701
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
1371213702
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
1371313703

13714-
patch-package@^6.2.2:
13715-
version "6.2.2"
13716-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.2.2.tgz#71d170d650c65c26556f0d0fbbb48d92b6cc5f39"
13717-
integrity sha512-YqScVYkVcClUY0v8fF0kWOjDYopzIM8e3bj/RU1DPeEF14+dCGm6UeOYm4jvCyxqIEQ5/eJzmbWfDWnUleFNMg==
13704+
patch-package@^6.4.7:
13705+
version "6.4.7"
13706+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.7.tgz#2282d53c397909a0d9ef92dae3fdeb558382b148"
13707+
integrity sha512-S0vh/ZEafZ17hbhgqdnpunKDfzHQibQizx9g8yEf5dcVk3KOflOfdufRXQX8CSEkyOQwuM/bNz1GwKvFj54kaQ==
1371813708
dependencies:
1371913709
"@yarnpkg/lockfile" "^1.1.0"
1372013710
chalk "^2.4.2"
1372113711
cross-spawn "^6.0.5"
13722-
find-yarn-workspace-root "^1.2.1"
13712+
find-yarn-workspace-root "^2.0.0"
1372313713
fs-extra "^7.0.1"
1372413714
is-ci "^2.0.0"
1372513715
klaw-sync "^6.0.0"
1372613716
minimist "^1.2.0"
13717+
open "^7.4.2"
1372713718
rimraf "^2.6.3"
1372813719
semver "^5.6.0"
1372913720
slash "^2.0.0"

0 commit comments

Comments
 (0)