Skip to content

Commit a014636

Browse files
sarimartonds300
authored andcommitted
Update find-yarn-workspace-root. closes ds300#282, ds300#281
1 parent 4ca04f6 commit a014636

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@yarnpkg/lockfile": "^1.1.0",
7575
"chalk": "^2.4.2",
7676
"cross-spawn": "^6.0.5",
77-
"find-yarn-workspace-root": "^1.2.1",
77+
"find-yarn-workspace-root": "^2.0.0",
7878
"fs-extra": "^7.0.1",
7979
"is-ci": "^2.0.0",
8080
"klaw-sync": "^6.0.0",

yarn.lock

+5-15
Original file line numberDiff line numberDiff line change
@@ -1857,13 +1857,12 @@ find-up@^5.0.0:
18571857
locate-path "^6.0.0"
18581858
path-exists "^4.0.0"
18591859

1860-
find-yarn-workspace-root@^1.2.1:
1861-
version "1.2.1"
1862-
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db"
1863-
integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==
1860+
find-yarn-workspace-root@^2.0.0:
1861+
version "2.0.0"
1862+
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd"
1863+
integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==
18641864
dependencies:
1865-
fs-extra "^4.0.3"
1866-
micromatch "^3.1.4"
1865+
micromatch "^4.0.2"
18671866

18681867
fn-name@~2.0.1:
18691868
version "2.0.1"
@@ -1894,15 +1893,6 @@ fragment-cache@^0.2.1:
18941893
dependencies:
18951894
map-cache "^0.2.2"
18961895

1897-
fs-extra@^4.0.3:
1898-
version "4.0.3"
1899-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
1900-
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
1901-
dependencies:
1902-
graceful-fs "^4.1.2"
1903-
jsonfile "^4.0.0"
1904-
universalify "^0.1.0"
1905-
19061896
fs-extra@^7.0.1:
19071897
version "7.0.1"
19081898
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"

0 commit comments

Comments
 (0)