From 6ddbf2c607c6b2c16ec0aa315358d9f044def5fe Mon Sep 17 00:00:00 2001 From: Nevo David Date: Wed, 11 Sep 2024 17:57:59 +0700 Subject: [PATCH] feat: change extend --- nx.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nx.json b/nx.json index 60b6642d4..8f6ac89ed 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 5e904faf2..67d319b6e 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 e551b5a6e..49d56cc3f 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",