Skip to content

Commit

Permalink
chore(): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Jun 21, 2024
1 parent 6aaad53 commit 0951d82
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
14 changes: 7 additions & 7 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@
"cors": "2.8.5",
"express": "4.19.2",
"express-async-errors": "3.1.1",
"firebase-admin": "12.1.1",
"firebase-admin": "12.2.0",
"firebase-functions": "5.0.1",
"http-errors": "2.0.0",
"node-fetch": "2.6.7",
"openai": "4.51.0"
"openai": "4.52.0"
},
"devDependencies": {
"@firebase/firestore-types": "3.0.2",
"@firebase/rules-unit-testing": "3.0.3",
"@types/http-errors": "2.0.4",
"@types/jest": "29.5.12",
"@types/node-fetch": "2.6.11",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"firebase-functions-test": "3.3.0",
"firebase-tools": "13.11.2",
"firebase-tools": "13.11.3",
"jest": "29.7.0",
"minimatch": "9.0.4",
"mock-express-request": "0.2.2",
"mock-express-response": "0.3.0",
"ts-jest": "29.1.4",
"typescript": "5.4.5"
"ts-jest": "29.1.5",
"typescript": "5.5.2"
}
}
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.0.3",
"@angular/cdk": "18.0.3",
"@angular/common": "18.0.3",
"@angular/compiler": "18.0.3",
"@angular/core": "18.0.3",
"@angular/forms": "18.0.3",
"@angular/material": "18.0.3",
"@angular/platform-browser": "18.0.3",
"@angular/platform-browser-dynamic": "18.0.3",
"@angular/platform-server": "18.0.3",
"@angular/router": "18.0.3",
"@angular/service-worker": "18.0.3",
"@angular/ssr": "18.0.4",
"@angular/animations": "18.0.4",
"@angular/cdk": "18.0.4",
"@angular/common": "18.0.4",
"@angular/compiler": "18.0.4",
"@angular/core": "18.0.4",
"@angular/forms": "18.0.4",
"@angular/material": "18.0.4",
"@angular/platform-browser": "18.0.4",
"@angular/platform-browser-dynamic": "18.0.4",
"@angular/platform-server": "18.0.4",
"@angular/router": "18.0.4",
"@angular/service-worker": "18.0.4",
"@angular/ssr": "18.0.5",
"@asymmetrik/ngx-leaflet": "18.0.1",
"@capacitor-firebase/analytics": "6.0.0",
"@capacitor-firebase/app": "6.0.0",
Expand Down Expand Up @@ -94,27 +94,27 @@
"flag-icons": "7.2.3",
"ionicons": "7.4.0",
"leaflet": "1.9.4",
"mp4-muxer": "4.3.1",
"mp4-muxer": "4.3.2",
"ngx-filesize": "3.0.3",
"pose-viewer": "0.7.4",
"pose-viewer": "0.8.0",
"rxjs": "7.8.1",
"stats.js": "0.17.0",
"three": "0.165.0",
"tslib": "2.6.3",
"web-vitals": "4.1.1",
"web-vitals": "4.2.0",
"webm-muxer": "4.0.1",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/architect": "0.1800.4",
"@angular-devkit/build-angular": "18.0.4",
"@angular-devkit/architect": "0.1800.5",
"@angular-devkit/build-angular": "18.0.5",
"@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.4",
"@angular/compiler-cli": "18.0.3",
"@angular/cli": "18.0.5",
"@angular/compiler-cli": "18.0.4",
"@capacitor/assets": "3.0.5",
"@capacitor/cli": "6.1.0",
"@ionic/angular-server": "8.2.2",
Expand All @@ -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.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"browser-sync": "3.0.2",
"deepmerge": "4.3.1",
"dotenv": "16.4.5",
Expand Down Expand Up @@ -160,7 +160,7 @@
"sitemap": "8.0.0",
"tiny-async-pool": "2.1.0",
"ts-node": "10.9.2",
"tsx": "4.15.4",
"tsx": "4.15.7",
"typescript": "5.4.3",
"webpack-bundle-analyzer": "4.10.2",
"zod": "3.23.8"
Expand Down

0 comments on commit 0951d82

Please sign in to comment.