Skip to content

Commit

Permalink
feat: upgrade reflect-metadata to v0.2.1 (#1816)
Browse files Browse the repository at this point in the history
used [email protected] to update lockfile and additionally ran pnpm dedupe too
  • Loading branch information
jmcdo29 authored Feb 9, 2024
2 parents bbbcf26 + 02cd763 commit e7c1594
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 233 deletions.
6 changes: 6 additions & 0 deletions .changeset/lazy-beans-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@ogma/nestjs-module': patch
'@ogma/cli': patch
---

Upgrade reflect-metadata to v0.2.1 and update peer dependency range
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@
"@grpc/proto-loader": "0.7.10",
"@mdx-js/react": "2.3.0",
"@mercuriusjs/gateway": "^2.0.0",
"@nestjs/apollo": "^12.0.9",
"@nestjs/common": "^10.2.7",
"@nestjs/core": "^10.2.7",
"@nestjs/graphql": "^12.0.9",
"@nestjs/mercurius": "^12.0.9",
"@nestjs/microservices": "^10.2.7",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/platform-fastify": "^10.2.7",
"@nestjs/platform-socket.io": "^10.2.7",
"@nestjs/platform-ws": "^10.2.7",
"@nestjs/testing": "^10.2.7",
"@nestjs/websockets": "^10.2.7",
"@nestjs/apollo": "^12.1.0",
"@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.3.2",
"@nestjs/graphql": "^12.1.0",
"@nestjs/mercurius": "^12.1.0",
"@nestjs/microservices": "^10.3.2",
"@nestjs/platform-express": "^10.3.2",
"@nestjs/platform-fastify": "^10.3.2",
"@nestjs/platform-socket.io": "^10.3.2",
"@nestjs/platform-ws": "^10.3.2",
"@nestjs/testing": "^10.3.2",
"@nestjs/websockets": "^10.3.2",
"@nrwl/devkit": "16.10.0",
"@nrwl/eslint-plugin-nx": "16.10.0",
"@nrwl/js": "16.10.0",
Expand Down Expand Up @@ -143,7 +143,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redis": "^4.6.10",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.1",
"remark-directive": "^3.0.0",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"url": "https://github.com/jmcdo29/ogma/issues"
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.3.2",
"@ogma/common": "workspace:^1.0.0",
"nest-commander": "3.9.0",
"reflect-metadata": "0.1.13"
"reflect-metadata": "0.2.1"
},
"bin": {
"ogma": "./src/main.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.0",
"reflect-metadata": "^0.1.0 || ^0.2.1",
"rxjs": "^7.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -37,7 +37,7 @@
"@nestjs/core": {
"required": true
},
"relfect-metadata": {
"reflect-metadata": {
"required": true
},
"rxjs": {
Expand Down
Loading

0 comments on commit e7c1594

Please sign in to comment.