Skip to content

Commit 00db20b

Browse files
committed
fix: add postinstall scripts
1 parent 1625b99 commit 00db20b

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

bun.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
},
3232
},
3333
},
34+
"trustedDependencies": [
35+
"@tailwindcss/oxide",
36+
"oxc-resolver",
37+
"unrs-resolver",
38+
],
3439
"packages": {
3540
"@alloc/quick-lru": ["@alloc/[email protected]", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="],
3641

package.json

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"knip": "knip"
1111
},
1212
"dependencies": {
13-
"@next/third-parties": "^15.5.2",
13+
"@next/third-parties": "^15.5.3",
1414
"class-variance-authority": "^0.7.1",
1515
"clsx": "^2.1.1",
1616
"lucide-react": "^0.534.0",
17-
"next": "^15.5.2",
17+
"next": "^15.5.3",
1818
"next-themes": "^0.4.6",
1919
"radix-ui": "^1.4.3",
2020
"react": "^19.1.1",
@@ -24,15 +24,20 @@
2424
},
2525
"devDependencies": {
2626
"@eslint/eslintrc": "^3.3.1",
27-
"@tailwindcss/postcss": "^4.1.12",
28-
"@types/node": "^24.3.0",
29-
"@types/react": "^19.1.12",
30-
"@types/react-dom": "^19.1.8",
31-
"eslint": "^9.34.0",
32-
"eslint-config-next": "^15.5.2",
33-
"knip": "^5.63.0",
34-
"tailwindcss": "^4.1.12",
35-
"tw-animate-css": "^1.3.7",
27+
"@tailwindcss/postcss": "^4.1.13",
28+
"@types/node": "^24.5.0",
29+
"@types/react": "^19.1.13",
30+
"@types/react-dom": "^19.1.9",
31+
"eslint": "^9.35.0",
32+
"eslint-config-next": "^15.5.3",
33+
"knip": "^5.63.1",
34+
"tailwindcss": "^4.1.13",
35+
"tw-animate-css": "^1.3.8",
3636
"typescript": "^5.9.2"
37-
}
37+
},
38+
"trustedDependencies": [
39+
"@tailwindcss/oxide",
40+
"oxc-resolver",
41+
"unrs-resolver"
42+
]
3843
}

0 commit comments

Comments
 (0)