Skip to content

Commit d0ff05c

Browse files
committed
Update upgrade guide
1 parent 688a632 commit d0ff05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Please see the [Vite migration documentation](https://vitejs.dev/guide/migration
1717

1818
### Upgrade Path
1919

20-
1. Update to the latest version of the `laravel-vite-plugin`, `vite`, and any Vite plugins you may have installed, such as [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) or [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react).
20+
1. Update to the latest version of the `laravel-vite-plugin`, `vite`, and any Vite plugins you may have installed, such as [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) which requires version `^4.5.0` or [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react) which requires version `^4.2.0` to be compatible with Vite 5.
2121

22-
The following command will update `laravel-vite-plugin` and `vite` only:
22+
The following command will update `laravel-vite-plugin` and `vite` only. You may need to include any additional plugin updates as needed by your application:
2323

2424
```
2525
npm install --save-dev vite@^5.0.0 laravel-vite-plugin@^1.0.0

0 commit comments

Comments
 (0)