Skip to content

Commit 7000540

Browse files
NE-SmallTownhaoqunjiang
authored andcommitted
chore: update @vue/component-compiler-utils to 3.1.0 (#1616)
1 parent c8a2125 commit 7000540

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
.idea
12
.DS_Store
23
exploration
34
node_modules
45
*.log
56
example/dist
67
docs/.vuepress/dist
7-
test/.cache
8+
test/.cache

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@vue/component-compiler-utils": "^3.0.0",
45+
"@vue/component-compiler-utils": "^3.1.0",
4646
"hash-sum": "^1.0.2",
4747
"loader-utils": "^1.1.0",
4848
"vue-hot-reload-api": "^2.3.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -851,18 +851,18 @@
851851
source-map "^0.5.6"
852852
vue-template-es2015-compiler "^1.6.0"
853853

854-
"@vue/component-compiler-utils@^3.0.0":
855-
version "3.0.0"
856-
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.0.0.tgz#d16fa26b836c06df5baaeb45f3d80afc47e35634"
857-
integrity sha512-am+04/0UX7ektcmvhYmrf84BDVAD8afFOf4asZjN84q8xzxFclbk5x0MtxuKGfp+zjN5WWPJn3fjFAWtDdIGSw==
854+
"@vue/component-compiler-utils@^3.1.0":
855+
version "3.1.0"
856+
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.1.0.tgz#64cd394925f5af1f9c3228c66e954536f5311857"
857+
integrity sha512-OJ7swvl8LtKtX5aYP8jHhO6fQBIRIGkU6rvWzK+CGJiNOnvg16nzcBkd9qMZzW8trI2AsqAKx263nv7kb5rhZw==
858858
dependencies:
859859
consolidate "^0.15.1"
860860
hash-sum "^1.0.2"
861861
lru-cache "^4.1.2"
862862
merge-source-map "^1.1.0"
863863
postcss "^7.0.14"
864864
postcss-selector-parser "^5.0.0"
865-
prettier "1.16.3"
865+
prettier "^1.18.2"
866866
source-map "~0.6.1"
867867
vue-template-es2015-compiler "^1.9.0"
868868

@@ -8838,10 +8838,10 @@ prettier@1.13.7:
88388838
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.7.tgz#850f3b8af784a49a6ea2d2eaa7ed1428a34b7281"
88398839
integrity sha512-KIU72UmYPGk4MujZGYMFwinB7lOf2LsDNGSOC8ufevsrPLISrZbNJlWstRi3m0AMuszbH+EFSQ/r6w56RSPK6w==
88408840

8841-
prettier@1.16.3:
8842-
version "1.16.3"
8843-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d"
8844-
integrity sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw==
8841+
prettier@^1.18.2:
8842+
version "1.19.1"
8843+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
8844+
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
88458845

88468846
pretty-bytes@^4.0.2:
88478847
version "4.0.2"

0 commit comments

Comments
 (0)