Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update nx to v20.3.1
Browse files Browse the repository at this point in the history
taiga-family-bot committed Jan 7, 2025
1 parent f04764d commit c2c57d6
Showing 3 changed files with 44 additions and 35,682 deletions.
65 changes: 37 additions & 28 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,41 @@
{
"workspaceLayout": {
"libsDir": "projects",
"appsDir": "projects"
"workspaceLayout": {
"libsDir": "projects",
"appsDir": "projects"
},
"defaultProject": "demo",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"sharedGlobals": [
"{workspaceRoot}/nx.json",
"{workspaceRoot}/tsconfig.*.json",
"{workspaceRoot}/tsconfig.json"
],
"production": [
"default"
]
},
"targetDefaults": {
"build": {
"inputs": [
"default"
],
"cache": true
},
"defaultProject": "demo",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [
"{workspaceRoot}/nx.json",
"{workspaceRoot}/tsconfig.*.json",
"{workspaceRoot}/tsconfig.json"
],
"production": ["default"]
"test": {
"inputs": [
"default"
],
"cache": true
},
"targetDefaults": {
"build": {
"inputs": ["default"],
"cache": true
},
"test": {
"inputs": ["default"],
"cache": true
},
"lint": {
"cache": true
}
},
"defaultBase": "origin/main",
"useLegacyCache": true
"lint": {
"cache": true
}
},
"defaultBase": "origin/main",
"useLegacyCache": true
}
35,649 changes: 0 additions & 35,649 deletions package-lock.json

This file was deleted.

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -79,6 +79,7 @@
"@taiga-ui/stylelint-config"
]
},
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.16",
"@angular-devkit/core": "16.2.16",
@@ -96,10 +97,11 @@
"@angular/router": "16.2.12",
"@ng-web-apis/common": "4.11.1",
"@ng-web-apis/universal": "4.11.1",
"@nx/angular": "20.1.4",
"@nx/jest": "20.1.4",
"@nx/node": "20.1.4",
"@nx/workspace": "20.1.4",
"@nx/angular": "20.3.1",
"@nx/jest": "20.3.1",
"@nx/module-federation": "20.3.1",
"@nx/node": "20.3.1",
"@nx/workspace": "20.3.1",
"@swc/helpers": "0.5.15",
"@taiga-ui/auto-changelog-config": "0.238.0",
"@taiga-ui/browserslist-config": "0.238.0",
@@ -124,7 +126,7 @@
"lint-staged": "15.2.11",
"ng-packagr": "16.2.3",
"ngx-highlightjs": "10.0.0",
"nx": "20.1.4",
"nx": "20.3.1",
"release-it": "17.10.0",
"rxjs": "7.8.1",
"ts-jest": "29.2.5",

0 comments on commit c2c57d6

Please sign in to comment.