From 4f3a9c44128505a07cae3fb4a0bd20a97812a34b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 17 Dec 2020 18:09:44 +0000 Subject: [PATCH] chore: version 10.2.1 --- ponyracer/package.json | 22 +++++++++++----------- ponyracer/src/polyfills.ts | 4 +++- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 665d93436..d9c9061c9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,22 +11,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~10.2.0", - "@angular/common": "~10.2.0", - "@angular/compiler": "~10.2.0", - "@angular/core": "~10.2.0", - "@angular/forms": "~10.2.0", - "@angular/platform-browser": "~10.2.0", - "@angular/platform-browser-dynamic": "~10.2.0", - "@angular/router": "~10.2.0", + "@angular/animations": "~10.2.4", + "@angular/common": "~10.2.4", + "@angular/compiler": "~10.2.4", + "@angular/core": "~10.2.4", + "@angular/forms": "~10.2.4", + "@angular/platform-browser": "~10.2.4", + "@angular/platform-browser-dynamic": "~10.2.4", + "@angular/router": "~10.2.4", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1002.0", - "@angular/cli": "~10.2.0", - "@angular/compiler-cli": "~10.2.0", + "@angular-devkit/build-angular": "~0.1002.1", + "@angular/cli": "~10.2.1", + "@angular/compiler-cli": "~10.2.4", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/src/polyfills.ts b/ponyracer/src/polyfills.ts index 03711e5d9..d5f67bd91 100644 --- a/ponyracer/src/polyfills.ts +++ b/ponyracer/src/polyfills.ts @@ -18,7 +18,9 @@ * BROWSER POLYFILLS */ -/** IE10 and IE11 requires the following for NgClass support on SVG elements */ +/** + * IE11 requires the following for NgClass support on SVG elements + */ // import 'classlist.js'; // Run `npm install --save classlist.js`. /**