Skip to content

Commit 3458af1

Browse files
committed
chore: remove right-end of peer dependency version ranges
1 parent 23c3dc8 commit 3458af1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/ng-tagcanvas/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"url": "https://github.com/LucHariman/ng-tagcanvas"
1515
},
1616
"peerDependencies": {
17-
"@angular/common": ">=12.2.0 <17",
18-
"@angular/core": ">=12.2.0 <17"
17+
"@angular/common": ">=12.2.0",
18+
"@angular/core": ">=12.2.0"
1919
},
2020
"dependencies": {
2121
"tslib": "^2.3.0",
2222
"jquery-tagcanvas": "^2.9.0"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)