Skip to content

Commit

Permalink
fix: move reflect-metadata into dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jun 13, 2024
1 parent 2492fb3 commit 1bb5d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ioc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"author": "Webiny Ltd",
"license": "MIT",
"dependencies": {
"inversify": "^6.0.1"
"inversify": "^6.0.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"reflect-metadata": "^0.1.13",
"ttypescript": "^1.5.13",
"typescript": "4.7.4",
"zod": "^3.21.4"
Expand Down

0 comments on commit 1bb5d6a

Please sign in to comment.