From 25d8b36e142925d911147567cbb10e207803db4e Mon Sep 17 00:00:00 2001 From: Portugal Date: Sat, 26 Sep 2020 13:34:25 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=201.8=20support=20m?= =?UTF-8?q?essage=20to=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #7091 --- README.md | 2 +- lib/grunt/plugins.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88afdbdb1a..f74d71a866 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ You can use [jsdelivr.com](https://www.jsdelivr.com)'s cdn url to access the fil # Angular Compatibility -UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.7.x. +UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.8.x. # Feature Stability diff --git a/lib/grunt/plugins.js b/lib/grunt/plugins.js index 1a60951137..97fd81b20b 100644 --- a/lib/grunt/plugins.js +++ b/lib/grunt/plugins.js @@ -329,7 +329,7 @@ module.exports = function(grunt) { 'main': bwr.main, 'ignore': [], 'dependencies': { - 'angular': '>=1.4.0 1.7.x' + 'angular': '>=1.4.0 1.8.x' }, 'repository': pkg.repository, 'homepage': 'http://ui-grid.info',