Skip to content

Commit

Permalink
Add clsx and tailwind-merge as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
esdete2 committed Jul 4, 2024
1 parent cc1ebd9 commit 42a4027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"lint": "eslint src config"
},
"dependencies": {
"@babel/runtime": "^7.24.7"
"clsx": "^2.1.1",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
Expand All @@ -34,13 +35,13 @@
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@networkteam/zebra": "^1.0.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"clsx": "^2.1.1",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -49,7 +50,6 @@
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.3.0",
"typescript": "^5.5.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 42a4027

Please sign in to comment.