Skip to content

Commit

Permalink
Merge pull request #3402 from IgniteUI/nalipiev/update-17
Browse files Browse the repository at this point in the history
chore(*): update 17
  • Loading branch information
ChronosSF authored Nov 10, 2023
2 parents f106ef6 + 40aee71 commit fc42fb5
Show file tree
Hide file tree
Showing 77 changed files with 9,414 additions and 7,228 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-app-crm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.5.x]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-app-lob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.5.x]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
25 changes: 14 additions & 11 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"root": "",
"sourceRoot": "src",
"projectType": "application",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
Expand All @@ -15,7 +16,10 @@
"index": "src/index.html",
"main": "src/main.ts",
"tsConfig": "src/tsconfig.app.json",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js",
"hammerjs"
],
"assets": [
"src/assets",
"src/favicon.ico"
Expand Down Expand Up @@ -44,7 +48,6 @@
}
],
"optimization": true,
"aot": true,
"outputHashing": "all",
"namedChunks": false,
"extractLicenses": true,
Expand All @@ -63,18 +66,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "my-app:build"
"buildTarget": "my-app:build"
},
"configurations": {
"production": {
"browserTarget": "my-app:build:production"
"buildTarget": "my-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "my-app:build"
"buildTarget": "my-app:build"
}
},
"test": {
Expand Down Expand Up @@ -187,18 +190,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app-lob:build"
"buildTarget": "app-lob:build"
},
"configurations": {
"production": {
"browserTarget": "app-lob:build:production"
"buildTarget": "app-lob:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app-lob:build"
"buildTarget": "app-lob:build"
}
},
"test": {
Expand Down Expand Up @@ -310,18 +313,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app-crm:build"
"buildTarget": "app-crm:build"
},
"configurations": {
"production": {
"browserTarget": "app-crm:build:production"
"buildTarget": "app-crm:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app-crm:build"
"buildTarget": "app-crm:build"
}
},
"test": {
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
- task: Npm@1
inputs:
command: 'custom'
customCommand: 'install --legacy-peer-deps'
customCommand: 'install'
customEndpoint: 'public proget'
env:
AZURE_PIPELINES: "true"
Expand Down
Loading

0 comments on commit fc42fb5

Please sign in to comment.