|
795 | 795 | resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.1.tgz#48fd98c1561fe718b61733daed46ff115b496e18"
|
796 | 796 | integrity sha512-eqz8c/0kwNi/OEHQfvIuJVLTst3in0e7uTKeuY+WL/zfKn0xVujOTp42bS/vUUokhK5P2BppLd9JXMOMHcgbjA==
|
797 | 797 |
|
798 |
| -"@vue/[email protected]", "@vue/component-compiler-utils@^2.1.0", "@vue/component-compiler-utils@^2.4.0": |
| 798 | + |
| 799 | + version "3.0.0" |
| 800 | + resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.0.0.tgz#d16fa26b836c06df5baaeb45f3d80afc47e35634" |
| 801 | + integrity sha512-am+04/0UX7ektcmvhYmrf84BDVAD8afFOf4asZjN84q8xzxFclbk5x0MtxuKGfp+zjN5WWPJn3fjFAWtDdIGSw== |
| 802 | + dependencies: |
| 803 | + consolidate "^0.15.1" |
| 804 | + hash-sum "^1.0.2" |
| 805 | + lru-cache "^4.1.2" |
| 806 | + merge-source-map "^1.1.0" |
| 807 | + postcss "^7.0.14" |
| 808 | + postcss-selector-parser "^5.0.0" |
| 809 | + prettier "1.16.3" |
| 810 | + source-map "~0.6.1" |
| 811 | + vue-template-es2015-compiler "^1.9.0" |
| 812 | + |
| 813 | +"@vue/component-compiler-utils@^2.1.0", "@vue/component-compiler-utils@^2.4.0": |
799 | 814 | version "2.5.0"
|
800 | 815 | resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-2.5.0.tgz#411846d582d393f701f747517ddd29275ce64ca4"
|
801 | 816 | integrity sha512-mSB8jWmE/ZeYZHPDEx9hNiiRh5P2V1Q0tObxEQWtxxfXtkIAvPnj7oucGm5SO8Y/QwIlDJgAGqHfj5MCjoKoOg==
|
@@ -6619,6 +6634,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.5, postcss@^7.0.7:
|
6619 | 6634 | source-map "^0.6.1"
|
6620 | 6635 | supports-color "^6.1.0"
|
6621 | 6636 |
|
| 6637 | +postcss@^7.0.14: |
| 6638 | + version "7.0.14" |
| 6639 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz#4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5" |
| 6640 | + integrity sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg== |
| 6641 | + dependencies: |
| 6642 | + chalk "^2.4.2" |
| 6643 | + source-map "^0.6.1" |
| 6644 | + supports-color "^6.1.0" |
| 6645 | + |
6622 | 6646 | prepend-http@^1.0.0:
|
6623 | 6647 | version "1.0.4"
|
6624 | 6648 | resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
|
|
6634 | 6658 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.7.tgz#850f3b8af784a49a6ea2d2eaa7ed1428a34b7281"
|
6635 | 6659 | integrity sha512-KIU72UmYPGk4MujZGYMFwinB7lOf2LsDNGSOC8ufevsrPLISrZbNJlWstRi3m0AMuszbH+EFSQ/r6w56RSPK6w==
|
6636 | 6660 |
|
| 6661 | + |
| 6662 | + version "1.16.3" |
| 6663 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d" |
| 6664 | + integrity sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw== |
| 6665 | + |
6637 | 6666 | pretty-error@^2.1.1:
|
6638 | 6667 | version "2.1.1"
|
6639 | 6668 | resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
|
@@ -8572,6 +8601,11 @@ vue-template-es2015-compiler@^1.6.0:
|
8572 | 8601 | resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.8.1.tgz#e2ec4f42d16b6c712e61899c6b20bcdb1df128ca"
|
8573 | 8602 | integrity sha512-mxBBMuSaPG9+NkVMbh28r8gvWQJ8UXxqDxVNeLy2KBUZiSNxZsagjYwLL8gjROb4oaaYtwRv3K8gAmw76I/U7Q==
|
8574 | 8603 |
|
| 8604 | +vue-template-es2015-compiler@^1.9.0: |
| 8605 | + version "1.9.1" |
| 8606 | + resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" |
| 8607 | + integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== |
| 8608 | + |
8575 | 8609 | vue@^2.5.22:
|
8576 | 8610 | version "2.5.22"
|
8577 | 8611 | resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.22.tgz#3bf88041af08b8539c37b268b70ca79245e9cc30"
|
|
0 commit comments