diff --git a/nx.json b/nx.json index 60b6642d..8f6ac89e 100644 --- a/nx.json +++ b/nx.json @@ -1,5 +1,5 @@ { - "extends": "nx/presets/npm.json", + "extends": "@nrwl/workspace/presets/npm.json", "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "build": { diff --git a/package-lock.json b/package-lock.json index 5e904faf..67d319b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "nestjs-command": "^3.1.4", "next": "^14.2.4", "next-plausible": "^3.12.0", - "nx": "18.0.8", + "nx": "^18.0.8", "openai": "^4.47.1", "polotno": "^2.10.5", "prisma-paginate": "^5.2.1", diff --git a/package.json b/package.json index e551b5a6..49d56cc3 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,6 @@ "@uppy/progress-bar": "^3.0.3", "@uppy/react": "^3.1.3", "@virtual-grid/react": "^2.0.2", - "nx": "18.0.8", "array-move": "^4.0.0", "axios": "1.6.7", "bcrypt": "^5.1.1", @@ -103,6 +102,7 @@ "nestjs-command": "^3.1.4", "next": "^14.2.4", "next-plausible": "^3.12.0", + "nx": "^18.0.8", "openai": "^4.47.1", "polotno": "^2.10.5", "prisma-paginate": "^5.2.1",