From 58ebe9655f2d6c3219b94ba148083a2fd9ac405a Mon Sep 17 00:00:00 2001 From: Amit Moryossef Date: Thu, 30 May 2024 13:41:21 +0200 Subject: [PATCH] chore(): update dependencies --- functions/package.json | 10 ++++---- package.json | 52 ++++++++++++++++++++-------------------- src/manifest.webmanifest | 6 +++-- 3 files changed, 35 insertions(+), 33 deletions(-) diff --git a/functions/package.json b/functions/package.json index 706609fc..10d29373 100644 --- a/functions/package.json +++ b/functions/package.json @@ -29,7 +29,7 @@ "firebase-functions": "5.0.1", "http-errors": "2.0.0", "node-fetch": "2.6.7", - "openai": "4.47.1" + "openai": "4.47.2" }, "devDependencies": { "@firebase/firestore-types": "3.0.2", @@ -37,16 +37,16 @@ "@types/http-errors": "2.0.4", "@types/jest": "29.5.12", "@types/node-fetch": "2.6.11", - "@typescript-eslint/eslint-plugin": "7.10.0", - "@typescript-eslint/parser": "7.10.0", + "@typescript-eslint/eslint-plugin": "7.11.0", + "@typescript-eslint/parser": "7.11.0", "eslint": "8.57.0", "firebase-functions-test": "3.2.0", - "firebase-tools": "13.10.1", + "firebase-tools": "13.10.2", "jest": "29.7.0", "minimatch": "9.0.4", "mock-express-request": "0.2.2", "mock-express-response": "0.3.0", - "ts-jest": "29.1.3", + "ts-jest": "29.1.4", "typescript": "5.4.5" } } diff --git a/package.json b/package.json index b9f4d00a..6b7d8ef8 100644 --- a/package.json +++ b/package.json @@ -38,19 +38,19 @@ }, "private": true, "dependencies": { - "@angular/animations": "18.0.0", - "@angular/cdk": "18.0.0", - "@angular/common": "18.0.0", - "@angular/compiler": "18.0.0", - "@angular/core": "18.0.0", - "@angular/forms": "18.0.0", - "@angular/material": "18.0.0", - "@angular/platform-browser": "18.0.0", - "@angular/platform-browser-dynamic": "18.0.0", - "@angular/platform-server": "18.0.0", - "@angular/router": "18.0.0", - "@angular/service-worker": "18.0.0", - "@angular/ssr": "18.0.1", + "@angular/animations": "18.0.1", + "@angular/cdk": "18.0.1", + "@angular/common": "18.0.1", + "@angular/compiler": "18.0.1", + "@angular/core": "18.0.1", + "@angular/forms": "18.0.1", + "@angular/material": "18.0.1", + "@angular/platform-browser": "18.0.1", + "@angular/platform-browser-dynamic": "18.0.1", + "@angular/platform-server": "18.0.1", + "@angular/router": "18.0.1", + "@angular/service-worker": "18.0.1", + "@angular/ssr": "18.0.2", "@asymmetrik/ngx-leaflet": "17.0.0", "@capacitor-firebase/analytics": "6.0.0", "@capacitor-firebase/app": "6.0.0", @@ -90,8 +90,8 @@ "cld3-asm": "4.0.0", "comlink": "4.4.1", "filesize": "9.0.11", - "firebase": "10.12.1", - "flag-icons": "7.2.2", + "firebase": "10.12.2", + "flag-icons": "7.2.3", "ionicons": "7.4.0", "leaflet": "1.9.4", "mp4-muxer": "4.2.0", @@ -106,15 +106,15 @@ "zone.js": "0.14.6" }, "devDependencies": { - "@angular-devkit/architect": "0.1800.1", - "@angular-devkit/build-angular": "18.0.1", - "@angular-eslint/builder": "17.5.1", - "@angular-eslint/eslint-plugin": "17.5.1", - "@angular-eslint/eslint-plugin-template": "17.5.1", - "@angular-eslint/schematics": "17.5.1", - "@angular-eslint/template-parser": "17.5.1", - "@angular/cli": "18.0.1", - "@angular/compiler-cli": "18.0.0", + "@angular-devkit/architect": "0.1800.2", + "@angular-devkit/build-angular": "18.0.2", + "@angular-eslint/builder": "18.0.1", + "@angular-eslint/eslint-plugin": "18.0.1", + "@angular-eslint/eslint-plugin-template": "18.0.1", + "@angular-eslint/schematics": "18.0.1", + "@angular-eslint/template-parser": "18.0.1", + "@angular/cli": "18.0.2", + "@angular/compiler-cli": "18.0.1", "@capacitor/assets": "3.0.5", "@capacitor/cli": "6.0.0", "@ionic/angular-server": "8.2.0", @@ -131,8 +131,8 @@ "@types/web-app-manifest": "1.0.8", "@types/webgl2": "0.0.11", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "7.10.0", - "@typescript-eslint/parser": "7.10.0", + "@typescript-eslint/eslint-plugin": "7.11.0", + "@typescript-eslint/parser": "7.11.0", "browser-sync": "3.0.2", "deepmerge": "4.3.1", "dotenv": "16.4.5", diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index 6754723a..fca11d3d 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -41,7 +41,9 @@ { "action": "/", "accept": { - "application/*": [".pose"] + "application/*": [ + ".pose" + ] }, "icons": [], "launch_type": "multiple-clients" @@ -77,4 +79,4 @@ ], "description": "Open source web app for sign language translation", "screenshots": [] -} +} \ No newline at end of file