Skip to content

Commit

Permalink
chore(): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Dec 27, 2023
1 parent 8caf7ab commit 464c7be
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"firebase-functions": "4.5.0",
"http-errors": "2.0.0",
"node-fetch": "2.6.7",
"openai": "4.23.0"
"openai": "4.24.1"
},
"devDependencies": {
"@firebase/firestore-types": "3.0.0",
"@firebase/rules-unit-testing": "3.0.1",
"@types/http-errors": "2.0.4",
"@types/jest": "29.5.11",
"@types/node-fetch": "2.6.9",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"eslint": "8.56.0",
"firebase-functions-test": "3.1.0",
"firebase-tools": "13.0.2",
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.0.7",
"@angular/animations": "17.0.8",
"@angular/cdk": "17.0.4",
"@angular/common": "17.0.7",
"@angular/compiler": "17.0.7",
"@angular/core": "17.0.7",
"@angular/forms": "17.0.7",
"@angular/common": "17.0.8",
"@angular/compiler": "17.0.8",
"@angular/core": "17.0.8",
"@angular/forms": "17.0.8",
"@angular/material": "17.0.4",
"@angular/platform-browser": "17.0.7",
"@angular/platform-browser-dynamic": "17.0.7",
"@angular/platform-server": "17.0.7",
"@angular/router": "17.0.7",
"@angular/service-worker": "17.0.7",
"@angular/ssr": "17.0.7",
"@angular/platform-browser": "17.0.8",
"@angular/platform-browser-dynamic": "17.0.8",
"@angular/platform-server": "17.0.8",
"@angular/router": "17.0.8",
"@angular/service-worker": "17.0.8",
"@angular/ssr": "17.0.8",
"@asymmetrik/ngx-leaflet": "17.0.0",
"@capacitor-firebase/analytics": "5.3.0",
"@capacitor-firebase/app": "5.3.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.6.1",
"@ionic/angular": "7.6.2",
"@mediapipe/drawing_utils": "0.3.1675466124",
"@mediapipe/holistic": "0.5.1675471629",
"@mediapipe/tasks-text": "^0.10.9",
Expand Down Expand Up @@ -92,25 +92,25 @@
"pose-viewer": "0.7.4",
"rxjs": "7.8.1",
"stats.js": "0.17.0",
"three": "0.159.0",
"three": "0.160.0",
"tslib": "2.6.2",
"web-vitals": "3.5.0",
"webm-muxer": "3.1.3",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/architect": "0.1700.7",
"@angular-devkit/build-angular": "17.0.7",
"@angular-devkit/architect": "0.1700.8",
"@angular-devkit/build-angular": "17.0.8",
"@angular-eslint/builder": "17.1.1",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/schematics": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "17.0.7",
"@angular/compiler-cli": "17.0.7",
"@angular/cli": "17.0.8",
"@angular/compiler-cli": "17.0.8",
"@capacitor/assets": "3.0.4",
"@capacitor/cli": "5.6.0",
"@ionic/angular-server": "7.6.1",
"@ionic/angular-server": "7.6.2",
"@playwright/test": "1.40.1",
"@sign-mt/configuration": "git://github.com/sign/.github.git",
"@trapezedev/project": "7.0.10",
Expand All @@ -120,12 +120,12 @@
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/offscreencanvas": "2019.7.3",
"@types/three": "0.159.0",
"@types/three": "0.160.0",
"@types/web-app-manifest": "1.0.7",
"@types/webgl2": "0.0.10",
"@types/wicg-file-system-access": "2023.10.4",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"deepmerge": "4.3.1",
"dotenv": "16.3.1",
"eslint": "8.56.0",
Expand All @@ -145,12 +145,12 @@
"karma-safari-launcher": "1.0.0",
"karma-spec-reporter": "0.0.36",
"lint-staged": "15.2.0",
"open": "10.0.0",
"open": "10.0.1",
"pwa-asset-generator": "6.3.1",
"sitemap": "7.1.1",
"tiny-async-pool": "2.1.0",
"ts-node": "10.9.2",
"tsx": "4.6.2",
"tsx": "4.7.0",
"typescript": "5.2.2",
"webpack-bundle-analyzer": "4.10.1",
"zod": "3.22.4"
Expand Down

0 comments on commit 464c7be

Please sign in to comment.