|
1220 | 1220 | dependencies: |
1221 | 1221 | "@types/yargs-parser" "*" |
1222 | 1222 |
|
1223 | | -"@vue/component-compiler-utils@^2.4.0": |
1224 | | - version "2.6.0" |
1225 | | - resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-2.6.0.tgz#aa46d2a6f7647440b0b8932434d22f12371e543b" |
1226 | | - integrity sha512-IHjxt7LsOFYc0DkTncB7OXJL7UzwOLPPQCfEUNyxL2qt+tF12THV+EO33O1G2Uk4feMSWua3iD39Itszx0f0bw== |
1227 | | - dependencies: |
1228 | | - consolidate "^0.15.1" |
1229 | | - hash-sum "^1.0.2" |
1230 | | - lru-cache "^4.1.2" |
1231 | | - merge-source-map "^1.1.0" |
1232 | | - postcss "^7.0.14" |
1233 | | - postcss-selector-parser "^5.0.0" |
1234 | | - prettier "1.16.3" |
1235 | | - source-map "~0.6.1" |
1236 | | - vue-template-es2015-compiler "^1.9.0" |
1237 | | - |
1238 | 1223 | "@vue/component-compiler-utils@^3.0.0": |
1239 | 1224 | version "3.0.0" |
1240 | 1225 | resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.0.0.tgz#d16fa26b836c06df5baaeb45f3d80afc47e35634" |
|
2528 | 2513 | meow "^5.0.0" |
2529 | 2514 | q "^1.5.1" |
2530 | 2515 |
|
2531 | | -convert-source-map@^1.4.0, convert-source-map@^1.7.0: |
| 2516 | +convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
2532 | 2517 | version "1.7.0" |
2533 | 2518 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" |
2534 | 2519 | integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== |
@@ -5407,6 +5392,11 @@ lodash.ismatch@^4.4.0: |
5407 | 5392 | resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" |
5408 | 5393 | integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc= |
5409 | 5394 |
|
| 5395 | + |
| 5396 | + version "4.1.2" |
| 5397 | + resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" |
| 5398 | + integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= |
| 5399 | + |
5410 | 5400 | lodash.sortby@^4.7.0: |
5411 | 5401 | version "4.7.0" |
5412 | 5402 | resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" |
@@ -8066,15 +8056,16 @@ trim-off-newlines@^1.0.0: |
8066 | 8056 | resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" |
8067 | 8057 | integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= |
8068 | 8058 |
|
8069 | | -ts-jest@^23.10.5: |
8070 | | - version "23.10.5" |
8071 | | - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.10.5.tgz#cdb550df4466a30489bf70ba867615799f388dd5" |
8072 | | - integrity sha512-MRCs9qnGoyKgFc8adDEntAOP64fWK1vZKnOYU1o2HxaqjdJvGqmkLCPCnVq1/If4zkUmEjKPnCiUisTrlX2p2A== |
| 8059 | +ts-jest@^24.0.0: |
| 8060 | + version "24.3.0" |
| 8061 | + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.3.0.tgz#b97814e3eab359ea840a1ac112deae68aa440869" |
| 8062 | + integrity sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ== |
8073 | 8063 | dependencies: |
8074 | 8064 | bs-logger "0.x" |
8075 | 8065 | buffer-from "1.x" |
8076 | 8066 | fast-json-stable-stringify "2.x" |
8077 | 8067 | json5 "2.x" |
| 8068 | + lodash.memoize "4.x" |
8078 | 8069 | make-error "1.x" |
8079 | 8070 | mkdirp "0.x" |
8080 | 8071 | resolve "1.x" |
@@ -8317,17 +8308,16 @@ vue-eslint-parser@^7.0.0: |
8317 | 8308 | esquery "^1.0.1" |
8318 | 8309 | lodash "^4.17.15" |
8319 | 8310 |
|
8320 | | -vue-jest@^4.0.0-beta.2: |
8321 | | - version "4.0.0-beta.2" |
8322 | | - resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-4.0.0-beta.2.tgz#f2120ea9d24224aad3a100c2010b0760d47ee6fe" |
8323 | | - integrity sha512-SywBIciuIfqsCb8Eb9UQ02s06+NV8Ry8KnbyhAfnvnyFFulIuh7ujtga9eJYq720nCS4Hz4TpVtS4pD1ZbUILQ== |
| 8311 | +vue-jest@^5.0.0-alpha.0: |
| 8312 | + version "5.0.0-alpha.0" |
| 8313 | + resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-5.0.0-alpha.0.tgz#b03fe802a0c55ddacb73ff00b18c9c6e0fc0cfaa" |
| 8314 | + integrity sha512-bH+PY8e93V7ezSB+xefPkmUPwrtx1ilOGfjXi6kxctWChotsrP6KQDy2IAt5PRQ112Ajg3qD0bGGSOdlUk5odA== |
8324 | 8315 | dependencies: |
8325 | 8316 | "@babel/plugin-transform-modules-commonjs" "^7.2.0" |
8326 | | - "@vue/component-compiler-utils" "^2.4.0" |
8327 | 8317 | chalk "^2.1.0" |
| 8318 | + convert-source-map "^1.6.0" |
8328 | 8319 | extract-from-css "^0.4.4" |
8329 | | - source-map "^0.5.6" |
8330 | | - ts-jest "^23.10.5" |
| 8320 | + ts-jest "^24.0.0" |
8331 | 8321 |
|
8332 | 8322 | vue-runtime-helpers@^1.1.1: |
8333 | 8323 | version "1.1.2" |
|
0 commit comments