Skip to content

Commit

Permalink
feat: 更新 @antmjs/vantui 依赖版本至 v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QingyunYang committed Sep 1, 2022
1 parent 742fe20 commit 1c88dab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]
},
"dependencies": {
"@antmjs/vantui": "^1.9.21",
"@antmjs/vantui": "^2.0.0",
"@reduxjs/toolkit": "^1.8.3",
"@tanstack/react-query": "^4.2.3",
"@taroify/core": "0.1.0-alpha.1",
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pages/explorer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type { FC } from 'react'
import { SectionItem } from './components/SectionItem'

const taroComponents = [
{ url: '/sub-packages/taro-components/taroify/index', title: 'taroify' },
{ url: '/sub-packages/taro-components/@antmjs+vantui/index', title: '@antmjs/vantui' },
{ url: '/sub-packages/taro-components/taroify/index', title: 'taroify' },
{ url: '/sub-packages/taro-components/ossaui/index', title: 'ossaui' },
]

Expand Down

0 comments on commit 1c88dab

Please sign in to comment.