From b8463b49ea8f2a00158f3e731f3fbf98c40fe078 Mon Sep 17 00:00:00 2001 From: Amit Moryossef Date: Thu, 19 Sep 2024 08:16:46 +0200 Subject: [PATCH] chore(): update dependencies --- functions/package.json | 12 +++--- package.json | 42 +++++++++---------- .../about-hero/about-hero.component.spec.ts | 6 ++- 3 files changed, 31 insertions(+), 29 deletions(-) diff --git a/functions/package.json b/functions/package.json index fa38620d..3d70c016 100644 --- a/functions/package.json +++ b/functions/package.json @@ -20,19 +20,19 @@ }, "main": "lib/index.js", "dependencies": { - "@firebase/database-types": "1.0.4", - "@google-cloud/storage": "7.12.1", + "@firebase/database-types": "1.0.5", + "@google-cloud/storage": "7.13.0", "@sign-mt/browsermt": "0.2.3", "@unkey/api": "0.26.1", "cors": "2.8.5", "express": "4.21.0", "express-async-errors": "3.1.1", "firebase-admin": "12.5.0", - "firebase-functions": "6.0.0", + "firebase-functions": "6.0.1", "http-errors": "2.0.0", "http-proxy-middleware": "^3.0.2", "node-fetch": "2.6.7", - "openai": "4.61.0" + "openai": "4.62.1" }, "devDependencies": { "@firebase/firestore-types": "3.0.2", @@ -40,8 +40,8 @@ "@types/http-errors": "2.0.4", "@types/jest": "29.5.13", "@types/node-fetch": "2.6.11", - "@typescript-eslint/eslint-plugin": "8.5.0", - "@typescript-eslint/parser": "8.5.0", + "@typescript-eslint/eslint-plugin": "8.6.0", + "@typescript-eslint/parser": "8.6.0", "eslint": "8.57.0", "firebase-functions-test": "3.3.0", "firebase-tools": "13.17.0", diff --git a/package.json b/package.json index 8cdf7061..e451cf43 100644 --- a/package.json +++ b/package.json @@ -38,19 +38,19 @@ }, "private": true, "dependencies": { - "@angular/animations": "18.2.4", + "@angular/animations": "18.2.5", "@angular/cdk": "18.2.4", - "@angular/common": "18.2.4", - "@angular/compiler": "18.2.4", - "@angular/core": "18.2.4", - "@angular/forms": "18.2.4", + "@angular/common": "18.2.5", + "@angular/compiler": "18.2.5", + "@angular/core": "18.2.5", + "@angular/forms": "18.2.5", "@angular/material": "18.2.4", - "@angular/platform-browser": "18.2.4", - "@angular/platform-browser-dynamic": "18.2.4", - "@angular/platform-server": "18.2.4", - "@angular/router": "18.2.4", - "@angular/service-worker": "18.2.4", - "@angular/ssr": "18.2.4", + "@angular/platform-browser": "18.2.5", + "@angular/platform-browser-dynamic": "18.2.5", + "@angular/platform-server": "18.2.5", + "@angular/router": "18.2.5", + "@angular/service-worker": "18.2.5", + "@angular/ssr": "18.2.5", "@asymmetrik/ngx-leaflet": "18.0.1", "@capacitor-firebase/analytics": "6.1.0", "@capacitor-firebase/app": "6.1.0", @@ -68,7 +68,7 @@ "@capacitor/splash-screen": "6.0.2", "@ctrl/ngx-github-buttons": "9.0.0", "@google/model-viewer": "3.5.0", - "@ionic/angular": "8.3.0", + "@ionic/angular": "8.3.1", "@mediapipe/drawing_utils": "0.3.1675466124", "@mediapipe/holistic": "0.5.1675471629", "@mediapipe/tasks-text": "0.10.15", @@ -90,7 +90,7 @@ "cld3-asm": "4.0.0", "comlink": "4.4.1", "filesize": "9.0.11", - "firebase": "10.13.1", + "firebase": "10.13.2", "flag-icons": "7.2.3", "ionicons": "7.4.0", "leaflet": "1.9.4", @@ -107,18 +107,18 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/architect": "0.1802.4", - "@angular-devkit/build-angular": "18.2.4", + "@angular-devkit/architect": "0.1802.5", + "@angular-devkit/build-angular": "18.2.5", "@angular-eslint/builder": "18.3.1", "@angular-eslint/eslint-plugin": "18.3.1", "@angular-eslint/eslint-plugin-template": "18.3.1", "@angular-eslint/schematics": "18.3.1", "@angular-eslint/template-parser": "18.3.1", - "@angular/cli": "18.2.4", - "@angular/compiler-cli": "18.2.4", + "@angular/cli": "18.2.5", + "@angular/compiler-cli": "18.2.5", "@capacitor/assets": "3.0.5", "@capacitor/cli": "6.1.2", - "@ionic/angular-server": "8.3.0", + "@ionic/angular-server": "8.3.1", "@playwright/test": "1.47.1", "@sign-mt/configuration": "git://github.com/sign/.github.git", "@trapezedev/project": "7.0.10", @@ -132,15 +132,15 @@ "@types/web-app-manifest": "1.0.8", "@types/webgl2": "0.0.11", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.5.0", - "@typescript-eslint/parser": "8.5.0", + "@typescript-eslint/eslint-plugin": "8.6.0", + "@typescript-eslint/parser": "8.6.0", "browser-sync": "3.0.2", "deepmerge": "4.3.1", "dotenv": "16.4.5", "eslint": "8.57.0", "fuzzy": "0.1.3", "husky": "9.1.6", - "inquirer": "10.2.2", + "inquirer": "11.0.2", "inquirer-autocomplete-prompt": "3.0.1", "jasmine-axe": "1.1.0", "jasmine-core": "5.3.0", diff --git a/src/app/pages/landing/about/about-hero/about-hero.component.spec.ts b/src/app/pages/landing/about/about-hero/about-hero.component.spec.ts index bdf50ac5..3682d83f 100644 --- a/src/app/pages/landing/about/about-hero/about-hero.component.spec.ts +++ b/src/app/pages/landing/about/about-hero/about-hero.component.spec.ts @@ -4,6 +4,8 @@ import {axe, toHaveNoViolations} from 'jasmine-axe'; import {AboutHeroComponent} from './about-hero.component'; import {AppTranslocoTestingModule} from '../../../../core/modules/transloco/transloco-testing.module'; import {StoresComponent} from '../../../../components/stores/stores.component'; +import {IonicModule} from '@ionic/angular'; +import {NoopAnimationsModule} from '@angular/platform-browser/animations'; describe('AboutHeroComponent', () => { let component: AboutHeroComponent; @@ -11,8 +13,8 @@ describe('AboutHeroComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ - declarations: [AboutHeroComponent, StoresComponent], - imports: [AppTranslocoTestingModule], + declarations: [AboutHeroComponent], + imports: [AppTranslocoTestingModule, IonicModule.forRoot(), NoopAnimationsModule], }).compileComponents(); });