mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore: bump vue to latest version (#11665)
This commit is contained in:
parent
d227d8cb5a
commit
bb64d6eedb
@ -45,7 +45,7 @@
|
||||
"@types/lodash": "^4.14.191",
|
||||
"@types/markdown-it": "^12.2.3",
|
||||
"rimraf": "^4.0.4",
|
||||
"vue": "^3.2.45"
|
||||
"vue": "^3.2.47"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.13",
|
||||
|
@ -36,9 +36,9 @@
|
||||
"author": "chenjiahan",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/runtime-core": "^3.2.27",
|
||||
"@vue/runtime-core": "^3.2.47",
|
||||
"vant": "workspace:*",
|
||||
"vue": "^3.2.45",
|
||||
"vue": "^3.2.47",
|
||||
"esbuild": "^0.16.10",
|
||||
"release-it": "^15.1.1",
|
||||
"rimraf": "^4.0.4",
|
||||
|
@ -41,7 +41,7 @@
|
||||
"release-it": "^15.4.1",
|
||||
"rimraf": "^4.0.4",
|
||||
"typescript": "^4.8.2",
|
||||
"vue": "^3.2.45"
|
||||
"vue": "^3.2.47"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
|
@ -57,10 +57,10 @@
|
||||
"@vant/cli": "workspace:*",
|
||||
"@vant/eslint-config": "workspace:*",
|
||||
"@vant/icons": "workspace:*",
|
||||
"@vue/runtime-core": "^3.2.38",
|
||||
"@vue/runtime-core": "^3.2.47",
|
||||
"@vue/test-utils": "^2.0.2",
|
||||
"typescript": "^4.8.2",
|
||||
"vue": "^3.2.45",
|
||||
"vue": "^3.2.47",
|
||||
"vue-router": "^4.1.5"
|
||||
},
|
||||
"sideEffects": [
|
||||
|
147
pnpm-lock.yaml
generated
147
pnpm-lock.yaml
generated
@ -51,10 +51,10 @@ importers:
|
||||
'@vant/icons': workspace:*
|
||||
'@vant/popperjs': ^1.3.0
|
||||
'@vant/use': ^1.5.1
|
||||
'@vue/runtime-core': ^3.2.38
|
||||
'@vue/runtime-core': ^3.2.47
|
||||
'@vue/test-utils': ^2.0.2
|
||||
typescript: ^4.8.2
|
||||
vue: ^3.2.45
|
||||
vue: ^3.2.47
|
||||
vue-router: ^4.1.5
|
||||
dependencies:
|
||||
'@vant/popperjs': link:../vant-popperjs
|
||||
@ -66,11 +66,11 @@ importers:
|
||||
'@vant/cli': link:../vant-cli
|
||||
'@vant/eslint-config': link:../vant-eslint-config
|
||||
'@vant/icons': link:../vant-icons
|
||||
'@vue/runtime-core': 3.2.45
|
||||
'@vue/test-utils': 2.2.3_vue@3.2.45
|
||||
'@vue/runtime-core': 3.2.47
|
||||
'@vue/test-utils': 2.2.3_vue@3.2.47
|
||||
typescript: 4.9.3
|
||||
vue: 3.2.45
|
||||
vue-router: 4.1.6_vue@3.2.45
|
||||
vue: 3.2.47
|
||||
vue-router: 4.1.6_vue@3.2.47
|
||||
|
||||
packages/vant-area-data:
|
||||
specifiers:
|
||||
@ -132,7 +132,7 @@ importers:
|
||||
typescript: ^4.8.2
|
||||
vite: ^4.0.3
|
||||
vite-plugin-md: ^0.11.9
|
||||
vue: ^3.2.45
|
||||
vue: ^3.2.47
|
||||
vue-router: ^4.1.5
|
||||
dependencies:
|
||||
'@babel/core': 7.20.7
|
||||
@ -140,8 +140,8 @@ importers:
|
||||
'@types/jest': 29.2.3
|
||||
'@vant/eslint-config': link:../vant-eslint-config
|
||||
'@vant/touch-emulator': link:../vant-touch-emulator
|
||||
'@vitejs/plugin-vue': 4.0.0_vite@4.0.3+vue@3.2.45
|
||||
'@vitejs/plugin-vue-jsx': 3.0.0_vite@4.0.3+vue@3.2.45
|
||||
'@vitejs/plugin-vue': 4.0.0_vite@4.0.3+vue@3.2.47
|
||||
'@vitejs/plugin-vue-jsx': 3.0.0_vite@4.0.3+vue@3.2.47
|
||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.7
|
||||
autoprefixer: 10.4.13_postcss@8.4.20
|
||||
commander: 10.0.0
|
||||
@ -175,7 +175,7 @@ importers:
|
||||
typescript: 4.9.3
|
||||
vite: 4.0.3_less@4.1.3+terser@5.16.1
|
||||
vite-plugin-md: 0.11.9_vite@4.0.3
|
||||
vue-router: 4.1.6_vue@3.2.45
|
||||
vue-router: 4.1.6_vue@3.2.47
|
||||
devDependencies:
|
||||
'@jest/types': 29.3.1
|
||||
'@types/fs-extra': 11.0.1
|
||||
@ -183,25 +183,25 @@ importers:
|
||||
'@types/lodash': 4.14.191
|
||||
'@types/markdown-it': 12.2.3
|
||||
rimraf: 4.0.4
|
||||
vue: 3.2.45
|
||||
vue: 3.2.47
|
||||
|
||||
packages/vant-compat:
|
||||
specifiers:
|
||||
'@vue/runtime-core': ^3.2.27
|
||||
'@vue/runtime-core': ^3.2.47
|
||||
esbuild: ^0.16.10
|
||||
release-it: ^15.1.1
|
||||
rimraf: ^4.0.4
|
||||
typescript: ^4.7.4
|
||||
vant: workspace:*
|
||||
vue: ^3.2.45
|
||||
vue: ^3.2.47
|
||||
devDependencies:
|
||||
'@vue/runtime-core': 3.2.45
|
||||
'@vue/runtime-core': 3.2.47
|
||||
esbuild: 0.16.10
|
||||
release-it: 15.5.0
|
||||
rimraf: 4.0.4
|
||||
typescript: 4.9.3
|
||||
vant: link:../vant
|
||||
vue: 3.2.45
|
||||
vue: 3.2.47
|
||||
|
||||
packages/vant-eslint-config:
|
||||
specifiers:
|
||||
@ -257,13 +257,13 @@ importers:
|
||||
release-it: ^15.4.1
|
||||
rimraf: ^4.0.4
|
||||
typescript: ^4.8.2
|
||||
vue: ^3.2.45
|
||||
vue: ^3.2.47
|
||||
devDependencies:
|
||||
esbuild: 0.16.10
|
||||
release-it: 15.5.0
|
||||
rimraf: 4.0.4
|
||||
typescript: 4.9.3
|
||||
vue: 3.2.45
|
||||
vue: 3.2.47
|
||||
|
||||
packages:
|
||||
|
||||
@ -1575,7 +1575,7 @@ packages:
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: false
|
||||
|
||||
/@vitejs/plugin-vue-jsx/3.0.0_vite@4.0.3+vue@3.2.45:
|
||||
/@vitejs/plugin-vue-jsx/3.0.0_vite@4.0.3+vue@3.2.47:
|
||||
resolution: {integrity: sha512-vurkuzgac5SYuxd2HUZqAFAWGTF10diKBwJNbCvnWijNZfXd+7jMtqjPFbGt7idOJUn584fP1Ar9j/GN2jQ3Ew==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -1586,12 +1586,12 @@ packages:
|
||||
'@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.7
|
||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.7
|
||||
vite: 4.0.3_less@4.1.3+terser@5.16.1
|
||||
vue: 3.2.45
|
||||
vue: 3.2.47
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@vitejs/plugin-vue/4.0.0_vite@4.0.3+vue@3.2.45:
|
||||
/@vitejs/plugin-vue/4.0.0_vite@4.0.3+vue@3.2.47:
|
||||
resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -1599,7 +1599,7 @@ packages:
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 4.0.3_less@4.1.3+terser@5.16.1
|
||||
vue: 3.2.45
|
||||
vue: 3.2.47
|
||||
dev: false
|
||||
|
||||
/@vue/babel-helper-vue-transform-on/1.0.2:
|
||||
@ -1623,88 +1623,88 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@vue/compiler-core/3.2.45:
|
||||
resolution: {integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==}
|
||||
/@vue/compiler-core/3.2.47:
|
||||
resolution: {integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.20.7
|
||||
'@vue/shared': 3.2.45
|
||||
'@vue/shared': 3.2.47
|
||||
estree-walker: 2.0.2
|
||||
source-map: 0.6.1
|
||||
|
||||
/@vue/compiler-dom/3.2.45:
|
||||
resolution: {integrity: sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==}
|
||||
/@vue/compiler-dom/3.2.47:
|
||||
resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==}
|
||||
dependencies:
|
||||
'@vue/compiler-core': 3.2.45
|
||||
'@vue/shared': 3.2.45
|
||||
'@vue/compiler-core': 3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
|
||||
/@vue/compiler-sfc/3.2.45:
|
||||
resolution: {integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==}
|
||||
/@vue/compiler-sfc/3.2.47:
|
||||
resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.20.7
|
||||
'@vue/compiler-core': 3.2.45
|
||||
'@vue/compiler-dom': 3.2.45
|
||||
'@vue/compiler-ssr': 3.2.45
|
||||
'@vue/reactivity-transform': 3.2.45
|
||||
'@vue/shared': 3.2.45
|
||||
'@vue/compiler-core': 3.2.47
|
||||
'@vue/compiler-dom': 3.2.47
|
||||
'@vue/compiler-ssr': 3.2.47
|
||||
'@vue/reactivity-transform': 3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.9
|
||||
postcss: 8.4.20
|
||||
source-map: 0.6.1
|
||||
|
||||
/@vue/compiler-ssr/3.2.45:
|
||||
resolution: {integrity: sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==}
|
||||
/@vue/compiler-ssr/3.2.47:
|
||||
resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.2.45
|
||||
'@vue/shared': 3.2.45
|
||||
'@vue/compiler-dom': 3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
|
||||
/@vue/devtools-api/6.4.5:
|
||||
resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==}
|
||||
|
||||
/@vue/reactivity-transform/3.2.45:
|
||||
resolution: {integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==}
|
||||
/@vue/reactivity-transform/3.2.47:
|
||||
resolution: {integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.20.7
|
||||
'@vue/compiler-core': 3.2.45
|
||||
'@vue/shared': 3.2.45
|
||||
'@vue/compiler-core': 3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.9
|
||||
|
||||
/@vue/reactivity/3.2.45:
|
||||
resolution: {integrity: sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==}
|
||||
/@vue/reactivity/3.2.47:
|
||||
resolution: {integrity: sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==}
|
||||
dependencies:
|
||||
'@vue/shared': 3.2.45
|
||||
'@vue/shared': 3.2.47
|
||||
|
||||
/@vue/runtime-core/3.2.45:
|
||||
resolution: {integrity: sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==}
|
||||
/@vue/runtime-core/3.2.47:
|
||||
resolution: {integrity: sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==}
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.2.45
|
||||
'@vue/shared': 3.2.45
|
||||
'@vue/reactivity': 3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
|
||||
/@vue/runtime-dom/3.2.45:
|
||||
resolution: {integrity: sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==}
|
||||
/@vue/runtime-dom/3.2.47:
|
||||
resolution: {integrity: sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==}
|
||||
dependencies:
|
||||
'@vue/runtime-core': 3.2.45
|
||||
'@vue/shared': 3.2.45
|
||||
'@vue/runtime-core': 3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
csstype: 2.6.21
|
||||
|
||||
/@vue/server-renderer/3.2.45_vue@3.2.45:
|
||||
resolution: {integrity: sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==}
|
||||
/@vue/server-renderer/3.2.47_vue@3.2.47:
|
||||
resolution: {integrity: sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==}
|
||||
peerDependencies:
|
||||
vue: 3.2.45
|
||||
vue: 3.2.47
|
||||
dependencies:
|
||||
'@vue/compiler-ssr': 3.2.45
|
||||
'@vue/shared': 3.2.45
|
||||
vue: 3.2.45
|
||||
'@vue/compiler-ssr': 3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
vue: 3.2.47
|
||||
|
||||
/@vue/shared/3.2.45:
|
||||
resolution: {integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==}
|
||||
/@vue/shared/3.2.47:
|
||||
resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==}
|
||||
|
||||
/@vue/test-utils/2.2.3_vue@3.2.45:
|
||||
/@vue/test-utils/2.2.3_vue@3.2.47:
|
||||
resolution: {integrity: sha512-MbqIS11cPEuZmqvyKNCnTdGxfNS4FhvQx7HO1JFQHlZRIM3ql2iwjPv9L1AFiLl4taW/5RTQz0r54d47xJuurA==}
|
||||
peerDependencies:
|
||||
vue: ^3.0.1
|
||||
dependencies:
|
||||
vue: 3.2.45
|
||||
vue: 3.2.47
|
||||
dev: true
|
||||
|
||||
/JSONStream/1.3.5:
|
||||
@ -5905,6 +5905,7 @@ packages:
|
||||
|
||||
/sourcemap-codec/1.4.8:
|
||||
resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
|
||||
deprecated: Please use @jridgewell/sourcemap-codec instead
|
||||
|
||||
/spdx-correct/3.1.1:
|
||||
resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==}
|
||||
@ -6454,22 +6455,22 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/vue-router/4.1.6_vue@3.2.45:
|
||||
/vue-router/4.1.6_vue@3.2.47:
|
||||
resolution: {integrity: sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.4.5
|
||||
vue: 3.2.45
|
||||
vue: 3.2.47
|
||||
|
||||
/vue/3.2.45:
|
||||
resolution: {integrity: sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==}
|
||||
/vue/3.2.47:
|
||||
resolution: {integrity: sha512-60188y/9Dc9WVrAZeUVSDxRQOZ+z+y5nO2ts9jWXSTkMvayiWxCWOWtBQoYjLeccfXkiiPZWAHcV+WTPhkqJHQ==}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.2.45
|
||||
'@vue/compiler-sfc': 3.2.45
|
||||
'@vue/runtime-dom': 3.2.45
|
||||
'@vue/server-renderer': 3.2.45_vue@3.2.45
|
||||
'@vue/shared': 3.2.45
|
||||
'@vue/compiler-dom': 3.2.47
|
||||
'@vue/compiler-sfc': 3.2.47
|
||||
'@vue/runtime-dom': 3.2.47
|
||||
'@vue/server-renderer': 3.2.47_vue@3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
|
||||
/w3c-xmlserializer/3.0.0:
|
||||
resolution: {integrity: sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==}
|
||||
|
Loading…
x
Reference in New Issue
Block a user