Skip to content

Commit

Permalink
fix: 开发依赖包导致的jsx的ts类型报错
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjing committed Jun 5, 2023
1 parent f131e27 commit 5fea5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vantui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
"docs:release": "node ./scripts/md.js && sh ./build.sh && npx gh-pages -d doc_build -e ./main"
},
"dependencies": {
"@antmjs/doc": "^2.3.11",
"@antmjs/types": "^2.3.11",
"@swc/helpers": "^0.5.0",
"@vant/icons": "^1.7.1",
"ast-to-markdown": "^1.0.0",
Expand All @@ -64,6 +62,8 @@
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@antmjs/doc": "^2.3.11",
"@antmjs/types": "^2.3.11",
"@antmjs/iconfont": "^2.3.3",
"@antmjs/vantui-cli": "3.0.1",
"@tarojs/components": "3.5.7",
Expand Down

0 comments on commit 5fea5b1

Please sign in to comment.