Skip to content

Commit

Permalink
update to ng 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Feb 26, 2024
1 parent 0938ff3 commit 7629b13
Show file tree
Hide file tree
Showing 3 changed files with 1,373 additions and 1,737 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "showcase:build"
"buildTarget": "showcase:build"
},
"configurations": {
"production": {
"browserTarget": "showcase:build:production"
"buildTarget": "showcase:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "showcase:build"
"buildTarget": "showcase:build"
}
},
"test": {
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@angular/animations": "^17.2.2",
"@angular/common": "^17.2.2",
"@angular/compiler": "^17.2.2",
"@angular/core": "^17.2.2",
"@angular/forms": "^17.2.2",
"@angular/platform-browser": "^17.2.2",
"@angular/platform-browser-dynamic": "^17.2.2",
"@angular/router": "^17.2.2",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.13.3"
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/language-service": "^16.0.0",
"@angular-devkit/build-angular": "^17.2.1",
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.2",
"@angular/language-service": "^17.2.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
Expand All @@ -57,12 +57,12 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^16.2.3",
"ng-packagr": "^17.2.0",
"protractor": "~7.0.0",
"svg-to-ts": "^4.1.1",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.9.5",
"typescript": "~5.3.3",
"webpack-bundle-analyzer": "^3.6.1"
}
}
Loading

0 comments on commit 7629b13

Please sign in to comment.