Skip to content

Commit

Permalink
chore(deps): update dependency reflect-metadata to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent 1fca7c9 commit 23fd19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/platform-express": "8.4.1",
"@nestjs/typeorm": "8.0.2",
"mysql2": "2.3.3",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.2.1",
"rimraf": "3.0.2",
"rxjs": "7.5.5",
"typeorm": "0.2.41"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.1.13 || ^0.2.0",
"rxjs": "^7.2.0"
},
"devDependencies": {
Expand All @@ -51,7 +51,7 @@
"jest": "28.1.3",
"npm-run-all2": "5.0.2",
"prettier": "3.2.5",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.2.1",
"release-it": "16.3.0",
"rimraf": "3.0.2",
"rxjs": "7.5.5",
Expand Down

0 comments on commit 23fd19d

Please sign in to comment.