Skip to content

Commit

Permalink
update angular versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieVangeysel committed Dec 8, 2023
1 parent 1b9c5a8 commit 58315f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/angular-pcm/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@groupclaes/angular-pcm",
"version": "1.15.0",
"version": "1.16.2",
"author": "Group Claes",
"private": false,
"peerDependencies": {
"@angular/common": "^15.0.4",
"@angular/core": "^15.0.4",
"@angular/router": "^15.0.4",
"@angular/platform-browser": "^15.0.4"
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/router": "^16.2.12",
"@angular/platform-browser": "^16.2.12"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.6.2"
}
}

0 comments on commit 58315f3

Please sign in to comment.