File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
3 . Update to the latest version of Ionic 7:
27
27
28
28
``` shell
29
- npm install @ionic/angular@next
29
+ npm install @ionic/angular@7
30
30
```
31
31
32
32
If you are using Ionic Angular Server, be sure to update that as well:
33
33
34
34
``` shell
35
- npm install @ionic/angular@next @ionic/angular-server@next
35
+ npm install @ionic/angular@7 @ionic/angular-server@7
36
36
```
37
37
38
38
### React
@@ -46,7 +46,7 @@ npm install react@latest react-dom@latest
46
46
2 . Update to the latest version of Ionic 7:
47
47
48
48
``` shell
49
- npm install @ionic/react@next @ionic/react-router@next
49
+ npm install @ionic/react@7 @ionic/react-router@7
50
50
```
51
51
52
52
### Vue
@@ -60,15 +60,15 @@ npm install vue@latest vue-router@latest
60
60
3 . Update to the latest version of Ionic 7:
61
61
62
62
``` shell
63
- npm install @ionic/vue@next @ionic/vue-router@next
63
+ npm install @ionic/vue@7 @ionic/vue-router@7
64
64
```
65
65
66
66
### Core
67
67
68
68
1 . Update to the latest version of Ionic 7:
69
69
70
70
``` shell
71
- npm install @ionic/core@next
71
+ npm install @ionic/core@7
72
72
```
73
73
74
74
## Updating Your Code
You can’t perform that action at this time.
0 commit comments