Skip to content

Commit

Permalink
chore: upgrade nx to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jun 6, 2024
1 parent 50c0332 commit 7ee33b6
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 323 deletions.
7 changes: 3 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
}
}
},
"affected": {
"defaultBase": "main"
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": ["{workspaceRoot}/workspace.json", "{workspaceRoot}/nx.json"],
Expand Down Expand Up @@ -50,5 +47,7 @@
"cache": true
}
},
"nxCloudAccessToken": "OTZlM2FmYjYtMGQ2NS00OWMzLWJkOTQtYTBmYzE0N2Y0OTIyfHJlYWQtd3JpdGU="
"nxCloudAccessToken": "OTZlM2FmYjYtMGQ2NS00OWMzLWJkOTQtYTBmYzE0N2Y0OTIyfHJlYWQtd3JpdGU=",
"useInferencePlugins": false,
"defaultBase": "main"
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"@nestjs/platform-ws": "^10.3.2",
"@nestjs/testing": "^10.3.2",
"@nestjs/websockets": "^10.3.2",
"@nrwl/devkit": "17.3.2",
"@nrwl/eslint-plugin-nx": "17.3.2",
"@nrwl/js": "17.3.2",
"@nrwl/linter": "17.3.2",
"@nrwl/nest": "17.3.2",
"@nrwl/node": "17.3.2",
"@nrwl/workspace": "17.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",
"@swc/register": "^0.1.10",
Expand All @@ -92,8 +92,8 @@
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@types/ws": "8.5.8",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"amqp-connection-manager": "4.1.14",
"amqplib": "0.10.3",
"apollo-server-express": "3.12.1",
Expand All @@ -109,7 +109,7 @@
"conventional-changelog-cli": "^4.1.0",
"cz-conventional-changelog": "^3.3.0",
"decorate-all": "^1.2.1",
"eslint": "8.48.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
Expand All @@ -131,7 +131,7 @@
"nats": "^2.17.0",
"nest-commander": "^3.12.0",
"nest-commander-testing": "3.3.0",
"nx": "17.3.2",
"nx": "18.3.5",
"nx-uvu": "^1.3.1",
"on-exit-leak-free": "^2.1.2",
"pactum": "^3.5.1",
Expand All @@ -149,10 +149,10 @@
"socket.io-client": "4.7.2",
"sonic-boom": "^3.7.0",
"tree-kill": "^1.2.2",
"ts-morph": "18.0.0",
"ts-morph": "21.0.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.3.3",
"typescript": "5.4.5",
"unist-util-visit": "^5.0.0",
"url-loader": "^4.1.1",
"uvu": "^0.5.6",
Expand Down
Loading

0 comments on commit 7ee33b6

Please sign in to comment.