Skip to content

Commit

Permalink
chore: upgrade nx to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jun 6, 2024
1 parent 7ee33b6 commit 7d45fce
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 254 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ tags
.docusaurus/
.cache-loader/

.nx/cache
.nx/cache
.nx/workspace-data
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pnpm-lock.yaml

/.nx/cache
/.nx/cache
/.nx/workspace-data
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
"@nestjs/platform-ws": "^10.3.2",
"@nestjs/testing": "^10.3.2",
"@nestjs/websockets": "^10.3.2",
"@nrwl/devkit": "18.3.5",
"@nrwl/eslint-plugin-nx": "18.3.5",
"@nrwl/js": "18.3.5",
"@nrwl/linter": "18.3.5",
"@nrwl/nest": "18.3.5",
"@nrwl/node": "18.3.5",
"@nrwl/workspace": "18.3.5",
"@swc/cli": "^0.1.62",
"@swc/core": "1.3.93",
"@nrwl/devkit": "19.2.0",
"@nrwl/eslint-plugin-nx": "19.2.0",
"@nrwl/js": "19.2.0",
"@nrwl/linter": "19.2.0",
"@nrwl/nest": "19.2.0",
"@nrwl/node": "19.2.0",
"@nrwl/workspace": "19.2.0",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/register": "^0.1.10",
"@types/benchmark": "^2.1.4",
"@types/bunyan": "^1.8.10",
Expand Down Expand Up @@ -131,7 +131,7 @@
"nats": "^2.17.0",
"nest-commander": "^3.12.0",
"nest-commander-testing": "3.3.0",
"nx": "18.3.5",
"nx": "19.2.0",
"nx-uvu": "^1.3.1",
"on-exit-leak-free": "^2.1.2",
"pactum": "^3.5.1",
Expand Down
Loading

0 comments on commit 7d45fce

Please sign in to comment.