From 5a174938783d0a7a94c3d81ee31dda6fcf7b6f5a Mon Sep 17 00:00:00 2001 From: Richard Qi Date: Wed, 18 Sep 2024 13:02:33 -0700 Subject: [PATCH] retry --- web/package-lock.json | 6 +++--- web/package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index de063bfe..be71959e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -8,12 +8,12 @@ "name": "bcfoi", "version": "0.0.0", "dependencies": { - "@angular/animations": "^7.2.5", + "@angular/animations": "~7.2.5", "@angular/cdk": "^7.2.2", "@angular/common": "~7.2.15", "@angular/compiler": "~7.2.0", - "@angular/core": "7.2.5", - "@angular/forms": "7.2.5", + "@angular/core": "~7.2.5", + "@angular/forms": "~7.2.5", "@angular/platform-browser": "~7.2.0", "@angular/platform-browser-dynamic": "~7.2.0", "@angular/router": "~7.2.0", diff --git a/web/package.json b/web/package.json index 07d9119f..8ef272fc 100644 --- a/web/package.json +++ b/web/package.json @@ -17,12 +17,12 @@ }, "private": true, "dependencies": { - "@angular/animations": "^7.2.5", + "@angular/animations": "~7.2.5", "@angular/cdk": "^7.2.2", "@angular/common": "~7.2.15", "@angular/compiler": "~7.2.0", - "@angular/core": "7.2.5", - "@angular/forms": "7.2.5", + "@angular/core": "~7.2.5", + "@angular/forms": "~7.2.5", "@angular/platform-browser": "~7.2.0", "@angular/platform-browser-dynamic": "~7.2.0", "@angular/router": "~7.2.0",