|
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.1.0" |
| 800 | + resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.1.0.tgz#64cd394925f5af1f9c3228c66e954536f5311857" |
| 801 | + integrity sha512-OJ7swvl8LtKtX5aYP8jHhO6fQBIRIGkU6rvWzK+CGJiNOnvg16nzcBkd9qMZzW8trI2AsqAKx263nv7kb5rhZw== |
| 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.18.2" |
| 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.24" |
| 6639 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.24.tgz#972c3c5be431b32e40caefe6c81b5a19117704c2" |
| 6640 | + integrity sha512-Xl0XvdNWg+CblAXzNvbSOUvgJXwSjmbAKORqyw9V2AlHrm1js2gFw9y3jibBAhpKZi8b5JzJCVh/FyzPsTtgTA== |
| 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 | +prettier@^1.18.2: |
| 6662 | + version "1.19.1" |
| 6663 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" |
| 6664 | + integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== |
| 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