[LOCAL] fix move mockfs to the right package.json (see #35476)

This commit is contained in:
Lorenzo Sciandra
2023-04-11 13:49:09 +01:00
parent 99c097917b
commit d89542e474
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -166,6 +166,7 @@
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.72.3",
"metro-memory-fs": "0.72.3",
"mock-fs": "^5.1.4",
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"shelljs": "^0.8.5",
-3
View File
@@ -50,8 +50,5 @@
"signedsource": "^1.0.0",
"ws": "^6.1.4",
"yargs": "^15.3.1"
},
"devDependencies": {
"mock-fs": "^5.1.4"
}
}
+5
View File
@@ -5522,6 +5522,11 @@ mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"
mock-fs@^5.1.4:
version "5.2.0"
resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.2.0.tgz#3502a9499c84c0a1218ee4bf92ae5bf2ea9b2b5e"
integrity sha512-2dF2R6YMSZbpip1V1WHKGLNjr/k48uQClqMVb5H3MOvwc9qhYis3/IWbj02qIg/Y8MDXKFF4c5v0rxx2o6xTZw==
ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"