From df9238dd851730958a837cb7977402553a45dca5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 9 Jul 2020 22:03:46 +0000 Subject: [PATCH] chore: version 10.0.2 --- ponyracer/.browserslistrc | 2 +- ponyracer/package.json | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ponyracer/.browserslistrc b/ponyracer/.browserslistrc index 8de0b1234..0ccadaf32 100644 --- a/ponyracer/.browserslistrc +++ b/ponyracer/.browserslistrc @@ -11,7 +11,7 @@ last 1 Chrome version last 1 Firefox version last 2 Edge major versions -last 2 Safari major version +last 2 Safari major versions last 2 iOS major versions Firefox ESR 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. diff --git a/ponyracer/package.json b/ponyracer/package.json index 52b04eeef..02062f45f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,26 +11,26 @@ }, "private": true, "dependencies": { - "@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", + "@angular/animations": "~10.0.3", + "@angular/common": "~10.0.3", + "@angular/compiler": "~10.0.3", + "@angular/core": "~10.0.3", + "@angular/forms": "~10.0.3", + "@angular/platform-browser": "~10.0.3", + "@angular/platform-browser-dynamic": "~10.0.3", + "@angular/router": "~10.0.3", "rxjs": "~6.5.5", "tslib": "^2.0.0", "zone.js": "~0.10.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1000.1", - "@angular/cli": "~10.0.1", - "@angular/compiler-cli": "~10.0.2", + "@angular-devkit/build-angular": "~0.1000.2", + "@angular/cli": "~10.0.2", + "@angular/compiler-cli": "~10.0.3", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", - "codelyzer": "^6.0.0-next.1", + "codelyzer": "^6.0.0", "jasmine-core": "~3.5.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.0.0",