Update package.json

This commit is contained in:
kleap-admin 2026-01-16 17:09:45 +00:00
parent e9c2d60f2b
commit dd7ab26296
1 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.1.2",
"@tabler/icons-react": "^3.35.0",
"@tabler/icons-react": "3.36.1",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^18.2.0",
@ -34,10 +34,10 @@
"cobe": "0.6.5",
"date-fns": "^4.1.0",
"fast-glob": "^3.3.3",
"framer-motion": "^11.11.17",
"framer-motion": "11.18.2",
"geist": "^1.5.1",
"lucide-react": "^0.460.0",
"next": "15.1.1",
"next": "15.1.9",
"next-themes": "^0.4.3",
"prismjs": "^1.30.0",
"react": "^18.3.1",
@ -55,8 +55,8 @@
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "15.1.1",
"eslint-config-next": "15.1.9",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
}
}