Skip to content

Commit

Permalink
fix: tslib phantom dependency (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrysShan authored Mar 15, 2024
1 parent 948a67a commit 43fe13f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"jest": "^27.5.1",
"reflect-metadata": "^0.1.13",
"ts-jest": "^27.1.3",
"tslib": "^2.4.0",
"typescript": "^4.7.2"
},
"dependencies": {
"tslib": "^2.6.2"
}
}

0 comments on commit 43fe13f

Please sign in to comment.