Skip to content

Commit

Permalink
chore(): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Nov 3, 2024
1 parent b0b195e commit 472f657
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
10 changes: 5 additions & 5 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"main": "lib/index.js",
"dependencies": {
"@firebase/database-types": "1.0.6",
"@google-cloud/storage": "7.13.0",
"@google-cloud/storage": "7.14.0",
"@sign-mt/browsermt": "0.2.3",
"@unkey/api": "0.26.2",
"@unkey/ratelimit": "0.4.5",
Expand All @@ -33,7 +33,7 @@
"http-errors": "2.0.0",
"http-proxy-middleware": "^3.0.3",
"node-fetch": "2.6.7",
"openai": "4.68.4",
"openai": "4.70.2",
"request-ip": "3.3.0"
},
"devDependencies": {
Expand All @@ -43,11 +43,11 @@
"@types/jest": "29.5.14",
"@types/node-fetch": "2.6.11",
"@types/request-ip": "0.0.41",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "8.57.0",
"firebase-functions-test": "3.3.0",
"firebase-tools": "13.23.0",
"firebase-tools": "13.23.1",
"jest": "29.7.0",
"minimatch": "10.0.1",
"mock-express-request": "0.2.2",
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.9",
"@angular/cdk": "18.2.10",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/forms": "18.2.9",
"@angular/material": "18.2.10",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/platform-server": "18.2.9",
"@angular/router": "18.2.9",
"@angular/service-worker": "18.2.9",
"@angular/ssr": "18.2.10",
"@angular/animations": "18.2.10",
"@angular/cdk": "18.2.11",
"@angular/common": "18.2.10",
"@angular/compiler": "18.2.10",
"@angular/core": "18.2.10",
"@angular/forms": "18.2.10",
"@angular/material": "18.2.11",
"@angular/platform-browser": "18.2.10",
"@angular/platform-browser-dynamic": "18.2.10",
"@angular/platform-server": "18.2.10",
"@angular/router": "18.2.10",
"@angular/service-worker": "18.2.10",
"@angular/ssr": "18.2.11",
"@asymmetrik/ngx-leaflet": "18.0.1",
"@capacitor-firebase/analytics": "6.2.0",
"@capacitor-firebase/app": "6.2.0",
Expand All @@ -68,7 +68,7 @@
"@capacitor/splash-screen": "6.0.2",
"@ctrl/ngx-github-buttons": "9.0.0",
"@google/model-viewer": "4.0.0",
"@ionic/angular": "8.3.3",
"@ionic/angular": "8.3.4",
"@mediapipe/drawing_utils": "0.3.1675466124",
"@mediapipe/holistic": "0.5.1675471629",
"@mediapipe/tasks-text": "0.10.16",
Expand Down Expand Up @@ -101,25 +101,25 @@
"rxjs": "7.8.1",
"stats.js": "0.17.0",
"swiper": "11.1.14",
"three": "0.169.0",
"tslib": "2.8.0",
"three": "0.170.0",
"tslib": "2.8.1",
"web-vitals": "4.2.4",
"webm-muxer": "5.0.2",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "0.1802.10",
"@angular-devkit/build-angular": "18.2.10",
"@angular-devkit/architect": "0.1802.11",
"@angular-devkit/build-angular": "18.2.11",
"@angular-eslint/builder": "18.4.0",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/schematics": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/cli": "18.2.10",
"@angular/compiler-cli": "18.2.9",
"@angular/cli": "18.2.11",
"@angular/compiler-cli": "18.2.10",
"@capacitor/assets": "3.0.5",
"@capacitor/cli": "6.1.2",
"@ionic/angular-server": "8.3.3",
"@ionic/angular-server": "8.3.4",
"@playwright/test": "1.48.2",
"@sign-mt/configuration": "git://github.com/sign/.github.git",
"@trapezedev/project": "7.0.10",
Expand All @@ -133,8 +133,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": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"browser-sync": "3.0.3",
"deepmerge": "4.3.1",
"dotenv": "16.4.5",
Expand Down

0 comments on commit 472f657

Please sign in to comment.