mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
build(deps): update Node.js to v24.0.2 to address security issue
Ref: https://nodejs.org/en/blog/release/v24.0.2
This commit is contained in:
@ -12,9 +12,6 @@ export default typescriptESLint.config(
|
||||
{
|
||||
name: "config-eslint/nextjs",
|
||||
settings: {
|
||||
tailwindcss: {
|
||||
callees: ["classNames", "cva"],
|
||||
},
|
||||
react: {
|
||||
version: "detect",
|
||||
},
|
||||
|
4
configs/config-tailwind/index.d.ts
vendored
4
configs/config-tailwind/index.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
import type { Config } from "tailwindcss"
|
||||
|
||||
export default Config
|
||||
declare const config: Config
|
||||
|
||||
export default config
|
||||
|
@ -1,10 +1,11 @@
|
||||
@import "tailwindcss";
|
||||
@config "./tailwind.config.js";
|
||||
|
||||
@source "../../packages/ui";
|
||||
@source "../../packages/blog";
|
||||
@source "../../apps/website";
|
||||
@source "../../apps/website/app";
|
||||
@source "../../apps/website/components";
|
||||
@source "../../apps/storybook/.storybook";
|
||||
@source "../../packages/ui/src";
|
||||
@source "../../packages/blog/src";
|
||||
|
||||
@import "@fontsource/montserrat/400.css" layer(base);
|
||||
@import "@fontsource/montserrat/500.css" layer(base);
|
||||
|
Reference in New Issue
Block a user