Skip to content

Commit

Permalink
fix(lib): upadted the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Apr 20, 2021
1 parent 325a109 commit cbfc450
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/angular-material-extensions/fab-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-material-extensions/fab-menu",
"description": "Angular Material component that allow users to select a county or nationality ",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "https://angular-material-extensions.github.io/fab-menu",
"author": {
"name": "anthonynahas",
Expand Down Expand Up @@ -47,10 +47,10 @@
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
},
"peerDependencies": {
"@angular/common": "^10.1.0",
"@angular/core": "^10.1.0",
"@angular/cdk": "~10.2.0",
"@angular/material": "~10.2.0"
"@angular/common": "^11.2.x",
"@angular/core": "^11.2.x",
"@angular/cdk": "~11.x",
"@angular/material": "~11.x"
},
"engines": {
"node": ">=10.13"
Expand Down

0 comments on commit cbfc450

Please sign in to comment.