Skip to content

Commit 1cb9419

Browse files
committed
add trac
1 parent 60960a4 commit 1cb9419

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

bun.lockb

459 Bytes
Binary file not shown.

composer.json

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

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"tailwind-merge": "^3.0.2",
3636
"tailwind-variants": "^0.3.1",
3737
"tailwindcss-animate": "^1.0.7",
38+
"tailwindcss-react-aria-components": "^2.0.0",
3839
"vite": "^6.2.1"
3940
}
4041
}

resources/css/app.css

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import "tailwindcss";
22
@plugin 'tailwindcss-animate';
3+
@plugin 'tailwindcss-react-aria-components';
34

45
@variant dark (&:is(.dark *));
56

resources/js/components/header.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import * as React from "react"
32
import { Container } from "ui"
43
import { twMerge } from "tailwind-merge"

0 commit comments

Comments
 (0)