Skip to content

Commit

Permalink
chore: Update Angular dependencies to version 18.2.2
Browse files Browse the repository at this point in the history
Update the Angular dependencies in the test-app/package.json file to version 18.2.2. This includes updating the @angular/common, @angular/compiler, @angular/core, @angular/platform-browser, and @angular/platform-browser-dynamic packages.
  • Loading branch information
so-kaushal committed Aug 29, 2024
1 parent 2893675 commit fd8b66d
Show file tree
Hide file tree
Showing 4 changed files with 6,526 additions and 15,054 deletions.
22 changes: 11 additions & 11 deletions test-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,24 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/test-app",
"outputPath": {
"base": "dist/test-app"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -48,8 +50,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand All @@ -67,7 +67,7 @@
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"options": {
"buildTarget": "test-app:build"
},
Expand All @@ -78,7 +78,7 @@
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "test-app:build"
}
Expand Down
Loading

0 comments on commit fd8b66d

Please sign in to comment.