From 529e1c846615dbe8dcd863c354d0f38278428b0b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 19 Sep 2018 10:47:26 +0200 Subject: [PATCH] chore: version 6.1.5 --- ponyracer/package.json | 2 +- ponyracer/src/browserslist | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 33be189eb..6e7eef38c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.7.0", - "@angular/cli": "~6.1.4", + "@angular/cli": "~6.1.5", "@angular/compiler-cli": "^6.1.0", "@angular/language-service": "^6.1.0", "@types/jasmine": "~2.8.6", diff --git a/ponyracer/src/browserslist b/ponyracer/src/browserslist index 8e09ab492..37371cb04 100644 --- a/ponyracer/src/browserslist +++ b/ponyracer/src/browserslist @@ -1,9 +1,11 @@ # This file is currently used by autoprefixer to adjust CSS to support the below specified browsers # For additional information regarding the format and rule options, please see: # https://github.com/browserslist/browserslist#queries -# For IE 9-11 support, please uncomment the last line of the file and adjust as needed +# +# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed + > 0.5% last 2 versions Firefox ESR not dead -# IE 9-11 \ No newline at end of file +not IE 9-11 \ No newline at end of file