Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 3211bba

Browse files
committed
Version bump
1 parent 492be2f commit 3211bba

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

app/package-lock.json

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

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "vite build && vite build --ssr"
66
},
77
"devDependencies": {
8-
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-0.4.5.tgz",
8+
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-0.4.7.tgz",
99
"@tailwindcss/forms": "^0.5.2",
1010
"@tailwindcss/typography": "^0.5.2",
1111
"@vitejs/plugin-vue": "^3.0.0",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protonemedia/laravel-splade",
3-
"version": "0.4.5",
3+
"version": "0.4.7",
44
"description": "Laravel Splade: the magic of Inertia.js with the simplicity of Blade.",
55
"private": false,
66
"author": "Pascal Baljet <[email protected]>",

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.4.5',
24+
'@protonemedia/laravel-splade' => '^0.4.7',
2525
'@tailwindcss/forms' => '^0.5.2',
2626
'@tailwindcss/typography' => '^0.5.2',
2727
'@vitejs/plugin-vue' => '^3.0.0',

0 commit comments

Comments
 (0)