Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed May 25, 2023
1 parent 592059a commit 70808e2
Show file tree
Hide file tree
Showing 16 changed files with 69 additions and 69 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
]
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.335.0",
"@aws-sdk/client-dynamodb": "^3.338.0",
"@nestjs/axios": "^2.0.0",
"@nestjs/class-validator": "^0.13.3",
"@nestjs/common": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/config": "^2.3.2",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.0",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/core": "^9.4.2",
"@nestjs/microservices": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/swagger": "^6.3.0",
"@nestjs/terminus": "^9.2.2",
"@nestjs/typeorm": "^9.0.1",
Expand All @@ -78,7 +78,7 @@
"lodash": "^4.17.21",
"mongodb": "^5.3.0",
"mysql": "^2.18.1",
"mysql2": "^3.0.1",
"mysql2": "^3.3.2",
"pg": "^8.5.1",
"redis": "^4.1.0",
"reflect-metadata": "^0.1.13",
Expand All @@ -90,7 +90,7 @@
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/parser": "^7.21.8",
"@babel/parser": "^7.21.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand All @@ -102,7 +102,7 @@
"@elastic/elasticsearch-mock": "^2.0.0",
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.1",
"@nestjs/testing": "^9.4.2",
"@pika/cli": "^0.2.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.2",
Expand All @@ -118,14 +118,14 @@
"@types/jest": "^29.5.1",
"@types/mocha": "^10.0.1",
"@types/mochawesome": "^6.2.1",
"@types/node": "^20.2.1",
"@types/node": "^20.2.3",
"@types/nodemailer": "^6.4.8",
"@types/pug": "^2.0.6",
"@types/supertest": "^2.0.11",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.3",
Expand All @@ -146,10 +146,10 @@
"supertest": "^6.2.2",
"testcontainers": "^9.5.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.3.1",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.0",
"tsconfig-paths": "^4.2.0",
"turbo": "^1.9.8",
"turbo": "^1.9.9",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions packages/archetype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"directory": "../../dist/archetype"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/camunda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"directory": "../../dist/camunda"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.0",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/microservices": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"camunda-external-task-client-js": "^2.3.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
"dependencies": {
"@nestjs/microservices": "^9.4.0",
"@nestjs/microservices": "^9.4.2",
"camunda-external-task-client-js": "^2.3.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"directory": "../../dist/core"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/dynamoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"directory": "../../dist/dynamoose"
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.335.0",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@aws-sdk/client-dynamodb": "^3.338.0",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"dynamoose": "^3.2.0",
"dynamoose-logger": "^3.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.335.0",
"@aws-sdk/client-dynamodb": "^3.338.0",
"dynamoose": "^3.2.0",
"dynamoose-logger": "^3.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/elk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"peerDependencies": {
"@elastic/elasticsearch": "^8.6.0",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"peerDependencies": {
"@nestjs/class-validator": "^0.13.3",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/health/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"peerDependencies": {
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.0",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/microservices": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/swagger": "^6.3.0",
"@nestjs/terminus": "^9.2.2",
"@nestjs/typeorm": "^9.0.1",
Expand All @@ -51,7 +51,7 @@
},
"dependencies": {
"@nestjs/axios": "^2.0.0",
"@nestjs/microservices": "^9.4.0",
"@nestjs/microservices": "^9.4.2",
"@nestjs/swagger": "^6.3.0",
"@nestjs/terminus": "^9.2.2",
"@nestjs/typeorm": "^9.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"directory": "../../dist/http-client"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/config": "^2.3.2",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"axios": "^1.3.6",
"axios-retry": "^3.5.0",
"lodash": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions packages/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"directory": "../../dist/mailer"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"ejs": "^3.1.2",
"glob": "10.2.5",
"glob": "10.2.6",
"handlebars": "^4.7.6",
"inline-css": "4.0.2",
"mjml": "^4.14.0",
Expand All @@ -51,7 +51,7 @@
},
"dependencies": {
"ejs": "^3.1.2",
"glob": "10.2.5",
"glob": "10.2.6",
"handlebars": "^4.7.6",
"inline-css": "4.0.2",
"mjml": "^4.14.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/paas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"directory": "../../dist/paas"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"directory": "../../dist/redis"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"redis": "^4.1.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/response-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"directory": "../../dist/response-parser"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"directory": "../../dist/test-utils"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5",
"testcontainers": "^9.5.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"directory": "../../dist/typeorm"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/typeorm": "^9.0.1",
"mongodb": "^5.3.0",
"mysql": "^2.18.1",
"mysql2": "^3.0.1",
"mysql2": "^3.3.2",
"pg": "^8.5.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5",
Expand All @@ -52,7 +52,7 @@
"@nestjs/typeorm": "^9.0.1",
"mongodb": "^5.3.0",
"mysql": "^2.18.1",
"mysql2": "^3.0.1",
"mysql2": "^3.3.2",
"pg": "^8.5.1",
"typeorm": "^0.3.15"
},
Expand Down
6 changes: 3 additions & 3 deletions plops-templates/packages/basic/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"directory": "../../dist/{{kebabCase packageName}}"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/platform-express": "^9.4.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
Expand Down

0 comments on commit 70808e2

Please sign in to comment.