Merge branch '10.x'

This commit is contained in:
Nuno Maduro 2024-01-12 13:48:06 +00:00
commit 1ad4708ddb
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.0...master)
## [v11.0.0 (2023-02-17)](https://github.com/laravel/laravel/compare/v10.0.2...v11.0.0)
## [v11.0.0 (2023-02-17)](https://github.com/laravel/laravel/compare/v10.3.2...v11.0.0)
Laravel 11 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.

View File

@ -6,7 +6,7 @@
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.3",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"vite": "^5.0"
}