hookehuyr

chore: 更新 vant 和 @vue/shared 依赖版本

...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
71 "tinymce": "5.10.9", 71 "tinymce": "5.10.9",
72 "typescript": "^4.7.3", 72 "typescript": "^4.7.3",
73 "uuid": "^8.3.2", 73 "uuid": "^8.3.2",
74 - "vant": "^4.9.9", 74 + "vant": "^4.9.21",
75 "vconsole": "^3.14.6", 75 "vconsole": "^3.14.6",
76 "vite-plugin-dynamic-import": "^0.9.6", 76 "vite-plugin-dynamic-import": "^0.9.6",
77 "vite-plugin-mp": "^1.6.1", 77 "vite-plugin-mp": "^1.6.1",
......
...@@ -622,10 +622,10 @@ ...@@ -622,10 +622,10 @@
622 resolved "https://mirrors.cloud.tencent.com/npm/@vue%2fshared/-/shared-3.2.38.tgz" 622 resolved "https://mirrors.cloud.tencent.com/npm/@vue%2fshared/-/shared-3.2.38.tgz"
623 integrity sha512-dTyhTIRmGXBjxJE+skC8tTWCGLCVc4wQgRRLt8+O9p5ewBAjoBwtCAkLPrtToSr1xltoe3st21Pv953aOZ7alg== 623 integrity sha512-dTyhTIRmGXBjxJE+skC8tTWCGLCVc4wQgRRLt8+O9p5ewBAjoBwtCAkLPrtToSr1xltoe3st21Pv953aOZ7alg==
624 624
625 -"@vue/shared@^3.5.12": 625 +"@vue/shared@^3.5.17":
626 - version "3.5.13" 626 + version "3.5.22"
627 - resolved "https://mirrors.cloud.tencent.com/npm/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f" 627 + resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.5.22.tgz#9d56a1644a3becb8af1e34655928b0e288d827f8"
628 - integrity sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ== 628 + integrity sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==
629 629
630 "@vueuse/core@^8.5.0": 630 "@vueuse/core@^8.5.0":
631 version "8.9.4" 631 version "8.9.4"
...@@ -3642,14 +3642,14 @@ uuid@^8.3.2: ...@@ -3642,14 +3642,14 @@ uuid@^8.3.2:
3642 resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" 3642 resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
3643 integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== 3643 integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
3644 3644
3645 -vant@^4.9.9: 3645 +vant@^4.9.21:
3646 - version "4.9.9" 3646 + version "4.9.21"
3647 - resolved "https://mirrors.cloud.tencent.com/npm/vant/-/vant-4.9.9.tgz#6baee8a74a2b6e31284e5a6e03568b839c0c5990" 3647 + resolved "https://registry.npmjs.org/vant/-/vant-4.9.21.tgz#c345da47beb1390600f3a7cdbde27854824e4482"
3648 - integrity sha512-sEw3ljwCza5dazpJqh04b38vCjNr2Id8vb7LOkYQQR/94iERDIm5jcQinhmwlRnwoGCa+JkNwm0jrCafzZJiwA== 3648 + integrity sha512-hXUoZMrLLjykimFRLDlGNd+K2iYSRh9YwLMKnsVdVZ+9inUKxpqnjhOqlZwocbnYkvJlS+febf9u9aJpDol4Pw==
3649 dependencies: 3649 dependencies:
3650 "@vant/popperjs" "^1.3.0" 3650 "@vant/popperjs" "^1.3.0"
3651 "@vant/use" "^1.6.0" 3651 "@vant/use" "^1.6.0"
3652 - "@vue/shared" "^3.5.12" 3652 + "@vue/shared" "^3.5.17"
3653 3653
3654 vconsole@^3.14.6: 3654 vconsole@^3.14.6:
3655 version "3.14.6" 3655 version "3.14.6"
......