From 0a1fb7b3804855c0104f7804606b7ef31e2f99b1 Mon Sep 17 00:00:00 2001 From: Henno Lauinger Date: Wed, 10 Nov 2021 16:21:10 +0100 Subject: [PATCH] update dependencies in readme.md (#342) Peer dependencies were updated in version 3.3.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9cbb49..3ddfe02 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,8 @@ To use the [i18n](https://angular.io/guide/i18n) API for translation of the labe ### Compatibility -* `@angular/core`: `^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0`, -* `@angular/material`: `^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0` +* `@angular/core`: `^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0`, +* `@angular/material`: `^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0` For compatibility with `@angular/core`: `^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0`, use version `1.8.0`.