Skip to content

Commit

Permalink
fix: phantom deps (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrysShan authored Jul 26, 2023
1 parent b1ec1b5 commit fd7f92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"koa": "^2.13.4",
"reflect-metadata": "^0.1.13",
"ts-jest": "^27.1.3",
"tslib": "^2.4.0",
"typescript": "^4.8.0"
},
"dependencies": {
"@artus/injection": "^0.5.1",
"deepmerge": "^4.2.2",
"minimatch": "^5.0.1"
"minimatch": "^5.0.1",
"tslib": "^2.6.1"
},
"peerDependencies": {
"reflect-metadata": "^0.1.13"
Expand Down

0 comments on commit fd7f92c

Please sign in to comment.