Skip to content

Commit 70ee950

Browse files
authored
fix: peer deps in package.json
1 parent 67babd5 commit 70ee950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/ngxpert/avvvatars/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"postpublish": "cpx package.json ../../../../../projects/ngxpert/avvvatars/ && cpx npm-shrinkwrap.json ../../../../../projects/ngxpert/avvvatars/"
66
},
77
"peerDependencies": {
8-
"@angular/common": ">=18.0.0",
9-
"@angular/core": ">=18.0.0"
8+
"@angular/common": "^18.2.0",
9+
"@angular/core": "^18.2.0"
1010
},
1111
"dependencies": {
1212
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)