From b501b1eeaca11e119f29077f4fe1bf37b6b7c5c6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 1 Jul 2020 22:03:20 +0000 Subject: [PATCH] chore: version 10.0.1 --- ponyracer/.browserslistrc | 3 ++- ponyracer/package.json | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ponyracer/.browserslistrc b/ponyracer/.browserslistrc index fb92325c6..8de0b1234 100644 --- a/ponyracer/.browserslistrc +++ b/ponyracer/.browserslistrc @@ -14,4 +14,5 @@ last 2 Edge major versions last 2 Safari major version last 2 iOS major versions Firefox ESR -not IE 9-11 # For IE 9-11 support, remove 'not'. +not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line. +not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. diff --git a/ponyracer/package.json b/ponyracer/package.json index 553e0d8a7..52b04eeef 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,22 +11,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~10.0.0", - "@angular/common": "~10.0.0", - "@angular/compiler": "~10.0.0", - "@angular/core": "~10.0.0", - "@angular/forms": "~10.0.0", - "@angular/platform-browser": "~10.0.0", - "@angular/platform-browser-dynamic": "~10.0.0", - "@angular/router": "~10.0.0", + "@angular/animations": "~10.0.2", + "@angular/common": "~10.0.2", + "@angular/compiler": "~10.0.2", + "@angular/core": "~10.0.2", + "@angular/forms": "~10.0.2", + "@angular/platform-browser": "~10.0.2", + "@angular/platform-browser-dynamic": "~10.0.2", + "@angular/router": "~10.0.2", "rxjs": "~6.5.5", "tslib": "^2.0.0", "zone.js": "~0.10.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1000.0", - "@angular/cli": "~10.0.0", - "@angular/compiler-cli": "~10.0.0", + "@angular-devkit/build-angular": "~0.1000.1", + "@angular/cli": "~10.0.1", + "@angular/compiler-cli": "~10.0.2", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3",