Skip to content

Commit

Permalink
Changed Angular dependencies to v17.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jan 1, 2024
1 parent c45808d commit 11ff25b
Show file tree
Hide file tree
Showing 4 changed files with 3,641 additions and 2,584 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tragically-slick-material",
"version": "0.0.0",
"version": "17.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -30,34 +30,34 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.0",
"@angular/cdk": "^15.2.4",
"@angular/common": "^15.1.0",
"@angular/compiler": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/forms": "^15.1.0",
"@angular/material": "^15.2.4",
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@angular/router": "^15.1.0",
"@angular/animations": "^17",
"@angular/cdk": "^17",
"@angular/common": "^17",
"@angular/compiler": "^17",
"@angular/core": "^17",
"@angular/forms": "^17",
"@angular/material": "^17",
"@angular/platform-browser": "^17",
"@angular/platform-browser-dynamic": "^17",
"@angular/router": "^17",
"@npmcli/fs": "^3.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.3",
"@angular/cli": "~15.1.3",
"@angular/compiler-cli": "^15.1.0",
"@angular-devkit/build-angular": "^17",
"@angular/cli": "^17",
"@angular/compiler-cli": "^17",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^15.1.0",
"ng-packagr": "^17",
"prettier": "^2.8.7",
"typescript": "~4.9.4"
"typescript": "~5.2"
}
}
8 changes: 4 additions & 4 deletions projects/confirmation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@tragically-slick/confirmation",
"description": "A reusable confirmation dialog and service",
"license": "GPL-3.0-only",
"version": "15.0.1",
"version": "17.0.1",
"peerDependencies": {
"@angular/common": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/material": "^15.2.4"
"@angular/common": "^17",
"@angular/core": "^17",
"@angular/material": "^17"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
Loading

0 comments on commit 11ff25b

Please sign in to comment.