Skip to content

Commit

Permalink
feat: update react-vant deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 16, 2024
1 parent 3e67440 commit dd67ddf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ The current repository is the official example repository for Vant, which includ
git clone [email protected]:vant-ui/vant-demo.git
```

2. Then, choose the example you need, such as the Vite project example:
2. Then, choose the example you need, such as the Rsbuild project example:

```bash
cd vant/vite
cd vant/rsbuild
```

3. Install the dependencies using `npm` or other package managers, and start the project:
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
git clone [email protected]:vant-ui/vant-demo.git
```

2. 然后选择你需要的示例,比如 Vite 项目示例:
2. 然后选择你需要的示例,比如 Rsbuild 项目示例:

```bash
cd vant/vite
cd vant/rsbuild
```

3. 通过 `npm` 或其他包管理器安装依赖,即可启动项目:
Expand Down
6 changes: 3 additions & 3 deletions react-vant/rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-vant": "^3.2.5"
},
"devDependencies": {
"@rsbuild/core": "^0.7.7",
"@rsbuild/plugin-react": "^0.7.7",
"@rsbuild/plugin-sass": "^0.7.7",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-react": "^1.0.2",
"@rsbuild/plugin-sass": "^1.0.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5.2.2"
Expand Down

0 comments on commit dd67ddf

Please sign in to comment.