Skip to content

Commit 221676b

Browse files
committed
Improve upgrade guide
1 parent c137278 commit 221676b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please see the [Vite migration documentation](https://vitejs.dev/guide/migration
2121
The following command will update `laravel-vite-plugin` and `vite` only:
2222

2323
```
24-
npm install vite@^5.0.0 laravel-vite-plugin@^1.0.0
24+
npm install --save-dev vite@^5.0.0 laravel-vite-plugin@^1.0.0
2525
```
2626

2727
You should also check the upgrade guide and changelogs for any packages you update, including [Vite's migrations guide](https://vitejs.dev/guide/migration.html).

0 commit comments

Comments
 (0)