Skip to content

Commit d86f012

Browse files
committed
add fs-extra
1 parent 7b8bc02 commit d86f012

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"codecov": "^3.6.5",
7373
"deepmerge": "^4.2.2",
7474
"eslint": "7.32.0",
75+
"fs-extra": "^10.1.0",
7576
"jest": "^27.5.1",
7677
"jest-environment-node": "^27.5.1",
7778
"jsdom": "^19.0.0",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13030,6 +13030,15 @@ fs-extra@^10.0.0:
1303013030
jsonfile "^6.0.1"
1303113031
universalify "^2.0.0"
1303213032

13033+
fs-extra@^10.1.0:
13034+
version "10.1.0"
13035+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
13036+
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
13037+
dependencies:
13038+
graceful-fs "^4.2.0"
13039+
jsonfile "^6.0.1"
13040+
universalify "^2.0.0"
13041+
1303313042
fs-extra@^4.0.2, fs-extra@^4.0.3:
1303413043
version "4.0.3"
1303513044
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"

0 commit comments

Comments
 (0)