Skip to content

Commit

Permalink
[LOCAL] fix move mockfs to the right package.json (see #35476)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Apr 11, 2023
1 parent 99c0979 commit d89542e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions repo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@
"signedsource": "^1.0.0",
"ws": "^6.1.4",
"yargs": "^15.3.1"
},
"devDependencies": {
"mock-fs": "^5.1.4"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d89542e

Please sign in to comment.