Skip to content

Commit a1a813a

Browse files
committed
fix: 🐛 update peed dependencies
1 parent 8dab346 commit a1a813a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

projects/ngneat/transloco-messageformat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"messageformat": "^2.3.0"
2727
},
2828
"peerDependencies": {
29-
"@angular/core": ">=4.3.0 <9.0.0",
29+
"@angular/core": ">=4.3.0 <10.0.0",
3030
"@ngneat/transloco": "^2.13.0"
3131
}
3232
}

projects/ngneat/transloco-persist-translations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"license": "MIT",
2323
"peerDependencies": {
24-
"@angular/core": ">=4.3.0 <9.0.0",
24+
"@angular/core": ">=4.3.0 <10.0.0",
2525
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4",
2626
"@ngneat/transloco": "^1.0.0"
2727
}

projects/ngneat/transloco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"lodash.kebabcase": "^4.1.1"
4747
},
4848
"peerDependencies": {
49-
"@angular/core": ">=6.0.0 <9.0.0",
49+
"@angular/core": ">=6.0.0 <10.0.0",
5050
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
5151
},
5252
"license": "MIT"

0 commit comments

Comments
 (0)