From 0afe8969f414fbf9f3327ffc00caac1ad10d0927 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 18 Nov 2020 20:03:43 +0000 Subject: [PATCH] chore: version 11.1.0-next.0 --- ponyracer/package.json | 24 ++++++++++++------------ ponyracer/tsconfig.json | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 505c3d766..7085d086f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,28 +11,28 @@ }, "private": true, "dependencies": { - "@angular/animations": "~11.0.9", - "@angular/common": "~11.0.9", - "@angular/compiler": "~11.0.9", - "@angular/core": "~11.0.9", - "@angular/forms": "~11.0.9", - "@angular/platform-browser": "~11.0.9", - "@angular/platform-browser-dynamic": "~11.0.9", - "@angular/router": "~11.0.9", + "@angular/animations": "~11.1.0-next.0", + "@angular/common": "~11.1.0-next.0", + "@angular/compiler": "~11.1.0-next.0", + "@angular/core": "~11.1.0-next.0", + "@angular/forms": "~11.1.0-next.0", + "@angular/platform-browser": "~11.1.0-next.0", + "@angular/platform-browser-dynamic": "~11.1.0-next.0", + "@angular/router": "~11.1.0-next.0", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1100.7", - "@angular/cli": "~11.0.7", - "@angular/compiler-cli": "~11.0.9", + "@angular-devkit/build-angular": "~0.1101.0-next.0", + "@angular/cli": "~11.1.0-next.0", + "@angular/compiler-cli": "~11.1.0-next.0", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "codelyzer": "^6.0.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", - "karma": "~5.1.0", + "karma": "~5.2.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index d3c1011aa..94a24fe1e 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -22,6 +22,7 @@ ] }, "angularCompilerOptions": { + "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true