Skip to content

Commit 09f3c5d

Browse files
committed
Declare our peer deps correctly
1 parent 87e3918 commit 09f3c5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/fab-speed-dial/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"license": "MIT",
55
"repository": "github:Ecodev/fab-speed-dial",
66
"dependencies": {
7-
"tslib": "^2.5.3"
7+
"tslib": "^2.6"
88
},
99
"peerDependencies": {
10-
"@angular/common": "^16.1.0",
11-
"@angular/core": "^16.1.2",
12-
"@angular/material": "^16.1.0",
10+
"@angular/common": "^17.1",
11+
"@angular/core": "^17.1",
12+
"@angular/material": "^17.1",
1313
"rxjs": "^7.8.0"
1414
}
1515
}

0 commit comments

Comments
 (0)