Skip to content

Commit 078aa6e

Browse files
committed
docs: describe how to bump major versions of dependencies
1 parent bf09d4d commit 078aa6e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ As of v0.11, it's no longer necessary to explicitly install the [vanilla-jsonedi
7373
npm rm json-editor-vue && npm i json-editor-vue
7474
```
7575

76+
> [!Warning]
77+
>
78+
> Not working for major version bump, fot that you can [specify dependency versions](#specify-dependency-versions) (if necessary)
79+
7680
#### Specify Dependency Versions
7781

7882
```json5

docs/README.zh-CN.md

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
npm rm json-editor-vue && npm i json-editor-vue
7474
```
7575

76+
> [!Warning]
77+
>
78+
> 无法升级大版本号,你可以通过[指定依赖版本](#指定依赖版本)来升级大版本(如有必要)
79+
7680
#### 指定依赖版本
7781

7882
```json5

0 commit comments

Comments
 (0)