Skip to content

Commit

Permalink
fix: support typescript 5.1.3 (#62)
Browse files Browse the repository at this point in the history
* fix: improve EV generic type

* chore: upgrade tailwind-merge and typescript

* fix: improve tv return type
  • Loading branch information
tianenpang authored Jun 16, 2023
1 parent 2500bdd commit 44c9584
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 86 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "jest --verbose"
},
"dependencies": {
"tailwind-merge": "^1.10.0"
"tailwind-merge": "^1.13.2"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"tsup": "6.6.3",
"typescript": "4.9.5",
"typescript": "5.1.3",
"webpack": "^5.53.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 44c9584

Please sign in to comment.