Skip to content

Commit

Permalink
add [email protected] to dev dependencies (#12)
Browse files Browse the repository at this point in the history
jest tests requires reflect-metadata
  • Loading branch information
98sean98 authored Aug 7, 2023
1 parent 84ab7d0 commit f9e2fc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"class-validator": "^0.14.0",
"graphql": "^16.7.1",
"jest": "^27.4.4",
"reflect-metadata": "^0.1.13",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
},
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2951,6 +2951,11 @@ readdirp@~3.6.0:
dependencies:
picomatch "^2.2.1"

reflect-metadata@^0.1.13:
version "0.1.13"
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08"
integrity sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==

regenerate-unicode-properties@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz#54d09c7115e1f53dc2314a974b32c1c344efe326"
Expand Down

0 comments on commit f9e2fc5

Please sign in to comment.