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 27, 2023
1 parent 9932872 commit beb1a8f
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 34 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ database-debug.log
src/assets/promotional/about/iphone/*.png
src/assets/promotional/about/android/*.png

package-lock.json
bun.lockb
9 changes: 9 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
}
]
},
{
"source": "/api/**",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=86400, s-maxage=0"
}
]
},
{
"source": "**",
"headers": [
Expand Down
10 changes: 5 additions & 5 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- Capacitor (5.5.0):
- Capacitor (5.5.1):
- CapacitorCordova
- CapacitorBlobWriter (0.0.1):
- Capacitor
- GCDWebServer (~> 3.0)
- CapacitorCordova (5.5.0)
- CapacitorCordova (5.5.1)
- CapacitorFilesystem (5.1.4):
- Capacitor
- CapacitorFirebaseAnalytics (5.2.0):
Expand Down Expand Up @@ -221,9 +221,9 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/splash-screen"

SPEC CHECKSUMS:
Capacitor: 57890b363df14d5d2d5d8461aa23e886cb34da2a
Capacitor: 9da0a2415e3b6098511f8b5ffdb578d91ee79f8f
CapacitorBlobWriter: 110eeaf80611f19bf01a8a05ff3672149ed0baad
CapacitorCordova: 3d3908a3d208a11a75f9df3b18c4405c4de76e1d
CapacitorCordova: e128cc7688c070ca0bfa439898a5f609da8dbcfe
CapacitorFilesystem: af704badfbc69f6f8623d9ed313e5490e3723dcb
CapacitorFirebaseAnalytics: 3755413bdeea4cf9169c4063ff621a1ab22ee9ce
CapacitorFirebaseApp: fbdd325f8d67b7be7950b9b76d2aa3d0e1aede9d
Expand Down Expand Up @@ -254,4 +254,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: d76aee4438d97af52b49960cf18e0f19851aa1ab

COCOAPODS: 1.13.0
COCOAPODS: 1.14.2
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,34 @@
},
"private": true,
"dependencies": {
"@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",
"@angular/animations": "16.2.11",
"@angular/cdk": "16.2.10",
"@angular/common": "16.2.11",
"@angular/compiler": "16.2.11",
"@angular/core": "16.2.11",
"@angular/forms": "16.2.11",
"@angular/material": "16.2.10",
"@angular/platform-browser": "16.2.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/platform-server": "16.2.11",
"@angular/router": "16.2.11",
"@angular/service-worker": "16.2.11",
"@asymmetrik/ngx-leaflet": "16.0.1",
"@capacitor-firebase/analytics": "5.2.0",
"@capacitor-firebase/app": "5.2.0",
"@capacitor-firebase/app-check": "5.2.0",
"@capacitor-firebase/crashlytics": "5.2.0",
"@capacitor-firebase/performance": "5.2.0",
"@capacitor/android": "5.5.0",
"@capacitor/core": "5.5.0",
"@capacitor/android": "5.5.1",
"@capacitor/core": "5.5.1",
"@capacitor/filesystem": "5.1.4",
"@capacitor/ios": "5.5.0",
"@capacitor/ios": "5.5.1",
"@capacitor/keyboard": "5.0.6",
"@capacitor/share": "5.0.6",
"@capacitor/splash-screen": "5.0.6",
"@ctrl/ngx-github-buttons": "9.0.0",
"@google/model-viewer": "3.3.0",
"@ionic/angular": "7.5.1",
"@ionic/angular": "7.5.2",
"@mediapipe/drawing_utils": "0.3.1675466124",
"@mediapipe/holistic": "0.5.1675471629",
"@ngneat/transloco": "4.3.0",
Expand All @@ -82,34 +82,34 @@
"cld3-asm": "3.1.1",
"comlink": "4.4.1",
"filesize": "9.0.11",
"firebase": "10.5.0",
"flag-icons": "6.11.1",
"firebase": "10.5.2",
"flag-icons": "6.11.2",
"ionicons": "7.2.1",
"leaflet": "1.9.4",
"mp4-muxer": "2.3.0",
"ngx-filesize": "3.0.2",
"pose-viewer": "0.7.2",
"rxjs": "7.8.1",
"stats.js": "0.17.0",
"three": "0.157.0",
"three": "0.158.0",
"tslib": "2.6.2",
"web-vitals": "3.5.0",
"webm-muxer": "3.1.3",
"zone.js": "0.14.0"
"zone.js": "0.14.1"
},
"devDependencies": {
"@angular-devkit/architect": "0.1602.7",
"@angular-devkit/build-angular": "16.2.7",
"@angular-devkit/architect": "0.1602.8",
"@angular-devkit/build-angular": "16.2.8",
"@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/cli": "16.2.7",
"@angular/compiler-cli": "16.2.10",
"@angular/cli": "16.2.8",
"@angular/compiler-cli": "16.2.11",
"@capacitor/assets": "3.0.1",
"@capacitor/cli": "5.5.0",
"@ionic/angular-server": "7.5.1",
"@capacitor/cli": "5.5.1",
"@ionic/angular-server": "7.5.2",
"@nguniversal/builders": "16.2.0",
"@playwright/test": "1.37.1",
"@sign-mt/configuration": "git://github.com/sign/.github.git",
Expand All @@ -124,8 +124,8 @@
"@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",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"deepmerge": "4.3.1",
"dotenv": "16.3.1",
"eslint": "8.52.0",
Expand Down
3 changes: 2 additions & 1 deletion update-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Update client dependencies
bun x npm-check-updates --cacheClear -u --reject filesize,@types/dom-webcodecs,typescript,@ngneat/transloco,@playwright/test,@tensorflow/tfjs,@tensorflow/tfjs-backend-wasm,@tensorflow/tfjs-backend-webgl,@tensorflow/tfjs-backend-webgpu,@tensorflow/tfjs-converter,@tensorflow/tfjs-core,@tensorflow/tfjs-layers
bun x npm-check-updates --cacheClear -u --reject filesize,@types/dom-webcodecs,typescript,@ngneat/transloco,@playwright/test,@tensorflow/tfjs,@tensorflow/tfjs-backend-wasm,@tensorflow/tfjs-backend-webgl,@tensorflow/tfjs-backend-webgpu,@tensorflow/tfjs-converter,@tensorflow/tfjs-core,@tensorflow/tfjs-layers,mp4-muxer
bun install

# TODO: @ngneat/transloco needs to be updated to v5, not sure what changed
# TODO @playwright/test 0.140 is buggy for us until updating typescript probably
# TODO @tensorflow/tfjs 4.11.0 https://github.com/tensorflow/tfjs/issues/7974
# TODO test capacitor assets after https://github.com/lovell/sharp/issues/3779
# TODO mp4-muxer 3.0.0 https://github.com/Vanilagy/mp4-muxer/issues/19

# Update server dependencies
bun x npm-check-updates --cacheClear --cwd functions -u --reject node-fetch
Expand Down

0 comments on commit beb1a8f

Please sign in to comment.