diff --git a/ponyracer/package.json b/ponyracer/package.json index cb8c55f38..fd132aefb 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,23 +11,23 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.0.1", - "@angular/common": "~8.0.1", - "@angular/compiler": "~8.0.1", - "@angular/core": "~8.0.1", - "@angular/forms": "~8.0.1", - "@angular/platform-browser": "~8.0.1", - "@angular/platform-browser-dynamic": "~8.0.1", - "@angular/router": "~8.0.1", + "@angular/animations": "~8.0.3", + "@angular/common": "~8.0.3", + "@angular/compiler": "~8.0.3", + "@angular/core": "~8.0.3", + "@angular/forms": "~8.0.3", + "@angular/platform-browser": "~8.0.3", + "@angular/platform-browser-dynamic": "~8.0.3", + "@angular/router": "~8.0.3", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.800.0", - "@angular/cli": "~8.0.4", - "@angular/compiler-cli": "~8.0.1", - "@angular/language-service": "~8.0.1", + "@angular-devkit/build-angular": "~0.800.5", + "@angular/cli": "~8.0.5", + "@angular/compiler-cli": "~8.0.3", + "@angular/language-service": "~8.0.3", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index d195ba752..a4df54fff 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -6,8 +6,6 @@ "sourceMap": true, "declaration": false, "downlevelIteration": true, - "module": "esnext", - "moduleResolution": "node", "experimentalDecorators": true, "module": "esnext", "moduleResolution": "node", diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json index 188bd78d3..f0adae980 100644 --- a/ponyracer/tslint.json +++ b/ponyracer/tslint.json @@ -4,7 +4,7 @@ "array-type": false, "arrow-parens": false, "deprecation": { - "severity": "warn" + "severity": "warning" }, "component-class-suffix": true, "contextual-lifecycle": true,