Skip to content

Commit

Permalink
Merge pull request #1235 from g59/fix/peer
Browse files Browse the repository at this point in the history
fix: add @nestjs/common
  • Loading branch information
9renpoto authored Mar 30, 2022
2 parents 3e55fa0 + 96ca66c commit 2b40bac
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
},
"npmClient": "npm",
"useWorkspaces": true,
"version": "8.2.2"
"version": "8.2.3"
}
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/nestjs-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-firebase",
"version": "8.2.2",
"version": "8.2.3",
"description": "@nestjs with firebase",
"license": "MIT",
"homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase",
Expand All @@ -15,6 +15,7 @@
"firebase"
],
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-graphql-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-graphql-relay",
"version": "8.2.2",
"version": "8.2.3",
"description": "@nestjs/graphql + graphql-relay + typeorm",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-slack-webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-slack-webhook",
"version": "8.2.2",
"version": "8.2.3",
"description": "Nest.js + slack-webhook",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-zendesk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-zendesk",
"version": "8.2.2",
"version": "8.2.3",
"description": "",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2b40bac

Please sign in to comment.