Skip to content

Commit 654fcfc

Browse files
authored
Merge pull request #80 from kreuzerk/feature/a12peerDeps
fix: 🐛 (peers) bump Angular peers to v12
2 parents e180bb3 + a52e2b4 commit 654fcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/ng-sortgrid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"peerDependencies": {
6-
"@angular/common": "^10.0.0",
7-
"@angular/core": "^10.0.0"
6+
"@angular/common": "^12.0.0",
7+
"@angular/core": "^12.0.0"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)