mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-10 10:11:39 -05:00
test: fix tests by pinning fs-monkey
This commit is contained in:
@@ -51,11 +51,14 @@
|
||||
"jest": "^22.1.4",
|
||||
"lerna": "^2.8.0",
|
||||
"lint-staged": "^6.0.1",
|
||||
"memfs": "^2.6.0",
|
||||
"memfs": "^2.8.0",
|
||||
"puppeteer": "^1.0.0",
|
||||
"request": "^2.83.0",
|
||||
"request-promise-native": "^1.0.5",
|
||||
"rimraf": "^2.6.2",
|
||||
"yorkie": "^1.0.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"fs-monkey": "0.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4516,9 +4516,9 @@ fs-minipass@^1.2.5:
|
||||
dependencies:
|
||||
minipass "^2.2.1"
|
||||
|
||||
fs-monkey@^0.3.0:
|
||||
version "0.3.2"
|
||||
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-0.3.2.tgz#49828969ebb8e056c86cee09494a44b2ba1a9b75"
|
||||
fs-monkey@0.3.1, fs-monkey@^0.3.0:
|
||||
version "0.3.1"
|
||||
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-0.3.1.tgz#69edd8420e04da04d4d3ea200da1ccdc444eecd0"
|
||||
|
||||
fs-write-stream-atomic@^1.0.8:
|
||||
version "1.0.10"
|
||||
@@ -6953,7 +6953,7 @@ mem@^1.1.0:
|
||||
dependencies:
|
||||
mimic-fn "^1.0.0"
|
||||
|
||||
memfs@^2.6.0:
|
||||
memfs@^2.8.0:
|
||||
version "2.8.0"
|
||||
resolved "https://registry.yarnpkg.com/memfs/-/memfs-2.8.0.tgz#a64887d6b540084be5847eb1bd3b5ac8f759c114"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user