Skip to content

Commit

Permalink
chore(): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Jan 20, 2025
1 parent 5d15b79 commit 4e53253
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@firebase/database-types": "1.0.7",
"@google-cloud/storage": "7.15.0",
"@sign-mt/browsermt": "0.2.3",
"@unkey/api": "0.29.0",
"@unkey/ratelimit": "0.5.0",
"@unkey/api": "0.30.0",
"@unkey/ratelimit": "0.5.1",
"cors": "2.8.5",
"express": "4.21.2",
"express-async-errors": "3.1.1",
Expand All @@ -33,7 +33,7 @@
"http-errors": "2.0.0",
"http-proxy-middleware": "^3.0.3",
"node-fetch": "2.6.7",
"openai": "4.77.4",
"openai": "4.78.0",
"request-ip": "3.3.0"
},
"devDependencies": {
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.6",
"@angular/cdk": "19.0.5",
"@angular/common": "19.0.6",
"@angular/compiler": "19.0.6",
"@angular/core": "19.0.6",
"@angular/forms": "19.0.6",
"@angular/material": "19.0.5",
"@angular/platform-browser": "19.0.6",
"@angular/platform-browser-dynamic": "19.0.6",
"@angular/platform-server": "19.0.6",
"@angular/router": "19.0.6",
"@angular/service-worker": "19.0.6",
"@angular/ssr": "19.0.7",
"@angular/animations": "19.1.2",
"@angular/cdk": "19.1.0",
"@angular/common": "19.1.2",
"@angular/compiler": "19.1.2",
"@angular/core": "19.1.2",
"@angular/forms": "19.1.2",
"@angular/material": "19.1.0",
"@angular/platform-browser": "19.1.2",
"@angular/platform-browser-dynamic": "19.1.2",
"@angular/platform-server": "19.1.2",
"@angular/router": "19.1.2",
"@angular/service-worker": "19.1.2",
"@angular/ssr": "19.1.3",
"@asymmetrik/ngx-leaflet": "18.0.1",
"@capacitor-firebase/analytics": "6.3.1",
"@capacitor-firebase/app": "6.3.1",
Expand Down Expand Up @@ -89,32 +89,32 @@
"comlink": "4.4.2",
"express": "4.21.2",
"filesize": "9.0.11",
"firebase": "11.1.0",
"flag-icons": "7.2.3",
"firebase": "11.2.0",
"flag-icons": "7.3.2",
"ionicons": "7.4.0",
"leaflet": "1.9.4",
"mp4-muxer": "5.1.5",
"ngx-filesize": "3.0.4",
"pose-viewer": "1.0.1",
"rxjs": "7.8.1",
"stats.js": "0.17.0",
"swiper": "11.2.0",
"swiper": "11.2.1",
"three": "0.172.0",
"tslib": "2.8.1",
"web-vitals": "4.2.4",
"webm-muxer": "5.0.3",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "0.1900.7",
"@angular-devkit/build-angular": "19.0.7",
"@angular-devkit/architect": "0.1901.3",
"@angular-devkit/build-angular": "19.1.3",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "19.0.7",
"@angular/compiler-cli": "19.0.6",
"@angular/cli": "19.1.3",
"@angular/compiler-cli": "19.1.2",
"@capacitor/assets": "3.0.5",
"@capacitor/cli": "6.2.0",
"@ionic/angular-server": "8.4.1",
Expand All @@ -132,15 +132,15 @@
"@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.19.1",
"@typescript-eslint/parser": "8.19.1",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"browser-sync": "3.0.3",
"deepmerge": "4.3.1",
"dotenv": "16.4.7",
"eslint": "8.57.0",
"fuzzy": "0.1.3",
"husky": "9.1.7",
"inquirer": "12.3.0",
"inquirer": "12.3.2",
"inquirer-autocomplete-prompt": "3.0.1",
"jasmine-axe": "1.1.0",
"jasmine-core": "5.5.0",
Expand All @@ -153,7 +153,7 @@
"karma-jasmine-html-reporter": "2.1.0",
"karma-safari-launcher": "1.0.0",
"karma-spec-reporter": "0.0.36",
"lint-staged": "15.3.0",
"lint-staged": "15.4.1",
"marked": "15.0.6",
"node-html-parser": "7.0.1",
"npm-license-crawler": "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.config.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {appConfig} from './app.config';

const serverConfig: ApplicationConfig = {
providers: [
// provideServerRendering() //TODO!
// provideServerRendering(), //TODO!
],
};

Expand Down

0 comments on commit 4e53253

Please sign in to comment.