Skip to content

Commit

Permalink
fix: update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpam committed Feb 14, 2022
1 parent 6d8db12 commit a032f83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/ngx-masked-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stumpam/ngx-masked-input",
"license": "MIT",
"version": "3.3.0",
"version": "3.3.1",
"description": "Angular Date picker with masked input.",
"homepage": "https://github.com/stumpam/ngx-masked-input",
"author": "Martin Štumpa (https://github.com/stumpam)",
Expand All @@ -24,8 +24,8 @@
"url": "https://github.com/stumpam/ngx-masked-input/issues"
},
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"tslib": "^1.10.0"
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
"tslib": ">=2.0.0"
}
}

0 comments on commit a032f83

Please sign in to comment.