Skip to content

Commit df8d861

Browse files
committed
chore(deps): update dependency @vue/compiler-sfc to v3.1.4
1 parent f847650 commit df8d861

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

packages/graphql-tag-pluck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@types/babel__traverse": "7.14.0",
40-
"@vue/compiler-sfc": "3.1.3"
40+
"@vue/compiler-sfc": "3.1.4"
4141
},
4242
"buildOptions": {
4343
"external": [

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,37 +2950,37 @@
29502950
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.28.3.tgz#9461bdbf334d616759b0e7e5415e2f480b9aa30f"
29512951
integrity sha512-g3gk4D9itbhUQa5MtN7TOdeoQnNLkPDCox5SBaQ/H3Or5lo59TOaZWrLb+x47StiAJ+8DXZS/9MJ67cIBWSsRw==
29522952

2953-
2954-
version "3.1.3"
2955-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.3.tgz#cd9587aa1fda533b1bdf752689e281efccfb7062"
2956-
integrity sha512-I58MDtVa8AYEIa3waLO6/89JdmgpkDAEcL3Vrmlsbnt07KZ5sIGLqaXjzGrOT57j9s8ty0WTYlLQq2rWUVYGCg==
2953+
2954+
version "3.1.4"
2955+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.4.tgz#a3a74cf52e8f01af386d364ac8a099cbeb260424"
2956+
integrity sha512-TnUz+1z0y74O/A4YKAbzsdUfamyHV73MihrEfvettWpm9bQKVoZd1nEmR1cGN9LsXWlwAvVQBetBlWdOjmQO5Q==
29572957
dependencies:
29582958
"@babel/parser" "^7.12.0"
29592959
"@babel/types" "^7.12.0"
2960-
"@vue/shared" "3.1.3"
2960+
"@vue/shared" "3.1.4"
29612961
estree-walker "^2.0.1"
29622962
source-map "^0.6.1"
29632963

2964-
2965-
version "3.1.3"
2966-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.1.3.tgz#ade4ff7db4b0a197c543dd67b5bd467d737ac344"
2967-
integrity sha512-BunLXKP+UvY1XJ0L6M7KD/De0XP+kOlIxFg3OfXtVQZcLLgnLcTgSK3t/ylvIpYJOadGaHhb+BfCK/hdqOVAyw==
2964+
2965+
version "3.1.4"
2966+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.1.4.tgz#bf3795e1449f32c965d38c4ea6d808ca05fdfc97"
2967+
integrity sha512-3tG2ScHkghhUBuFwl9KgyZhrS8CPFZsO7hUDekJgIp5b1OMkROr4AvxHu6rRMl4WkyvYkvidFNBS2VfOnwa6Kw==
29682968
dependencies:
2969-
"@vue/compiler-core" "3.1.3"
2970-
"@vue/shared" "3.1.3"
2969+
"@vue/compiler-core" "3.1.4"
2970+
"@vue/shared" "3.1.4"
29712971

2972-
2973-
version "3.1.3"
2974-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.3.tgz#f8aba30e5254a2b7be9516159630c8f75b412216"
2975-
integrity sha512-WpQ0oHMT5Aeb92UBnYCOxfHwdOGFZJ+BUyFiu2rG6TTDuw+aPNHCsFxvi55eG+2P7uiqRFK03lc0mGh3v8OVmw==
2972+
2973+
version "3.1.4"
2974+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.4.tgz#93e87db950e0711339c18baa7bb7d28d3522d7bc"
2975+
integrity sha512-4KDQg60Khy3SgnF+V/TB2NZqzmM4TyGRmzsxqG1SebGdMSecCweFDSlI/F1vDYk6dKiCHgmpoT9A1sLxswkJ0A==
29762976
dependencies:
29772977
"@babel/parser" "^7.13.9"
29782978
"@babel/types" "^7.13.0"
29792979
"@types/estree" "^0.0.48"
2980-
"@vue/compiler-core" "3.1.3"
2981-
"@vue/compiler-dom" "3.1.3"
2982-
"@vue/compiler-ssr" "3.1.3"
2983-
"@vue/shared" "3.1.3"
2980+
"@vue/compiler-core" "3.1.4"
2981+
"@vue/compiler-dom" "3.1.4"
2982+
"@vue/compiler-ssr" "3.1.4"
2983+
"@vue/shared" "3.1.4"
29842984
consolidate "^0.16.0"
29852985
estree-walker "^2.0.1"
29862986
hash-sum "^2.0.0"
@@ -2992,18 +2992,18 @@
29922992
postcss-selector-parser "^6.0.4"
29932993
source-map "^0.6.1"
29942994

2995-
2996-
version "3.1.3"
2997-
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.3.tgz#e74394b031f6956710f1881e21fa9fe1fa5a030e"
2998-
integrity sha512-dAktYBae3h9QWJoSKsrfrcZEjh4hwphDMWwj+ZwIkHBhEpyjdFLJks8MpxRjGMZzqz5vNyteVXkbOAaoiWPwwA==
2995+
2996+
version "3.1.4"
2997+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.4.tgz#7f6eaac5b1851fc15c82c083e8179eb1216b303c"
2998+
integrity sha512-Box8fCuCFPp0FuimIswjDkjwiSDCBkHvt/xVALyFkYCiIMWv2eR53fIjmlsnEHhcBuZ+VgRC+UanCTcKvSA1gA==
29992999
dependencies:
3000-
"@vue/compiler-dom" "3.1.3"
3001-
"@vue/shared" "3.1.3"
3000+
"@vue/compiler-dom" "3.1.4"
3001+
"@vue/shared" "3.1.4"
30023002

3003-
3004-
version "3.1.3"
3005-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.3.tgz#3f6f5e7226d8d2d965ef39780ae3f89dc906b5fc"
3006-
integrity sha512-uGBX4bZVFvgranxzpH3q1gGmICUjEUnNrMIBFeZRw8hBfCPhT+VnuY8+mG2l/yEyY73J9e6d36CtbFUqDXa12w==
3003+
3004+
version "3.1.4"
3005+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.4.tgz#c14c461ec42ea2c1556e86f60b0354341d91adc3"
3006+
integrity sha512-6O45kZAmkLvzGLToBxEz4lR2W6kXohCtebV2UxjH9GXjd8X9AhEn68FN9eNanFtWNzvgw1hqd6HkPRVQalqf7Q==
30073007

30083008
"@webassemblyjs/[email protected]":
30093009
version "1.11.0"

0 commit comments

Comments
 (0)