Skip to content

Commit

Permalink
Update spatie/laravel-ignition & misc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RMartinOscar committed Sep 19, 2024
1 parent 68a0cbb commit c359a8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/Exceptions/ManifestDoesNotExistException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace App\Exceptions;

use Spatie\Ignition\Contracts\Solution;
use Spatie\Ignition\Contracts\ProvidesSolution;
use Spatie\ErrorSolutions\Contracts\Solution;
use Spatie\ErrorSolutions\Contracts\ProvidesSolution;

class ManifestDoesNotExistException extends \Exception implements ProvidesSolution
{
Expand Down
4 changes: 2 additions & 2 deletions app/Exceptions/Solutions/ManifestDoesNotExistSolution.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Exceptions\Solutions;

use Spatie\Ignition\Contracts\Solution;
use Spatie\ErrorSolutions\Contracts\Solution;

class ManifestDoesNotExistSolution implements Solution
{
Expand All @@ -19,7 +19,7 @@ public function getSolutionDescription(): string
public function getDocumentationLinks(): array
{
return [
'Docs' => 'https://github.com/pelican/panel/blob/master/package.json',
'Docs' => 'https://github.com/pelican-dev/panel/blob/main/package.json#L139',
];
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"mockery/mockery": "^1.6.11",
"nunomaduro/collision": "^8.1.1",
"phpunit/phpunit": "^10.5.20",
"spatie/laravel-ignition": "^2.7"
"spatie/laravel-ignition": "^2.8"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"yarn-deduplicate": "^1.1.1"
},
"scripts": {
"clean": "cd public/assets && rimraf -g *.js *.map",
"clean": "rimraf -I -g public/assets/{manifest.json,*.js,*.map}",
"test": "jest",
"lint": "eslint ./resources/scripts/**/*.{ts,tsx} --ext .ts,.tsx",
"watch": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
Expand Down

0 comments on commit c359a8e

Please sign in to comment.