Skip to content

Commit 8efef54

Browse files
committed
feat: 의존성 정리
1 parent 14fa8ac commit 8efef54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"react": "19.1.0",
1919
"react-dom": "19.1.0",
2020
"react-hook-form": "^7.64.0",
21-
"svgo": "^4.0.0"
21+
"svgo": "^4.0.0",
22+
"tailwind-merge": "^3.3.1"
2223
},
2324
"devDependencies": {
2425
"@eslint/eslintrc": "^3",
@@ -31,8 +32,6 @@
3132
"svg-sprite-loader": "^6.0.11",
3233
"tailwindcss": "4.1.14",
3334
"typescript": "^5",
34-
"tailwind-merge": "^3.3.1",
35-
"class-variance-authority": "^0.7.1",
36-
"clsx": "^2.1.1"
35+
"class-variance-authority": "^0.7.1"
3736
}
3837
}

0 commit comments

Comments
 (0)