From ad2f5d52c760581c3d8dfaed9a595c4158877e93 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 30 Jul 2019 13:01:48 +0000 Subject: [PATCH] chore: version 8.1.3 --- ponyracer/.gitignore | 4 ++-- ponyracer/package.json | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index f4f46a5fe..86d943a9b 100644 --- a/ponyracer/.gitignore +++ b/ponyracer/.gitignore @@ -11,8 +11,8 @@ /node_modules # profiling files -chrome-profiler-events.json -speed-measure-plugin.json +chrome-profiler-events*.json +speed-measure-plugin*.json # IDEs and editors /.idea diff --git a/ponyracer/package.json b/ponyracer/package.json index 79acb5e19..d013ec9ae 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,23 +11,23 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.1.2", - "@angular/common": "~8.1.2", - "@angular/compiler": "~8.1.2", - "@angular/core": "~8.1.2", - "@angular/forms": "~8.1.2", - "@angular/platform-browser": "~8.1.2", - "@angular/platform-browser-dynamic": "~8.1.2", - "@angular/router": "~8.1.2", + "@angular/animations": "~8.1.3", + "@angular/common": "~8.1.3", + "@angular/compiler": "~8.1.3", + "@angular/core": "~8.1.3", + "@angular/forms": "~8.1.3", + "@angular/platform-browser": "~8.1.3", + "@angular/platform-browser-dynamic": "~8.1.3", + "@angular/router": "~8.1.3", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.801.2", - "@angular/cli": "~8.1.2", - "@angular/compiler-cli": "~8.1.2", - "@angular/language-service": "~8.1.2", + "@angular-devkit/build-angular": "~0.801.3", + "@angular/cli": "~8.1.3", + "@angular/compiler-cli": "~8.1.3", + "@angular/language-service": "~8.1.3", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3",