feat: change extend
This commit is contained in:
parent
acf5e65da7
commit
6ddbf2c607
2
nx.json
2
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",
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||||
"targetDefaults": {
|
"targetDefaults": {
|
||||||
"build": {
|
"build": {
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
"nestjs-command": "^3.1.4",
|
"nestjs-command": "^3.1.4",
|
||||||
"next": "^14.2.4",
|
"next": "^14.2.4",
|
||||||
"next-plausible": "^3.12.0",
|
"next-plausible": "^3.12.0",
|
||||||
"nx": "18.0.8",
|
"nx": "^18.0.8",
|
||||||
"openai": "^4.47.1",
|
"openai": "^4.47.1",
|
||||||
"polotno": "^2.10.5",
|
"polotno": "^2.10.5",
|
||||||
"prisma-paginate": "^5.2.1",
|
"prisma-paginate": "^5.2.1",
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,6 @@
|
||||||
"@uppy/progress-bar": "^3.0.3",
|
"@uppy/progress-bar": "^3.0.3",
|
||||||
"@uppy/react": "^3.1.3",
|
"@uppy/react": "^3.1.3",
|
||||||
"@virtual-grid/react": "^2.0.2",
|
"@virtual-grid/react": "^2.0.2",
|
||||||
"nx": "18.0.8",
|
|
||||||
"array-move": "^4.0.0",
|
"array-move": "^4.0.0",
|
||||||
"axios": "1.6.7",
|
"axios": "1.6.7",
|
||||||
"bcrypt": "^5.1.1",
|
"bcrypt": "^5.1.1",
|
||||||
|
|
@ -103,6 +102,7 @@
|
||||||
"nestjs-command": "^3.1.4",
|
"nestjs-command": "^3.1.4",
|
||||||
"next": "^14.2.4",
|
"next": "^14.2.4",
|
||||||
"next-plausible": "^3.12.0",
|
"next-plausible": "^3.12.0",
|
||||||
|
"nx": "^18.0.8",
|
||||||
"openai": "^4.47.1",
|
"openai": "^4.47.1",
|
||||||
"polotno": "^2.10.5",
|
"polotno": "^2.10.5",
|
||||||
"prisma-paginate": "^5.2.1",
|
"prisma-paginate": "^5.2.1",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue