Skip to content

Commit

Permalink
Merge pull request #183 from danielmoncada/ng16support
Browse files Browse the repository at this point in the history
feat: update peer dependencies
  • Loading branch information
danielmoncada authored May 11, 2023
2 parents 9f16f1f + 33e6ba9 commit 066ab6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@danielmoncada/angular-datetime-picker",
"version": "16.0.0",
"version": "16.0.1",
"description": "Angular Date Time Picker",
"keywords": [
"Angular",
Expand Down Expand Up @@ -78,8 +78,8 @@
"typescript": "~4.5.4"
},
"peerDependencies": {
"@angular/common": "^13.0.3 || ^14.0.0 || ^15.0.0",
"@angular/core": "^13.0.3 || ^14.0.0 || ^15.0.0",
"@angular/cdk": "^13.0.3 || ^14.0.0 || ^15.0.0"
"@angular/common": "^13.0.3 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/core": "^13.0.3 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/cdk": "^13.0.3 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
}
8 changes: 4 additions & 4 deletions projects/picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@danielmoncada/angular-datetime-picker",
"version": "16.0.0",
"version": "16.0.1",
"description": "Angular Date Time Picker",
"keywords": [
"Angular",
Expand All @@ -24,9 +24,9 @@
"access": "public"
},
"peerDependencies": {
"@angular/common": "^13.0.3 || ^14.0.0 || ^15.0.0",
"@angular/core": "^13.0.3 || ^14.0.0 || ^15.0.0",
"@angular/cdk": "^13.0.3 || ^14.0.0 || ^15.0.0"
"@angular/common": "^13.0.3 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/core": "^13.0.3 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/cdk": "^13.0.3 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"tslib": "^2.3.1"
Expand Down

0 comments on commit 066ab6a

Please sign in to comment.