Skip to content

Commit 91b6bc9

Browse files
committed
Fix dependencies
1 parent d5159ce commit 91b6bc9

File tree

3 files changed

+15
-252
lines changed

3 files changed

+15
-252
lines changed

apps/plugin/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
"backend": "workspace:*",
1515
"clsx": "^2.1.1",
1616
"copy-to-clipboard": "^3.3.3",
17-
"lucide-react": "^0.479.0",
17+
"lucide-react": "^0.483.0",
1818
"motion": "^12.5.0",
1919
"nanoid": "^5.1.5",
2020
"plugin-ui": "workspace:*",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
23-
"tailwind-merge": "^3.0.2",
24-
"tailwindcss-animate": "^1.0.7"
23+
"tailwind-merge": "^3.0.2"
2524
},
2625
"devDependencies": {
2726
"@tailwindcss/postcss": "^4.0.14",

packages/plugin-ui/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
"@types/react-syntax-highlighter": "15.5.13",
1616
"clsx": "^2.1.1",
1717
"copy-to-clipboard": "^3.3.3",
18-
"lucide-react": "^0.479.0",
18+
"lucide-react": "^0.483.0",
1919
"react": "^19.0.0",
2020
"react-syntax-highlighter": "^15.6.1",
2121
"tailwind-merge": "^3.0.2",
22-
"tailwindcss": "3.4.6",
23-
"tailwindcss-animate": "^1.0.7"
22+
"tailwindcss": "^4.0.14"
2423
},
2524
"devDependencies": {
2625
"eslint": "^9.22.0",

0 commit comments

Comments
 (0)