Skip to content

Commit

Permalink
chore: nx migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jun 27, 2023
1 parent 1325b6f commit 3be93fc
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 706 deletions.
2 changes: 1 addition & 1 deletion benchmarks/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "benchmark-logger",
"name": "benchmark-bench",
"private": true,
"_moduleAliases": {
"@ogma/common": "dist/packages/common/src",
Expand Down
60 changes: 0 additions & 60 deletions migrations.json

This file was deleted.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,25 @@
"@mdx-js/react": "2.3.0",
"@mercuriusjs/gateway": "^1.2.0",
"@nestjs/apollo": "^12.0.1",
"@nestjs/common": "10.0.0",
"@nestjs/core": "10.0.0",
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
"@nestjs/graphql": "^12.0.1",
"@nestjs/mercurius": "^12.0.1",
"@nestjs/microservices": "^10.0.0",
"@nestjs/platform-express": "10.0.0",
"@nestjs/platform-express": "10.0.3",
"@nestjs/platform-fastify": "^10.0.0",
"@nestjs/platform-socket.io": "^10.0.0",
"@nestjs/platform-ws": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@nestjs/testing": "10.0.3",
"@nestjs/websockets": "^10.0.0",
"@nrwl/devkit": "16.3.2",
"@nrwl/eslint-plugin-nx": "16.3.2",
"@nrwl/js": "16.3.2",
"@nrwl/linter": "16.3.2",
"@nrwl/nest": "16.3.2",
"@nrwl/node": "16.3.2",
"@nrwl/devkit": "16.4.0",
"@nrwl/eslint-plugin-nx": "16.4.0",
"@nrwl/js": "16.4.0",
"@nrwl/linter": "16.4.0",
"@nrwl/nest": "16.4.0",
"@nrwl/node": "16.4.0",
"@nrwl/nx-cloud": "16.0.5",
"@nrwl/workspace": "16.3.2",
"@nrwl/workspace": "16.4.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.51",
"@swc/register": "^0.1.10",
Expand Down Expand Up @@ -131,8 +131,8 @@
"nats": "^2.8.0",
"nest-commander": "^3.9.0",
"nest-commander-testing": "3.2.0",
"nx": "16.3.2",
"nx-cloud": "^16.0.5",
"nx": "16.4.0",
"nx-cloud": "16.0.5",
"nx-uvu": "^1.3.0",
"on-exit-leak-free": "^2.1.0",
"pactum": "^3.2.3",
Expand Down
Loading

0 comments on commit 3be93fc

Please sign in to comment.