Skip to content

Commit

Permalink
chore: merge dev into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zeus-dev committed Oct 8, 2023
1 parent f0fd49e commit 6f6a560
Show file tree
Hide file tree
Showing 86 changed files with 1,422 additions and 1,093 deletions.
2 changes: 1 addition & 1 deletion .m8a/infra/zeus/templates/m8a-dev.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
coder = {
source = "coder/coder"
version = "~> 0.11.0"
version = "~> 0.12.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
118 changes: 93 additions & 25 deletions common/scripts/install-run.js

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

46 changes: 23 additions & 23 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"_phase:build": "pnpm prebuild && tsc --project tsconfig.build.json",
"_phase:test": "jest --detectOpenHandles",
"prebuild": "rimraf dist",
"build": "pnpm prebuild && tsc --project tsconfig.build.json",
"build": "pnpm prebuild && tsc --project tsconfig.build.json && swc src -d dist --config-file .build.swcrc",
"build:watch": "pnpm prebuild && tsc --project tsconfig.build.json --watch",
"dev": "pnpm prebuild && swc src -d dist --config-file .build.swcrc -w",
"dev:old": "pnpm prebuild && tsc --project tsconfig.build.json --watch",
Expand All @@ -40,61 +40,61 @@
"*.ts": "eslint --fix"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.9.4",
"@casl/ability": "~6.5.0",
"@envelop/core": "4.0.1",
"@envelop/core": "4.0.3",
"@graphql-yoga/nestjs": "2.1.0",
"@m8a/nestjs-typegoose": "workspace:*",
"@nestjs/axios": "3.0.0",
"@nestjs/cache-manager": "2.1.0",
"@nestjs/common": "10.2.4",
"@nestjs/core": "10.2.4",
"@nestjs/common": "10.2.5",
"@nestjs/core": "10.2.5",
"@nestjs/event-emitter": "2.0.2",
"@nestjs/graphql": "12.0.8",
"@nestjs/graphql": "12.0.9",
"@nestjs/jwt": "10.1.1",
"@nestjs/passport": "10.0.1",
"@nestjs/platform-fastify": "10.2.4",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-fastify": "10.2.5",
"@ogma/nestjs-module": "5.1.2",
"@ptc-org/nestjs-query-core": "4.0.0",
"@ptc-org/nestjs-query-graphql": "4.0.0",
"@ptc-org/nestjs-query-typegoose": "4.0.0",
"@typegoose/typegoose": "11.5.0",
"@typegoose/typegoose": "11.5.1",
"argon2": "0.31.1",
"axios": "1.5.0",
"cache-manager": "5.2.3",
"cache-manager-redis-yet": "4.1.2",
"camel-case": "4.1.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"fastify": "4.22.2",
"graphql": "16.8.0",
"fastify": "4.23.2",
"graphql": "16.8.1",
"graphql-yoga": "4.0.4",
"mongoose": "7.5.0",
"mongoose": "7.5.2",
"mongoose-autopopulate": "1.0.1",
"ms": "3.0.0-canary.1",
"nest-typed-config": "~2.7.0",
"nest-typed-config": "~2.8.0",
"passport": "0.6.0",
"passport-jwt": "4.0.1",
"redis": "4.6.8"
"redis": "4.6.10"
},
"devDependencies": {
"@apollo/gateway": "2.5.4",
"@apollo/gateway": "2.5.5",
"@m8a/eslint-config": "workspace:*",
"@nestjs/cli": "10.1.17",
"@nestjs/testing": "10.2.4",
"@rushstack/eslint-config": "3.3.3",
"@nestjs/cli": "10.1.18",
"@nestjs/testing": "10.2.5",
"@rushstack/eslint-config": "3.3.4",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.84",
"@types/cache-manager": "4.0.3",
"@types/cache-manager-redis-store": "2.0.2",
"@types/jest": "29.5.4",
"@types/node": "18.17.14",
"@types/passport-jwt": "3.0.9",
"@types/jest": "29.5.5",
"@types/node": "20.8.3",
"@types/passport-jwt": "3.0.10",
"chokidar": "3.5.3",
"dataloader": "2.2.2",
"eslint": "8.48.0",
"eslint": "8.49.0",
"graphql-subscriptions": "2.0.0",
"jest": "29.6.4",
"jest": "29.7.0",
"reflect-metadata": "0.1.13",
"rimraf": "~5.0.0",
"rxjs": "7.8.1",
Expand Down
Loading

0 comments on commit 6f6a560

Please sign in to comment.