Skip to content

Commit 3371e0e

Browse files
authoredJul 12, 2024
docs(updating): set versions to force major number (#3734)
1 parent 653bf06 commit 3371e0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎docs/updating/8-0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,35 @@ npm install @ionic/angular@latest @ionic/angular-server@latest @ionic/angular-to
3939
1. Ionic 8 supports React 17+. Update to the latest version of React:
4040

4141
```shell
42-
npm install react@latest react-dom@latest
42+
npm install react@17 react-dom@17
4343
```
4444

4545
2. Update to the latest version of Ionic 8:
4646

4747
```shell
48-
npm install @ionic/react@latest @ionic/react-router@latest
48+
npm install @ionic/react@8 @ionic/react-router@8
4949
```
5050

5151
### Vue
5252

5353
1. Ionic 7 supports Vue 3.0.6+. Update to the latest version of Vue:
5454

5555
```shell
56-
npm install vue@latest vue-router@latest
56+
npm install vue@^3.0.6 vue-router@^3.0.6
5757
```
5858

5959
2. Update to the latest version of Ionic 8:
6060

6161
```shell
62-
npm install @ionic/vue@latest @ionic/vue-router@latest
62+
npm install @ionic/vue@8 @ionic/vue-router@8
6363
```
6464

6565
### Core
6666

6767
1. Update to the latest version of Ionic 8:
6868

6969
```shell
70-
npm install @ionic/core@latest
70+
npm install @ionic/core@8
7171
```
7272

7373
## Recommended Changes

0 commit comments

Comments
 (0)