Skip to content

Commit cbfc450

Browse files
committed
fix(lib): upadted the dependencies
1 parent 325a109 commit cbfc450

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects/angular-material-extensions/fab-menu/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/fab-menu",
33
"description": "Angular Material component that allow users to select a county or nationality ",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"homepage": "https://angular-material-extensions.github.io/fab-menu",
66
"author": {
77
"name": "anthonynahas",
@@ -47,10 +47,10 @@
4747
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
4848
},
4949
"peerDependencies": {
50-
"@angular/common": "^10.1.0",
51-
"@angular/core": "^10.1.0",
52-
"@angular/cdk": "~10.2.0",
53-
"@angular/material": "~10.2.0"
50+
"@angular/common": "^11.2.x",
51+
"@angular/core": "^11.2.x",
52+
"@angular/cdk": "~11.x",
53+
"@angular/material": "~11.x"
5454
},
5555
"engines": {
5656
"node": ">=10.13"

0 commit comments

Comments
 (0)