Skip to content

docs(updating): set versions to force major number #3734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/updating/8-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,35 +39,35 @@ npm install @ionic/angular@latest @ionic/angular-server@latest @ionic/angular-to
1. Ionic 8 supports React 17+. Update to the latest version of React:

```shell
npm install react@latest react-dom@latest
npm install react@17 react-dom@17
```

2. Update to the latest version of Ionic 8:

```shell
npm install @ionic/react@latest @ionic/react-router@latest
npm install @ionic/react@8 @ionic/react-router@8
```

### Vue

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

```shell
npm install vue@latest vue-router@latest
npm install vue@^3.0.6 vue-router@^3.0.6
```

2. Update to the latest version of Ionic 8:

```shell
npm install @ionic/vue@latest @ionic/vue-router@latest
npm install @ionic/vue@8 @ionic/vue-router@8
```

### Core

1. Update to the latest version of Ionic 8:

```shell
npm install @ionic/core@latest
npm install @ionic/core@8
```

## Recommended Changes
Expand Down