From 56f6326a2d78fd6caa1b077c6c4c79780f515a3d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Sat, 20 Apr 2019 12:15:57 +0000 Subject: [PATCH] chore: version 8.0.0-beta.16 --- ponyracer/angular.json | 10 ++++------ ponyracer/browserslist | 7 +++++-- ponyracer/package.json | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 1eab1607c..07b97d9e9 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -4,11 +4,11 @@ "newProjectRoot": "projects", "projects": { "ponyracer": { + "projectType": "application", + "schematics": {}, "root": "", "sourceRoot": "src", - "projectType": "application", "prefix": "app", - "schematics": {}, "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", @@ -25,8 +25,7 @@ "styles": [ "src/styles.css" ], - "scripts": [], - "es5BrowserSupport": true + "scripts": [] }, "configurations": { "production": { @@ -115,7 +114,6 @@ } } } - } - }, + }}, "defaultProject": "ponyracer" } \ No newline at end of file diff --git a/ponyracer/browserslist b/ponyracer/browserslist index d6ac0551f..3525779c0 100644 --- a/ponyracer/browserslist +++ b/ponyracer/browserslist @@ -2,12 +2,15 @@ # For additional information regarding the format and rule options, please see: # https://github.com/browserslist/browserslist#queries +# You can see what browsers were selected by your queries by running: +# npx browserslist + # Googlebot uses an older version of Chrome # For additional information see: https://developers.google.com/search/docs/guides/rendering > 0.5% last 2 versions Firefox ESR +Chrome 41 # Support for Googlebot not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. -not Chrome 41 # For Googlebot support, remove 'not'. \ No newline at end of file +not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file diff --git a/ponyracer/package.json b/ponyracer/package.json index 18d108c52..981edda52 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.800.0-beta.13", - "@angular/cli": "~8.0.0-beta.15", + "@angular/cli": "~8.0.0-beta.16", "@angular/compiler-cli": "~8.0.0-beta.12", "@angular/language-service": "~8.0.0-beta.12", "@types/node": "~8.9.4", @@ -34,7 +34,7 @@ "codelyzer": "^5.0.0", "jasmine-core": "~3.4.0", "jasmine-spec-reporter": "~4.2.1", - "karma": "~4.0.1", + "karma": "~4.1.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~2.0.1",