Skip to content

Commit 9c51a07

Browse files
committed
chore: depend on performing version locking and removing redundant dependencies
1 parent acad4c4 commit 9c51a07

File tree

5 files changed

+520
-653
lines changed

5 files changed

+520
-653
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"eslint-plugin-react-refresh": "0.4.20",
2323
"eslint-plugin-sort": "4.0.0",
2424
"prettier": "3.6.0",
25+
"tsup": "8.5.0",
2526
"turbo": "2.5.4",
2627
"typescript": "5.8.2"
2728
}

packages/ui-variants/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,5 @@
2323
"clsx": "2.1.1",
2424
"tailwind-merge": "3.3.0",
2525
"tailwind-variants": "1.0.0"
26-
},
27-
"devDependencies": {
28-
"vite": "6.3.5",
29-
"vite-plugin-dts": "4.5.4"
3026
}
3127
}

packages/ui/package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,14 @@
1414
"dependencies": {
1515
"@radix-ui/react-slot": "1.2.3",
1616
"@skyroc-ui/variants": "workspace:*",
17-
"class-variance-authority": "0.7.1",
18-
"clsx": "2.1.1",
17+
"lucide-react": "0.525.0",
1918
"react": "19.1.0",
20-
"react-dom": "19.1.0",
21-
"tailwind-merge": "3.3.1"
19+
"react-dom": "19.1.0"
2220
},
2321
"devDependencies": {
24-
"@turbo/gen": "^2.5.0",
25-
"@types/node": "^22.15.3",
22+
"@turbo/gen": "2.5.0",
23+
"@types/node": "22.15.3",
2624
"@types/react": "19.1.0",
27-
"@types/react-dom": "19.1.1",
28-
"eslint": "^9.30.0",
29-
"typescript": "5.8.2"
25+
"@types/react-dom": "19.1.1"
3026
}
3127
}

playground/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"lucide-react": "^0.525.0",
12+
"lucide-react": "0.525.0",
1313
"next": "15.3.4",
14-
"react": "^19.0.0",
15-
"react-dom": "^19.0.0",
14+
"react": "19.1.0",
15+
"react-dom": "19.1.0",
1616
"skyroc-ui": "workspace:*"
1717
},
1818
"devDependencies": {
1919
"@eslint/eslintrc": "^3",
20-
"@tailwindcss/postcss": "^4",
21-
"@types/node": "^20",
22-
"@types/react": "^19",
23-
"@types/react-dom": "^19",
24-
"eslint": "^9",
20+
"@tailwindcss/postcss": "4.1.11",
21+
"@types/node": "22.15.3",
22+
"@types/react": "19.1.0",
23+
"@types/react-dom": "19.1.1",
24+
"eslint": "9.30.0",
2525
"eslint-config-next": "15.3.4",
26-
"tailwindcss": "^4",
27-
"typescript": "^5"
26+
"skyroc-tailwind-plugin": "workspace:*",
27+
"tailwindcss": "4.1.11"
2828
}
2929
}

0 commit comments

Comments
 (0)