Skip to content

Commit 62280a4

Browse files
authored
Supports Laravel Nova 5.5.3 (#40)
* Supports Laravel Nova 5.5.3 Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 15732be commit 62280a4

File tree

3 files changed

+28
-38
lines changed

3 files changed

+28
-38
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"symfony/polyfill-php83": "^1.31"
1414
},
1515
"require-dev": {
16-
"laravel/nova": "^5.5.0",
16+
"laravel/nova": "^5.5.3",
1717
"laravel/pint": "^1.17",
1818
"orchestra/pest-plugin-testbench": "^2.0|^3.0",
1919
"orchestra/testbench": "^8.30|^9.8|^10.0",
2020
"phpstan/phpstan": "^2.1",
2121
"spatie/laravel-ray": "^1.39.1"
2222
},
2323
"conflict": {
24-
"laravel/nova": "<5.5.0|>=6.0.0"
24+
"laravel/nova": "<5.5.3|>=6.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

package-lock.json

Lines changed: 23 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": "types/index.d.ts",
66
"devDependencies": {
77
"@babel/preset-typescript": "^7.24.7",
8-
"@inertiajs/vue3": "^2.0.7",
8+
"@inertiajs/vue3": "^2.0.8",
99
"axios": "^1.7.9",
1010
"lodash": "^4.17.21",
1111
"tailwindcss": "^3.4.17",
@@ -23,8 +23,8 @@
2323
"vue-loader": "^17.4.2"
2424
},
2525
"peerDependencies": {
26-
"@inertiajs/core": "^2.0.7",
27-
"@inertiajs/vue3": "^2.0.7",
26+
"@inertiajs/core": "^2.0.8",
27+
"@inertiajs/vue3": "^2.0.8",
2828
"@tailwindcss/container-queries": "^0.1.1",
2929
"@tailwindcss/typography": "^0.5.16",
3030
"axios": "^1.8.4",

0 commit comments

Comments
 (0)