From 5148fca1d1156c03b7d9a088ca431bd451555811 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 11 Aug 2021 22:03:28 +0000 Subject: [PATCH] chore: version 13.0.0-next.0 --- ponyracer/.browserslistrc | 1 - ponyracer/package.json | 22 +++++++++++----------- ponyracer/src/polyfills.ts | 5 ----- ponyracer/tsconfig.json | 2 ++ 4 files changed, 13 insertions(+), 17 deletions(-) diff --git a/ponyracer/.browserslistrc b/ponyracer/.browserslistrc index 427441dc9..4f9ac2698 100644 --- a/ponyracer/.browserslistrc +++ b/ponyracer/.browserslistrc @@ -14,4 +14,3 @@ last 2 Edge major versions last 2 Safari major versions last 2 iOS major versions Firefox ESR -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 39cd5ccbd..e3041b6e0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~12.2.0", - "@angular/common": "~12.2.0", - "@angular/compiler": "~12.2.0", - "@angular/core": "~12.2.0", - "@angular/forms": "~12.2.0", - "@angular/platform-browser": "~12.2.0", - "@angular/platform-browser-dynamic": "~12.2.0", - "@angular/router": "~12.2.0", + "@angular/animations": "~13.0.0-next.0", + "@angular/common": "~13.0.0-next.0", + "@angular/compiler": "~13.0.0-next.0", + "@angular/core": "~13.0.0-next.0", + "@angular/forms": "~13.0.0-next.0", + "@angular/platform-browser": "~13.0.0-next.0", + "@angular/platform-browser-dynamic": "~13.0.0-next.0", + "@angular/router": "~13.0.0-next.0", "rxjs": "~6.6.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~12.2.18", - "@angular/cli": "~12.2.18", - "@angular/compiler-cli": "~12.2.0", + "@angular-devkit/build-angular": "~13.0.0-next.0", + "@angular/cli": "~13.0.0-next.0", + "@angular/compiler-cli": "~13.0.0-next.0", "@types/jasmine": "~3.8.0", "@types/node": "^12.11.1", "jasmine-core": "~3.8.0", diff --git a/ponyracer/src/polyfills.ts b/ponyracer/src/polyfills.ts index 373f538a7..1c1ee04a9 100644 --- a/ponyracer/src/polyfills.ts +++ b/ponyracer/src/polyfills.ts @@ -18,11 +18,6 @@ * BROWSER POLYFILLS */ -/** - * IE11 requires the following for NgClass support on SVG elements - */ -// import 'classlist.js'; // Run `npm install --save classlist.js`. - /** * Web Animations `@angular/platform-browser/animations` * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari. diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 6df828326..9d4bd329a 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -6,6 +6,8 @@ "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true, + "noImplicitOverride": true, + "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "sourceMap": true,