Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies with constraints #1626

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api/libraries/api-http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend API HTTP client",
"dependencies": {
"qs": "6.13.0"
"qs": "^6.13.0"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/libraries/api-openapi-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
},
"version": "0.3.0",
"dependencies": {
"clone-deep": "4.0.1"
"clone-deep": "^4.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"description": "Backend nodemailer adapter for mail application",
"dependencies": {
"@cornie-js/backend-application-mail": "workspace:*",
"@nestjs/common": "10.4.1",
"@types/nodemailer": "6.4.15",
"nodemailer": "6.9.15"
"@nestjs/common": "^10.4.1",
"nodemailer": "^6.9.15"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand All @@ -17,6 +16,7 @@
"@stryker-mutator/jest-runner": "8.5.0",
"@stryker-mutator/typescript-checker": "8.5.0",
"@types/node": "20.16.5",
"@types/nodemailer": "6.4.15",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"jest": "29.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"description": "Backend apache pulsar adapter for mail application",
"dependencies": {
"@cornie-js/backend-application-messaging": "workspace:*",
"@nestjs/common": "10.4.1",
"@types/nodemailer": "6.4.15",
"pulsar-client": "1.11.1"
"@nestjs/common": "^10.4.1",
"pulsar-client": "^1.11.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/apps/common/backend-app-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend app jwt",
"dependencies": {
"@nestjs/common": "10.4.1",
"@nestjs/common": "^10.4.1",
"@cornie-js/backend-jwt": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/apps/common/backend-app-uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend app jwt",
"dependencies": {
"@nestjs/common": "10.4.1"
"@nestjs/common": "^10.4.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend app mail",
"dependencies": {
"@nestjs/common": "10.4.1"
"@nestjs/common": "^10.4.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend messaging application package",
"dependencies": {
"@nestjs/common": "10.4.1"
"@nestjs/common": "^10.4.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/apps/game/backend-app-game-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
},
"description": "Backend game app env",
"dependencies": {
"@nestjs/common": "10.4.1",
"@nestjs/common": "^10.4.1",
"@cornie-js/backend-env": "workspace:*",
"@cornie-js/backend-jwt": "workspace:*",
"envalid": "8.0.0"
"envalid": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@cornie-js/backend-game-application": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@cornie-js/backend-pub-sub": "workspace:*",
"@nestjs/common": "10.4.1",
"@nestjs/common": "^10.4.1",
"ioredis": "^5.3.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"description": "Backend game adapter pulsar modules",
"dependencies": {
"@nestjs/common": "10.4.1",
"@nestjs/typeorm": "10.0.2",
"@nestjs/common": "^10.4.1",
"@nestjs/typeorm": "^10.0.2",
"@cornie-js/backend-adapter-pulsar": "workspace:*",
"@cornie-js/backend-app-game-env": "workspace:*",
"@cornie-js/backend-game-application": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"description": "Backend user app models",
"dependencies": {
"@nestjs/common": "10.4.1",
"@nestjs/typeorm": "10.0.2",
"@nestjs/common": "^10.4.1",
"@nestjs/typeorm": "^10.0.2",
"@cornie-js/backend-game-application": "workspace:*",
"@cornie-js/backend-game-domain": "workspace:*",
"@cornie-js/backend-common": "workspace:*",
"@cornie-js/backend-db": "workspace:*",
"pg": "8.12.0",
"reflect-metadata": "0.2.2",
"typeorm": "0.3.20"
"pg": "^8.12.0",
"reflect-metadata": "~0.2.2",
"typeorm": "~0.3.20"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@cornie-js/backend-game-domain": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@cornie-js/backend-pub-sub": "workspace:*",
"@nestjs/common": "10.4.1"
"@nestjs/common": "^10.4.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Backend game domain package",
"dependencies": {
"@cornie-js/backend-common": "workspace:*",
"@nestjs/common": "10.4.1"
"@nestjs/common": "^10.4.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@cornie-js/backend-common": "workspace:*",
"@cornie-js/backend-gateway-env": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@nestjs/common": "10.4.1",
"dataloader": "2.2.2",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0"
"@nestjs/common": "^10.4.1",
"dataloader": "^2.2.2",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
},
"description": "Backend user app env",
"dependencies": {
"@nestjs/common": "10.4.1",
"@nestjs/common": "^10.4.1",
"@cornie-js/backend-env": "workspace:*",
"envalid": "8.0.0"
"envalid": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/apps/user/backend-app-user-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
},
"description": "Backend user app env",
"dependencies": {
"@nestjs/common": "10.4.1",
"@nestjs/common": "^10.4.1",
"@cornie-js/backend-env": "workspace:*",
"@cornie-js/backend-jwt": "workspace:*",
"envalid": "8.0.0"
"envalid": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"description": "Backend user typeorm package",
"dependencies": {
"@nestjs/common": "10.4.1",
"@nestjs/typeorm": "10.0.2",
"@nestjs/common": "^10.4.1",
"@nestjs/typeorm": "^10.0.2",
"@cornie-js/backend-user-application": "workspace:*",
"@cornie-js/backend-user-domain": "workspace:*",
"@cornie-js/backend-common": "workspace:*",
"@cornie-js/backend-db": "workspace:*",
"pg": "8.12.0",
"reflect-metadata": "0.2.2",
"typeorm": "0.3.20"
"pg": "^8.12.0",
"reflect-metadata": "~0.2.2",
"typeorm": "~0.3.20"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@cornie-js/backend-db": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@cornie-js/backend-user-domain": "workspace:*",
"@nestjs/common": "10.4.1",
"bcrypt": "5.1.1"
"@nestjs/common": "^10.4.1",
"bcrypt": "^5.1.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Backend user domain package",
"dependencies": {
"@cornie-js/backend-common": "workspace:*",
"@nestjs/common": "10.4.1"
"@nestjs/common": "^10.4.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@cornie-js/backend-common": "workspace:*",
"@cornie-js/api-json-schemas-provider": "workspace:*",
"ajv": "8.17.1"
"ajv": "^8.17.1"
},
"devDependencies": {
"@cornie-js/json-schema-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/libraries/backend-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Backend env library for one-game-js services",
"dependencies": {
"@cornie-js/backend-common": "workspace:*",
"dotenv": "16.4.5"
"dotenv": "^16.4.5"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/libraries/backend-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"@cornie-js/backend-common": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@nestjs/common": "10.4.1",
"graphql": "16.9.0"
"@nestjs/common": "^10.4.1",
"graphql": "^16.9.0"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/backend/libraries/backend-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"@cornie-js/api-models": "workspace:*",
"@cornie-js/backend-common": "workspace:*",
"@cornie-js/backend-jwt": "workspace:*",
"@nestjs/common": "10.4.1",
"http-status-codes": "2.3.0",
"rxjs": "7.8.1"
"@nestjs/common": "^10.4.1",
"http-status-codes": "^2.3.0"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/libraries/backend-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"description": "Backend jwt library for one-game-js services",
"dependencies": {
"@cornie-js/backend-common": "workspace:*",
"@types/jsonwebtoken": "9.0.6",
"jsonwebtoken": "9.0.2"
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@eslint/js": "9.10.0",
"@jest/globals": "29.7.0",
"@stryker-mutator/core": "8.5.0",
"@stryker-mutator/jest-runner": "8.5.0",
"@stryker-mutator/typescript-checker": "8.5.0",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/backend/libraries/backend-monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
},
"description": "Prometheus client library for one-game-js services",
"dependencies": {
"@datadog/pprof": "5.3.0",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/auto-instrumentations-node": "0.50.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.53.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.53.0",
"@opentelemetry/resource-detector-container": "0.4.1",
"@opentelemetry/resource-detector-gcp": "0.29.11",
"@opentelemetry/sdk-metrics": "1.26.0",
"@opentelemetry/sdk-node": "0.53.0",
"@opentelemetry/sdk-trace-node": "1.26.0",
"@opentelemetry/resources": "1.26.0",
"@opentelemetry/semantic-conventions": "1.27.0",
"axios": "1.7.7",
"form-data": "4.0.0"
"@datadog/pprof": "^5.3.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "~0.50.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "~0.53.0",
"@opentelemetry/exporter-trace-otlp-grpc": "~0.53.0",
"@opentelemetry/resource-detector-container": "~0.4.1",
"@opentelemetry/resource-detector-gcp": "~0.29.11",
"@opentelemetry/sdk-metrics": "^1.26.0",
"@opentelemetry/sdk-node": "~0.53.0",
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/resources": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"axios": "^1.7.7",
"form-data": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "9.10.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/backend/services/backend-consumer-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"description": "Backend game consumer for one-game-js",
"dependencies": {
"@fastify/helmet": "11.1.1",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/platform-fastify": "10.4.1",
"@nestjs/typeorm": "10.0.2",
"@fastify/helmet": "^11.1.1",
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-fastify": "^10.4.1",
"@nestjs/typeorm": "^10.0.2",
"@cornie-js/api-models": "workspace:*",
"@cornie-js/backend-adapter-pulsar": "workspace:*",
"@cornie-js/backend-app-game-env": "workspace:*",
Expand All @@ -23,10 +23,10 @@
"@cornie-js/backend-game-application": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@cornie-js/backend-monitoring": "workspace:*",
"fastify": "4.28.1",
"glob": "11.0.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
"fastify": "^4.28.1",
"glob": "^11.0.0",
"reflect-metadata": "~0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@cornie-js/process-manager": "workspace:*",
Expand Down
18 changes: 9 additions & 9 deletions packages/backend/services/backend-service-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"description": "Backend game service for one-game-js",
"dependencies": {
"@fastify/helmet": "11.1.1",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/platform-fastify": "10.4.1",
"@nestjs/typeorm": "10.0.2",
"@fastify/helmet": "^11.1.1",
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-fastify": "^10.4.1",
"@nestjs/typeorm": "^10.0.2",
"@cornie-js/api-models": "workspace:*",
"@cornie-js/backend-adapter-pulsar": "workspace:*",
"@cornie-js/backend-app-game-env": "workspace:*",
Expand All @@ -24,10 +24,10 @@
"@cornie-js/backend-game-application": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@cornie-js/backend-monitoring": "workspace:*",
"fastify": "4.28.1",
"glob": "11.0.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
"fastify": "^4.28.1",
"glob": "^11.0.0",
"reflect-metadata": "~0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@cornie-js/process-manager": "workspace:*",
Expand Down
Loading