Skip to content

Commit a7b261e

Browse files
committed
chore: upgrade peer dependencies
1 parent 00437e3 commit a7b261e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

projects/auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"tslib": "^2.0.0"
2323
},
2424
"peerDependencies": {
25-
"@angular/common": "^13.0.0-rc.0 || ^13.0.0",
26-
"@angular/core": "^13.0.0-rc.0 || ^13.0.0",
27-
"@ngx-security/core": "^13.0.0-snapshot.0 || ^13.0.0"
25+
"@angular/common": "^14.0.0-rc.0 || ^14.0.0",
26+
"@angular/core": "^14.0.0-rc.0 || ^14.0.0",
27+
"@ngx-security/core": "^14.0.0-snapshot.0 || ^14.0.0"
2828
}
2929
}

projects/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tslib": "^2.0.0"
1818
},
1919
"peerDependencies": {
20-
"@angular/common": "^13.0.0-rc.0 || ^13.0.0",
21-
"@angular/core": "^13.0.0-rc.0 || ^13.0.0"
20+
"@angular/common": "^14.0.0-rc.0 || ^14.0.0",
21+
"@angular/core": "^14.0.0-rc.0 || ^14.0.0"
2222
}
2323
}

projects/permissions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"tslib": "^2.0.0"
2121
},
2222
"peerDependencies": {
23-
"@angular/common": "^13.0.0-rc.0 || ^13.0.0",
24-
"@angular/core": "^13.0.0-rc.0 || ^13.0.0",
25-
"@ngx-security/core": "^13.0.0-snapshot.0 || ^13.0.0"
23+
"@angular/common": "^14.0.0-rc.0 || ^14.0.0",
24+
"@angular/core": "^14.0.0-rc.0 || ^14.0.0",
25+
"@ngx-security/core": "^14.0.0-snapshot.0 || ^14.0.0"
2626
}
2727
}

projects/roles/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"tslib": "^2.0.0"
2020
},
2121
"peerDependencies": {
22-
"@angular/common": "^13.0.0-rc.0 || ^13.0.0",
23-
"@angular/core": "^13.0.0-rc.0 || ^13.0.0",
24-
"@ngx-security/core": "^13.0.0-snapshot.0 || ^13.0.0"
22+
"@angular/common": "^14.0.0-rc.0 || ^14.0.0",
23+
"@angular/core": "^14.0.0-rc.0 || ^14.0.0",
24+
"@ngx-security/core": "^14.0.0-snapshot.0 || ^14.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)