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 9, 2023
1 parent f57f88a commit d3ed62c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "lib/index.js",
"dependencies": {
"@firebase/database-types": "1.0.0",
"@google-cloud/storage": "7.5.0",
"@google-cloud/storage": "7.6.0",
"@sign-mt/browsermt": "0.2.1",
"cors": "2.8.5",
"express": "4.18.2",
Expand All @@ -29,7 +29,7 @@
"firebase-functions": "4.5.0",
"http-errors": "2.0.0",
"node-fetch": "2.6.7",
"openai": "4.16.1"
"openai": "4.17.0"
},
"devDependencies": {
"@firebase/firestore-types": "3.0.0",
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.0.0",
"@angular/animations": "17.0.1",
"@angular/cdk": "17.0.0",
"@angular/common": "17.0.0",
"@angular/compiler": "17.0.0",
"@angular/core": "17.0.0",
"@angular/forms": "17.0.0",
"@angular/common": "17.0.1",
"@angular/compiler": "17.0.1",
"@angular/core": "17.0.1",
"@angular/forms": "17.0.1",
"@angular/material": "17.0.0",
"@angular/platform-browser": "17.0.0",
"@angular/platform-browser-dynamic": "17.0.0",
"@angular/platform-server": "17.0.0",
"@angular/router": "17.0.0",
"@angular/service-worker": "17.0.0",
"@angular/platform-browser": "17.0.1",
"@angular/platform-browser-dynamic": "17.0.1",
"@angular/platform-server": "17.0.1",
"@angular/router": "17.0.1",
"@angular/service-worker": "17.0.1",
"@angular/ssr": "^17.0.0",
"@asymmetrik/ngx-leaflet": "16.0.1",
"@capacitor-firebase/analytics": "5.2.0",
Expand All @@ -61,7 +61,7 @@
"@capacitor/splash-screen": "5.0.6",
"@ctrl/ngx-github-buttons": "9.0.0",
"@google/model-viewer": "3.3.0",
"@ionic/angular": "7.5.3",
"@ionic/angular": "7.5.4",
"@mediapipe/drawing_utils": "0.3.1675466124",
"@mediapipe/holistic": "0.5.1675471629",
"@ngneat/transloco": "6.0.0",
Expand All @@ -83,7 +83,7 @@
"comlink": "4.4.1",
"filesize": "9.0.11",
"firebase": "10.5.2",
"flag-icons": "6.14.0",
"flag-icons": "6.15.0",
"ionicons": "7.2.1",
"leaflet": "1.9.4",
"mp4-muxer": "3.0.2",
Expand All @@ -100,16 +100,16 @@
"devDependencies": {
"@angular-devkit/architect": "0.1700.0",
"@angular-devkit/build-angular": "17.0.0",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular-eslint/builder": "17.0.1",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/schematics": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "17.0.0",
"@angular/compiler-cli": "17.0.0",
"@angular/compiler-cli": "17.0.1",
"@capacitor/assets": "3.0.1",
"@capacitor/cli": "5.5.1",
"@ionic/angular-server": "7.5.3",
"@ionic/angular-server": "7.5.4",
"@playwright/test": "1.39.0",
"@sign-mt/configuration": "git://github.com/sign/.github.git",
"@trapezedev/project": "7.0.10",
Expand Down Expand Up @@ -149,7 +149,7 @@
"sitemap": "7.1.1",
"tiny-async-pool": "2.1.0",
"ts-node": "10.9.1",
"tsx": "3.14.0",
"tsx": "4.0.0",
"typescript": "5.2.2",
"webpack-bundle-analyzer": "4.9.1",
"zod": "3.22.4"
Expand Down
2 changes: 0 additions & 2 deletions update-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ npm install

# filesize: ngx-filesize 3 requires filesize >= 6.0.0 < 10.0.0 as a peer dependency

# TODO @playwright/test 0.140 is buggy for us until updating typescript probably

# Update server dependencies
bun x npm-check-updates --cacheClear --cwd functions -u --reject node-fetch
cd functions && bun install && cd ..

0 comments on commit d3ed62c

Please sign in to comment.