Skip to content

Commit e66590b

Browse files
committed
chore: added missing dependencies for tailwindcss
1 parent bdda53e commit e66590b

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

infrastructure/group-charter-manager/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
"dependencies": {
1212
"@radix-ui/react-dropdown-menu": "^2.1.7",
1313
"@radix-ui/react-slot": "^1.2.0",
14+
"@tailwindcss/typography": "^0.5.16",
1415
"class-variance-authority": "^0.7.1",
1516
"clsx": "^2.1.1",
1617
"lucide-react": "^0.453.0",
1718
"next": "15.4.2",
1819
"react": "19.1.0",
1920
"react-dom": "19.1.0",
20-
"tailwind-merge": "^3.3.1"
21+
"tailwind-merge": "^3.3.1",
22+
"tailwindcss-animate": "^1.0.7"
2123
},
2224
"devDependencies": {
2325
"@eslint/eslintrc": "^3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)