Skip to content

Commit c643423

Browse files
committed
chore(): update dependencies
1 parent c28b570 commit c643423

File tree

5 files changed

+389
-20
lines changed

5 files changed

+389
-20
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ npm test
140140
Run the application on iOS:
141141

142142
```bash
143-
npm run build && \
144-
npx cap sync && \
143+
npm run build:full && \
144+
npx cap sync ios && \
145145
npx cap run ios
146146
```
147147

functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"@types/http-errors": "2.0.4",
3838
"@types/jest": "29.5.11",
3939
"@types/node-fetch": "2.6.11",
40-
"@typescript-eslint/eslint-plugin": "6.19.1",
41-
"@typescript-eslint/parser": "6.19.1",
40+
"@typescript-eslint/eslint-plugin": "6.20.0",
41+
"@typescript-eslint/parser": "6.20.0",
4242
"eslint": "8.56.0",
4343
"firebase-functions-test": "3.1.1",
4444
"firebase-tools": "13.1.0",

ios/App/Podfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PODS:
55
- Capacitor
66
- GCDWebServer (~> 3.0)
77
- CapacitorCordova (5.6.0)
8-
- CapacitorFilesystem (5.2.0):
8+
- CapacitorFilesystem (5.2.1):
99
- Capacitor
1010
- CapacitorFirebaseAnalytics (5.4.0):
1111
- Capacitor
@@ -27,11 +27,11 @@ PODS:
2727
- CapacitorFirebasePerformance (5.4.0):
2828
- Capacitor
2929
- FirebasePerformance (~> 10.8)
30-
- CapacitorKeyboard (5.0.7):
30+
- CapacitorKeyboard (5.0.8):
3131
- Capacitor
32-
- CapacitorShare (5.0.6):
32+
- CapacitorShare (5.0.7):
3333
- Capacitor
34-
- CapacitorSplashScreen (5.0.6):
34+
- CapacitorSplashScreen (5.0.7):
3535
- Capacitor
3636
- FirebaseABTesting (10.9.0):
3737
- FirebaseCore (~> 10.0)
@@ -224,15 +224,15 @@ SPEC CHECKSUMS:
224224
Capacitor: ebfc16cdb8116d04c101686b080342872da42d43
225225
CapacitorBlobWriter: 110eeaf80611f19bf01a8a05ff3672149ed0baad
226226
CapacitorCordova: 931b48fcdbc9bc985fc2f16cec9f77c794a27729
227-
CapacitorFilesystem: 02f9a9053b96e1881ba1fc98d846869413c195c2
227+
CapacitorFilesystem: 9f3e3c7fea2fff12f46dd5b07a2914f2103e4cfc
228228
CapacitorFirebaseAnalytics: 7f6190fba37be5997caedaac402f76be2f740e39
229229
CapacitorFirebaseApp: fc23dafbf9ba238c8f58b6a915ffceeecbc7db37
230230
CapacitorFirebaseAppCheck: 33df3ec806a230b40b34e27ab9dcd81052edb6b1
231231
CapacitorFirebaseCrashlytics: d0a9e0408cd3ef56c7f9eb56e23808a8e726e973
232232
CapacitorFirebasePerformance: 964b215796522c83767a78ad629b9581558b391a
233-
CapacitorKeyboard: ce5e01064cf57a2c05b32565310713b7fe6cc6f9
234-
CapacitorShare: cd41743331cb71d217c029de54b681cbd91e0fcc
235-
CapacitorSplashScreen: 5fa2ab5e46cf5cc530cf16a51c80c7a986579ccd
233+
CapacitorKeyboard: aec619a578235c6ce279075009a2689c2cf5c42c
234+
CapacitorShare: c6a1ebbf0114ff9e863b966cd6052678fa25d480
235+
CapacitorSplashScreen: dd3de3f3644710fa2a697cfb91ec262eece4d242
236236
FirebaseABTesting: 005b70969e2817e2a1e631e8dba29134a04c0622
237237
FirebaseAnalytics: e1fc758bd5d71823bba970c076abee4b2450a5f4
238238
FirebaseAppCheck: 8bde2c5f393518ab98290151188bf196b4bab91e
@@ -254,4 +254,4 @@ SPEC CHECKSUMS:
254254

255255
PODFILE CHECKSUM: d76aee4438d97af52b49960cf18e0f19851aa1ab
256256

257-
COCOAPODS: 1.14.3
257+
COCOAPODS: 1.15.0

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"@capacitor-firebase/performance": "5.4.0",
5959
"@capacitor/android": "5.6.0",
6060
"@capacitor/core": "5.6.0",
61-
"@capacitor/filesystem": "5.2.0",
61+
"@capacitor/filesystem": "5.2.1",
6262
"@capacitor/ios": "5.6.0",
63-
"@capacitor/keyboard": "5.0.7",
64-
"@capacitor/share": "5.0.6",
65-
"@capacitor/splash-screen": "5.0.6",
63+
"@capacitor/keyboard": "5.0.8",
64+
"@capacitor/share": "5.0.7",
65+
"@capacitor/splash-screen": "5.0.7",
6666
"@ctrl/ngx-github-buttons": "9.0.0",
6767
"@google/model-viewer": "3.4.0",
6868
"@ionic/angular": "7.6.6",
@@ -128,13 +128,13 @@
128128
"@types/web-app-manifest": "1.0.7",
129129
"@types/webgl2": "0.0.10",
130130
"@types/wicg-file-system-access": "2023.10.4",
131-
"@typescript-eslint/eslint-plugin": "6.19.1",
132-
"@typescript-eslint/parser": "6.19.1",
131+
"@typescript-eslint/eslint-plugin": "6.20.0",
132+
"@typescript-eslint/parser": "6.20.0",
133133
"deepmerge": "4.3.1",
134134
"dotenv": "16.4.1",
135135
"eslint": "8.56.0",
136136
"fuzzy": "0.1.3",
137-
"husky": "9.0.6",
137+
"husky": "9.0.7",
138138
"inquirer": "9.2.13",
139139
"inquirer-autocomplete-prompt": "3.0.1",
140140
"jasmine-axe": "1.1.0",

0 commit comments

Comments
 (0)