Skip to content

Commit ade3fd3

Browse files
davidelcheikhDavid Elcheikh
and
David Elcheikh
authored
fix peer dependencies (#13)
Co-authored-by: David Elcheikh <[email protected]>
1 parent 718ca06 commit ade3fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ngrx-http-tracking/projects/ngrx-http-tracking/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@acandylevey/ngrx-http-tracking",
33
"version": "#{GITHUB_TAG_VERSION}#",
44
"peerDependencies": {
5-
"@angular/common": "^16.1.1",
6-
"@angular/core": "^16.1.1"
5+
"@angular/common": "^17.0.5",
6+
"@angular/core": "^17.0.5"
77
},
88
"dependencies": {
99
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)