Skip to content

Commit 2834aad

Browse files
committed
bump
1 parent 114573e commit 2834aad

File tree

4 files changed

+34
-33
lines changed

4 files changed

+34
-33
lines changed

bun.lockb

-744 Bytes
Binary file not shown.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "justd/laravel",
3-
"version": "1.4.17",
3+
"version": "1.4.18",
44
"type": "project",
55
"description": "The skeleton application for the Laravel framework.",
66
"keywords": [

composer.lock

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"devDependencies": {
1212
"@biomejs/biome": "^1.9.4",
1313
"@inertiajs/react": "^2.0.5",
14-
"@types/react": "^19.0.11",
14+
"@types/react": "^19.0.12",
1515
"@types/react-dom": "^19.0.4",
1616
"@vitejs/plugin-react": "^4.3.4",
1717
"autoprefixer": "^10.4.21",
18-
"axios": "^1.8.3",
18+
"axios": "^1.8.4",
1919
"husky": "^9.1.7",
2020
"laravel-vite-plugin": "^1.2.0",
2121
"tailwind-merge": "^3.0.2",
2222
"tailwind-variants": "^1.0.0",
23-
"tailwindcss": "^4.0.14",
23+
"tailwindcss": "^4.0.15",
2424
"typescript": "^5.8.2",
2525
"vite-plugin-watch": "^0.3.1"
2626
},
2727
"dependencies": {
28-
"@tailwindcss/vite": "^4.0.14",
29-
"@types/node": "^22.13.10",
28+
"@tailwindcss/vite": "^4.0.15",
29+
"@types/node": "^22.13.11",
3030
"clsx": "^2.1.1",
3131
"justd-icons": "^1.10.25",
3232
"motion": "^12.5.0",
@@ -35,7 +35,7 @@
3535
"react-dom": "^19.0.0",
3636
"sonner": "^2.0.1",
3737
"tailwindcss-react-aria-components": "^2.0.0",
38-
"tw-animate-css": "^1.2.3",
38+
"tw-animate-css": "^1.2.4",
3939
"vite": "^6.2.2"
4040
}
4141
}

0 commit comments

Comments
 (0)