Skip to content

Commit

Permalink
chore(): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Oct 19, 2023
1 parent 5a2eed1 commit 6b30520
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@firebase/rules-unit-testing": "^3.0.1",
"@types/http-errors": "^2.0.3",
"@types/jest": "29.5.6",
"@types/node-fetch": "^2.6.6",
"@types/node-fetch": "^2.6.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.9",
"@angular/cdk": "16.2.8",
"@angular/common": "16.2.9",
"@angular/compiler": "16.2.9",
"@angular/core": "16.2.9",
"@angular/forms": "16.2.9",
"@angular/material": "16.2.8",
"@angular/platform-browser": "16.2.9",
"@angular/platform-browser-dynamic": "16.2.9",
"@angular/platform-server": "16.2.9",
"@angular/router": "16.2.9",
"@angular/service-worker": "16.2.9",
"@angular/animations": "16.2.10",
"@angular/cdk": "16.2.9",
"@angular/common": "16.2.10",
"@angular/compiler": "16.2.10",
"@angular/core": "16.2.10",
"@angular/forms": "16.2.10",
"@angular/material": "16.2.9",
"@angular/platform-browser": "16.2.10",
"@angular/platform-browser-dynamic": "16.2.10",
"@angular/platform-server": "16.2.10",
"@angular/router": "16.2.10",
"@angular/service-worker": "16.2.10",
"@asymmetrik/ngx-leaflet": "16.0.1",
"@capacitor-firebase/analytics": "5.2.0",
"@capacitor-firebase/app": "5.2.0",
Expand All @@ -59,7 +59,7 @@
"@capacitor/splash-screen": "5.0.6",
"@ctrl/ngx-github-buttons": "9.0.0",
"@google/model-viewer": "3.3.0",
"@ionic/angular": "7.5.0",
"@ionic/angular": "7.5.1",
"@mediapipe/drawing_utils": "0.3.1675466124",
"@mediapipe/holistic": "0.5.1675471629",
"@ngneat/transloco": "4.3.0",
Expand Down Expand Up @@ -105,10 +105,10 @@
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "16.2.6",
"@angular/compiler-cli": "16.2.9",
"@angular/compiler-cli": "16.2.10",
"@capacitor/assets": "3.0.1",
"@capacitor/cli": "5.5.0",
"@ionic/angular-server": "7.5.0",
"@ionic/angular-server": "7.5.1",
"@nguniversal/builders": "16.2.0",
"@playwright/test": "1.37.1",
"@sign-mt/configuration": "git://github.com/sign/.github.git",
Expand All @@ -118,11 +118,11 @@
"@types/dom-webcodecs": "0.1.5",
"@types/jasmine": "5.1.1",
"@types/jasminewd2": "2.0.12",
"@types/offscreencanvas": "2019.7.1",
"@types/three": "0.157.0",
"@types/web-app-manifest": "1.0.5",
"@types/webgl2": "0.0.8",
"@types/wicg-file-system-access": "2023.10.1",
"@types/offscreencanvas": "2019.7.2",
"@types/three": "0.157.2",
"@types/web-app-manifest": "1.0.6",
"@types/webgl2": "0.0.9",
"@types/wicg-file-system-access": "2023.10.2",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"deepmerge": "4.3.1",
Expand All @@ -143,7 +143,7 @@
"karma-jasmine-html-reporter": "2.1.0",
"karma-safari-launcher": "1.0.0",
"karma-spec-reporter": "0.0.36",
"lint-staged": "15.0.1",
"lint-staged": "15.0.2",
"open": "9.1.0",
"pwa-asset-generator": "6.3.1",
"sitemap": "7.1.1",
Expand Down

0 comments on commit 6b30520

Please sign in to comment.