diff --git a/ponyracer/package.json b/ponyracer/package.json index 2f84b5e77..c7e150ecb 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,22 +11,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~11.1.0-next.2", - "@angular/common": "~11.1.0-next.2", - "@angular/compiler": "~11.1.0-next.2", - "@angular/core": "~11.1.0-next.2", - "@angular/forms": "~11.1.0-next.2", - "@angular/platform-browser": "~11.1.0-next.2", - "@angular/platform-browser-dynamic": "~11.1.0-next.2", - "@angular/router": "~11.1.0-next.2", + "@angular/animations": "~11.1.0-next.3", + "@angular/common": "~11.1.0-next.3", + "@angular/compiler": "~11.1.0-next.3", + "@angular/core": "~11.1.0-next.3", + "@angular/forms": "~11.1.0-next.3", + "@angular/platform-browser": "~11.1.0-next.3", + "@angular/platform-browser-dynamic": "~11.1.0-next.3", + "@angular/router": "~11.1.0-next.3", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.11.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1101.0-next.2", - "@angular/cli": "~11.1.0-next.2", - "@angular/compiler-cli": "~11.1.0-next.2", + "@angular-devkit/build-angular": "~0.1101.0-next.3", + "@angular/cli": "~11.1.0-next.3", + "@angular/compiler-cli": "~11.1.0-next.3", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "codelyzer": "^6.0.0", diff --git a/ponyracer/src/polyfills.ts b/ponyracer/src/polyfills.ts index 9b8f300ef..d5f67bd91 100644 --- a/ponyracer/src/polyfills.ts +++ b/ponyracer/src/polyfills.ts @@ -18,7 +18,9 @@ * BROWSER POLYFILLS */ -/** 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`. /**