From 36ceddeb30cdfa7261f9b025f3391d5d5f67a2ae Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 22 Aug 2019 10:56:45 -0300 Subject: [PATCH] ignore p-lock --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8ff34a..df7889b 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ Thumbs.db # Project Settings src/etc/AppSettings.ts +package-lock.json diff --git a/package.json b/package.json index f83688b..c659d6f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^8.0.3", + "@angular/animations": "^8.2.3", "@angular/cdk": "^8.1.3", "@angular/common": "~8.0.0", "@angular/compiler": "~8.0.0", -- 1.9.1