mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
build(deps-dev): bump vue from 3.2.8 to 3.2.11 (#9425)
Bumps [vue](https://github.com/vuejs/vue) from 3.2.8 to 3.2.11. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/commits) --- updated-dependencies: - dependency-name: vue dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b200a2ffd0
commit
3eb27f387c
@ -36,7 +36,7 @@
|
||||
"@types/lodash": "^4.14.172",
|
||||
"@types/postcss-load-config": "^3.0.1",
|
||||
"@vue/compiler-sfc": "3.2.10",
|
||||
"vue": "3.2.8"
|
||||
"vue": "3.2.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
|
@ -56,7 +56,7 @@
|
||||
"@vant/area-data": "^1.1.1",
|
||||
"@vant/cli": "^4.0.0-beta.5",
|
||||
"@vue/compiler-sfc": "3.2.10",
|
||||
"vue": "3.2.8"
|
||||
"vue": "3.2.11"
|
||||
},
|
||||
"sideEffects": [
|
||||
"es/**/style/*",
|
||||
|
78
yarn.lock
78
yarn.lock
@ -1845,14 +1845,14 @@
|
||||
estree-walker "^2.0.2"
|
||||
source-map "^0.6.1"
|
||||
|
||||
"@vue/compiler-core@3.2.8":
|
||||
version "3.2.8"
|
||||
resolved "https://registry.nlark.com/@vue/compiler-core/download/@vue/compiler-core-3.2.8.tgz?cache=0&sync_timestamp=1630880758321&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcompiler-core%2Fdownload%2F%40vue%2Fcompiler-core-3.2.8.tgz#13b2386bdb03455c9f6c6af2f3468561a5ae5b1d"
|
||||
integrity sha1-E7I4a9sDRVyfbGry80aFYaWuWx0=
|
||||
"@vue/compiler-core@3.2.11":
|
||||
version "3.2.11"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.11.tgz#10af3777dba303ee7aae668029f131cb90391bee"
|
||||
integrity sha512-bcbsLx5XyQg8WDDEGwmpX0BfEfv82wIs9fWFelpyVhNRGMaABvUTalYINyfhVT+jOqNaD4JBhJiVKd/8TmsHWg==
|
||||
dependencies:
|
||||
"@babel/parser" "^7.15.0"
|
||||
"@babel/types" "^7.15.0"
|
||||
"@vue/shared" "3.2.8"
|
||||
"@vue/shared" "3.2.11"
|
||||
estree-walker "^2.0.2"
|
||||
source-map "^0.6.1"
|
||||
|
||||
@ -1864,13 +1864,13 @@
|
||||
"@vue/compiler-core" "3.2.10"
|
||||
"@vue/shared" "3.2.10"
|
||||
|
||||
"@vue/compiler-dom@3.2.8":
|
||||
version "3.2.8"
|
||||
resolved "https://registry.nlark.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.8.tgz?cache=0&sync_timestamp=1630880758862&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcompiler-dom%2Fdownload%2F%40vue%2Fcompiler-dom-3.2.8.tgz#69bc9e08928a12295c31299067f18d87301981a9"
|
||||
integrity sha1-abyeCJKKEilcMSmQZ/GNhzAZgak=
|
||||
"@vue/compiler-dom@3.2.11":
|
||||
version "3.2.11"
|
||||
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.11.tgz#d066f8e1f1812b4e881593819ade0fe6d654c776"
|
||||
integrity sha512-DNvhUHI/1Hn0/+ZYDYGAuDGasUm+XHKC3FE4GqkNCTO/fcLaJMRg/7eT1m1lkc7jPffUwwfh1rZru5mwzOjrNw==
|
||||
dependencies:
|
||||
"@vue/compiler-core" "3.2.8"
|
||||
"@vue/shared" "3.2.8"
|
||||
"@vue/compiler-core" "3.2.11"
|
||||
"@vue/shared" "3.2.11"
|
||||
|
||||
"@vue/compiler-sfc@3.2.10":
|
||||
version "3.2.10"
|
||||
@ -1909,12 +1909,12 @@
|
||||
resolved "https://registry.nlark.com/@vue/devtools-api/download/@vue/devtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d"
|
||||
integrity sha1-rXyzhOBi8WW8+cg3MhJb/7wq2D0=
|
||||
|
||||
"@vue/reactivity@3.2.8":
|
||||
version "3.2.8"
|
||||
resolved "https://registry.nlark.com/@vue/reactivity/download/@vue/reactivity-3.2.8.tgz?cache=0&sync_timestamp=1630880760148&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Freactivity%2Fdownload%2F%40vue%2Freactivity-3.2.8.tgz#b27200ccfaa06f312ac467b12a38161377c557ed"
|
||||
integrity sha1-snIAzPqgbzEqxGexKjgWE3fFV+0=
|
||||
"@vue/reactivity@3.2.11":
|
||||
version "3.2.11"
|
||||
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.11.tgz#ec04d33acaf2b92cca2960535bec81b26cc5772b"
|
||||
integrity sha512-hEQstxPQbgGZq5qApzrvbDmRdK1KP96O/j4XrwT8fVkT1ytkFs4fH2xNEh9QKwXfybbQkLs77W7OfXCv5o6qbA==
|
||||
dependencies:
|
||||
"@vue/shared" "3.2.8"
|
||||
"@vue/shared" "3.2.11"
|
||||
|
||||
"@vue/ref-transform@3.2.10":
|
||||
version "3.2.10"
|
||||
@ -1927,21 +1927,21 @@
|
||||
estree-walker "^2.0.2"
|
||||
magic-string "^0.25.7"
|
||||
|
||||
"@vue/runtime-core@3.2.8":
|
||||
version "3.2.8"
|
||||
resolved "https://registry.nlark.com/@vue/runtime-core/download/@vue/runtime-core-3.2.8.tgz?cache=0&sync_timestamp=1630880758213&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fruntime-core%2Fdownload%2F%40vue%2Fruntime-core-3.2.8.tgz#8a2342c0baa0fee192f819a3bdc19547d7430b88"
|
||||
integrity sha1-iiNCwLqg/uGS+BmjvcGVR9dDC4g=
|
||||
"@vue/runtime-core@3.2.11":
|
||||
version "3.2.11"
|
||||
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.11.tgz#0dbe801be4bd0bfde253226797e7d304c8fdda30"
|
||||
integrity sha512-horlxjWwSvModC87WdsWswzzHE5IexmKkQA65S5vFgP5hLUBW+HRyScDeuB/RRcFmqnf+ozacNCfap0kqcpODw==
|
||||
dependencies:
|
||||
"@vue/reactivity" "3.2.8"
|
||||
"@vue/shared" "3.2.8"
|
||||
"@vue/reactivity" "3.2.11"
|
||||
"@vue/shared" "3.2.11"
|
||||
|
||||
"@vue/runtime-dom@3.2.8":
|
||||
version "3.2.8"
|
||||
resolved "https://registry.nlark.com/@vue/runtime-dom/download/@vue/runtime-dom-3.2.8.tgz?cache=0&sync_timestamp=1630880758727&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fruntime-dom%2Fdownload%2F%40vue%2Fruntime-dom-3.2.8.tgz#c6631b507049d39844b0434e81df1aa79efcc6cb"
|
||||
integrity sha1-xmMbUHBJ05hEsENOgd8ap578xss=
|
||||
"@vue/runtime-dom@3.2.11":
|
||||
version "3.2.11"
|
||||
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.11.tgz#04f9054a9e64bdf156c2fc22cad67cfaa8b84616"
|
||||
integrity sha512-cOK1g0INdiCbds2xrrJKrrN+pDHuLz6esUs/crdEiupDuX7IeiMbdqrAQCkYHp5P1KLWcbGlkmwfVD7HQGii0Q==
|
||||
dependencies:
|
||||
"@vue/runtime-core" "3.2.8"
|
||||
"@vue/shared" "3.2.8"
|
||||
"@vue/runtime-core" "3.2.11"
|
||||
"@vue/shared" "3.2.11"
|
||||
csstype "^2.6.8"
|
||||
|
||||
"@vue/shared@3.2.10":
|
||||
@ -1949,10 +1949,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.10.tgz#76ffa503019e52463367e25275656d1d299dc91c"
|
||||
integrity sha512-Z5hbCx5jqAK0kscWcsVBpEeS0LfuSjgnkCBewQfsdBRyvHdJWKRUnCAJ7GqJO/iJtjSZHBFJYNoYyP7a/goh2A==
|
||||
|
||||
"@vue/shared@3.2.8":
|
||||
version "3.2.8"
|
||||
resolved "https://registry.nlark.com/@vue/shared/download/@vue/shared-3.2.8.tgz?cache=0&sync_timestamp=1630880759110&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fshared%2Fdownload%2F%40vue%2Fshared-3.2.8.tgz#2f918e330aeb3f56ab1031ca60a5b30672512457"
|
||||
integrity sha1-L5GOMwrrP1arEDHKYKWzBnJRJFc=
|
||||
"@vue/shared@3.2.11":
|
||||
version "3.2.11"
|
||||
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.11.tgz#01899f54949caf1ac241de397bd17069632574de"
|
||||
integrity sha512-ovfXAsSsCvV9JVceWjkqC/7OF5HbgLOtCWjCIosmPGG8lxbPuavhIxRH1dTx4Dg9xLgRTNLvI3pVxG4ItQZekg==
|
||||
|
||||
"@vue/test-utils@2.0.0-rc.6":
|
||||
version "2.0.0-rc.6"
|
||||
@ -8013,14 +8013,14 @@ vue3-jest@^27.0.0-alpha.2:
|
||||
source-map "0.5.6"
|
||||
tsconfig "^7.0.0"
|
||||
|
||||
vue@3.2.8:
|
||||
version "3.2.8"
|
||||
resolved "https://registry.nlark.com/vue/download/vue-3.2.8.tgz#9124e4c31ebc9c592b2b9f293df5c9a88a78e944"
|
||||
integrity sha1-kSTkwx68nFkrK58pPfXJqIp46UQ=
|
||||
vue@3.2.11:
|
||||
version "3.2.11"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.11.tgz#6b92295048df705ddac558fd3e3ed553e55e57c8"
|
||||
integrity sha512-JkI3/eIgfk4E0f/p319TD3EZgOwBQfftgnkRsXlT7OrRyyiyoyUXn6embPGZXSBxD3LoZ9SWhJoxLhFh5AleeA==
|
||||
dependencies:
|
||||
"@vue/compiler-dom" "3.2.8"
|
||||
"@vue/runtime-dom" "3.2.8"
|
||||
"@vue/shared" "3.2.8"
|
||||
"@vue/compiler-dom" "3.2.11"
|
||||
"@vue/runtime-dom" "3.2.11"
|
||||
"@vue/shared" "3.2.11"
|
||||
|
||||
w3c-hr-time@^1.0.2:
|
||||
version "1.0.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user