Skip to content

Commit

Permalink
fix: vue依赖问题 (#526
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjing committed Jun 14, 2023
1 parent b76b48e commit fbec524
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions packages/vantui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,11 @@
"dependencies": {
"@swc/helpers": "^0.5.0",
"@vant/icons": "^1.7.1",
"ast-to-markdown": "^1.0.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.6",
"glob": "^10.1.0",
"markdown-to-ast": "^6.0.3",
"prettier": "^2.8.7",
"raf": "^3.4.1",
"rc-util": "^5.14.0",
"use-deep-compare-effect": "^1.8.1",
"vue": "^3.3.4"
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@antmjs/doc": "^2.3.14",
Expand All @@ -71,6 +66,10 @@
"@tarojs/taro": "3.5.7",
"@types/lodash.flow": "^3.5.6",
"style-resources-loader": "^1.5.0",
"swc-loader": "^0.2.3"
"swc-loader": "^0.2.3",
"ast-to-markdown": "^1.0.0",
"glob": "^10.1.0",
"markdown-to-ast": "^6.0.3",
"prettier": "^2.8.7"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18194,7 +18194,7 @@ vue-template-compiler@^2.6.10:
de-indent "^1.0.2"
he "^1.2.0"

vue@^3.0.0, vue@^3.3.4:
vue@^3.0.0:
version "3.3.4"
resolved "https://registry.npmjs.org/vue/-/vue-3.3.4.tgz#8ed945d3873667df1d0fcf3b2463ada028f88bd6"
integrity sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==
Expand Down

0 comments on commit fbec524

Please sign in to comment.