Skip to content

Commit 14d4186

Browse files
committed
Update SpladeInstallCommand.php
1 parent 04daaa4 commit 14d4186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/SpladeInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function handle(): int
2121
// Install NPM packages...
2222
$this->updateNodePackages(function ($packages) {
2323
return [
24-
'@protonemedia/laravel-splade' => '^0.2.0',
24+
'@protonemedia/laravel-splade' => '^0.3.0',
2525
'@tailwindcss/forms' => '^0.5.2',
2626
'@tailwindcss/typography' => '^0.5.2',
2727
'@vitejs/plugin-vue' => '^3.0.0',

0 commit comments

Comments
 (0)