Skip to content

Commit 2bd6cf4

Browse files
authored
Merge pull request #506 from jeremykenedy/npm-updates
Laravel 12 and npm updates
2 parents b983d29 + 4fa168a commit 2bd6cf4

File tree

5 files changed

+129
-103
lines changed

5 files changed

+129
-103
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ part of this repository it is a completely separated Vue 3 front end compiled us
3434

3535
## App Features
3636
##### Built on:
37-
- [Laravel 11.x](https://github.com/laravel/laravel)
37+
- [Laravel 12.x](https://github.com/laravel/laravel)
3838
- [Laravel Sanctum](https://laravel.com/docs/11.x/sanctum)
3939
- [Socialite](https://laravel.com/docs/11.x/socialite)
4040
- [Vite](https://laravel.com/docs/9.x/vite)

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"jeremykenedy/laravel-https": "^2.0",
3333
"jeremykenedy/laravel-roles": "^11.0",
3434
"laravel/cashier": "^15.6",
35-
"laravel/framework": "^11.31",
36-
"laravel/sanctum": "^4.0",
37-
"laravel/socialite": "^5.17",
35+
"laravel/framework": "^12.0",
36+
"laravel/sanctum": "^4.2",
37+
"laravel/socialite": "^5.6",
3838
"laravel/tinker": "^2.9",
3939
"laravel/ui": "^4.6",
4040
"lcobucci/jwt": "^5.5",
@@ -125,20 +125,20 @@
125125
"socialiteproviders/zoho": "^4.1",
126126
"socialiteproviders/zoom": "^4.0",
127127
"spatie/laravel-activitylog": "^4.9",
128-
"spatie/laravel-html": "^3.11",
128+
"spatie/laravel-html": "^3.12",
129129
"spatie/laravel-medialibrary": "^11.9.2",
130130
"spatie/laravel-personal-data-export": "^4.3",
131131
"spatie/laravel-sitemap": "^7.3"
132132
},
133133
"require-dev": {
134134
"barryvdh/laravel-debugbar": "^3.14",
135-
"fakerphp/faker": "^1.23",
135+
"fakerphp/faker": "^1.9.1",
136136
"laravel/breeze": "^2.3",
137137
"laravel/pail": "^1.2",
138138
"laravel/pint": "^1.20",
139139
"laravel/sail": "^1.26",
140140
"mockery/mockery": "^1.6",
141-
"nunomaduro/collision": "^8.1",
141+
"nunomaduro/collision": "^8.8",
142142
"pestphp/pest": "^3.7",
143143
"pestphp/pest-plugin-laravel": "^3.1",
144144
"phpunit/phpunit": "^11.5",

0 commit comments

Comments
 (0)