diff --git a/nx.json b/nx.json index 6971c7edec26..f94a7f35129d 100644 --- a/nx.json +++ b/nx.json @@ -1,7 +1,7 @@ { "tasksRunnerOptions": { "default": { - "runner": "@nrwl/nx-cloud", + "runner": "nx-cloud", "options": { "cacheableOperations": [ "test", diff --git a/package.json b/package.json index 61e86010c09e..120423466236 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "@babel/runtime-corejs3": "7.21.5", "@faker-js/faker": "7.6.0", "@npmcli/arborist": "6.2.9", - "@nrwl/nx-cloud": "16.0.5", "@playwright/test": "1.33.0", "@replayio/playwright": "0.3.28", "@testing-library/jest-dom": "5.16.5", @@ -87,6 +86,7 @@ "nodemon": "2.0.22", "npm-packlist": "7.0.4", "nx": "16.1.3", + "nx-cloud": "16.0.5", "octokit": "2.0.14", "ora": "5.4.1", "prompts": "2.4.2", diff --git a/yarn.lock b/yarn.lock index d73134afebe9..11fb4eb6a9d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -28286,7 +28286,6 @@ __metadata: "@babel/runtime-corejs3": 7.21.5 "@faker-js/faker": 7.6.0 "@npmcli/arborist": 6.2.9 - "@nrwl/nx-cloud": 16.0.5 "@playwright/test": 1.33.0 "@replayio/playwright": 0.3.28 "@testing-library/jest-dom": 5.16.5 @@ -28324,6 +28323,7 @@ __metadata: nodemon: 2.0.22 npm-packlist: 7.0.4 nx: 16.1.3 + nx-cloud: 16.0.5 octokit: 2.0.14 ora: 5.4.1 prompts: 2.4.2