Skip to content

Commit 45b352e

Browse files
committed
build(deps): upgrade outdated javascript dependencies
this leaves react-native, and firebase-tools as separate tasks since each is much more involved
1 parent 259c77d commit 45b352e

File tree

9 files changed

+1241
-1121
lines changed

9 files changed

+1241
-1121
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -50,38 +50,38 @@
5050
"format:markdown": "prettier --write \"docs/**/*.md\""
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.17.5",
54-
"@babel/preset-env": "^7.16.11",
55-
"@octokit/core": "^3.5.1",
53+
"@babel/core": "^7.17.10",
54+
"@babel/preset-env": "^7.17.10",
55+
"@octokit/core": "^3.6.0",
5656
"@tsconfig/node12": "^1.0.9",
57-
"@types/jest": "^27.4.1",
58-
"@types/react": "^17.0.39",
59-
"@types/react-native": "^0.67.2",
60-
"@typescript-eslint/eslint-plugin": "^5.13.0",
61-
"@typescript-eslint/parser": "^5.13.0",
62-
"babel-jest": "^27.5.1",
63-
"clang-format": "^1.6.0",
57+
"@types/jest": "^27.5.0",
58+
"@types/react": "^17.0.45",
59+
"@types/react-native": "^0.67.6",
60+
"@typescript-eslint/eslint-plugin": "^5.23.0",
61+
"@typescript-eslint/parser": "^5.23.0",
62+
"babel-jest": "^28.1.0",
63+
"clang-format": "^1.8.0",
6464
"codecov": "^3.8.3",
6565
"conventional-changelog-cli": "^2.2.2",
6666
"cross-env": "^7.0.3",
67-
"eslint": "^8.10.0",
67+
"eslint": "^8.15.0",
6868
"eslint-config-prettier": "^8.5.0",
69-
"eslint-plugin-mocha": "^10.0.3",
69+
"eslint-plugin-mocha": "^10.0.4",
7070
"eslint-plugin-prettier": "^4.0.0",
71-
"eslint-plugin-react": "^7.29.3",
72-
"genversion": "^3.0.2",
71+
"eslint-plugin-react": "^7.29.4",
72+
"genversion": "^3.1.1",
7373
"google-java-format": "^1.0.1",
74-
"inquirer": "^8.2.0",
75-
"jest": "^27.5.1",
74+
"inquirer": "^8.2.4",
75+
"jest": "^28.1.0",
7676
"lerna": "4.0.0",
77-
"prettier": "^2.5.1",
77+
"prettier": "^2.6.2",
7878
"rimraf": "^3.0.2",
7979
"shelljs": "^0.8.5",
80-
"ts-jest": "^27.1.3",
81-
"typescript": "^4.6.2"
80+
"ts-jest": "^28.0.2",
81+
"typescript": "^4.6.4"
8282
},
8383
"resolutions": {
84-
"@types/react": "^17.0.39"
84+
"@types/react": "^17.0.45"
8585
},
8686
"workspaces": {
8787
"packages": [

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"react-native": "*"
5757
},
5858
"dependencies": {
59-
"@expo/config-plugins": "^4.1.1",
59+
"@expo/config-plugins": "^4.1.4",
6060
"opencollective-postinstall": "^2.0.1",
6161
"superstruct": "^0.6.2"
6262
},

packages/crashlytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-firebase/app": "14.9.2"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.1.1",
35+
"@expo/config-plugins": "^4.1.4",
3636
"stacktrace-js": "^2.0.0"
3737
},
3838
"publishConfig": {

packages/perf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-firebase/app": "14.9.2"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.1.1"
35+
"@expo/config-plugins": "^4.1.4"
3636
},
3737
"publishConfig": {
3838
"access": "public"

tests/ios/Podfile.lock

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,9 @@ PODS:
793793
- GoogleUtilities/Network (~> 7.7)
794794
- "GoogleUtilities/NSData+zlib (~> 7.7)"
795795
- nanopb (~> 2.30908.0)
796-
- GoogleDataTransport (9.1.2):
797-
- GoogleUtilities/Environment (~> 7.2)
798-
- nanopb (~> 2.30908.0)
796+
- GoogleDataTransport (9.1.4):
797+
- GoogleUtilities/Environment (~> 7.7)
798+
- nanopb (< 2.30910.0, >= 2.30908.0)
799799
- PromisesObjC (< 3.0, >= 1.2)
800800
- GoogleUtilities/AppDelegateSwizzler (7.7.0):
801801
- GoogleUtilities/Environment
@@ -868,7 +868,7 @@ PODS:
868868
- gRPC-Core/Interface (= 1.44.0)
869869
- Libuv-gRPC (= 0.0.10)
870870
- gRPC-Core/Interface (1.44.0)
871-
- GTMSessionFetcher/Core (1.7.1)
871+
- GTMSessionFetcher/Core (1.7.2)
872872
- Jet (0.8.0):
873873
- React
874874
- leveldb-library (1.22.1)
@@ -1147,70 +1147,70 @@ PODS:
11471147
- React-jsi (= 0.67.3)
11481148
- React-logger (= 0.67.3)
11491149
- React-perflogger (= 0.67.3)
1150-
- RNFBAnalytics (14.7.0):
1150+
- RNFBAnalytics (14.9.2):
11511151
- Firebase/Analytics (= 8.15.0)
11521152
- React-Core
11531153
- RNFBApp
1154-
- RNFBApp (14.7.0):
1154+
- RNFBApp (14.9.2):
11551155
- Firebase/CoreOnly (= 8.15.0)
11561156
- React-Core
1157-
- RNFBAppCheck (14.7.0):
1157+
- RNFBAppCheck (14.9.2):
11581158
- Firebase/AppCheck (= 8.15.0)
11591159
- React-Core
11601160
- RNFBApp
1161-
- RNFBAppDistribution (14.7.0):
1161+
- RNFBAppDistribution (14.9.2):
11621162
- Firebase/AppDistribution (= 8.15.0)
11631163
- React-Core
11641164
- RNFBApp
1165-
- RNFBAuth (14.7.0):
1165+
- RNFBAuth (14.9.2):
11661166
- Firebase/Auth (= 8.15.0)
11671167
- React-Core
11681168
- RNFBApp
1169-
- RNFBCrashlytics (14.7.0):
1169+
- RNFBCrashlytics (14.9.2):
11701170
- Firebase/Crashlytics (= 8.15.0)
11711171
- React-Core
11721172
- RNFBApp
1173-
- RNFBDatabase (14.7.0):
1173+
- RNFBDatabase (14.9.2):
11741174
- Firebase/Database (= 8.15.0)
11751175
- React-Core
11761176
- RNFBApp
1177-
- RNFBDynamicLinks (14.7.0):
1177+
- RNFBDynamicLinks (14.9.2):
11781178
- Firebase/DynamicLinks (= 8.15.0)
11791179
- GoogleUtilities/AppDelegateSwizzler
11801180
- React-Core
11811181
- RNFBApp
1182-
- RNFBFirestore (14.7.0):
1182+
- RNFBFirestore (14.9.2):
11831183
- Firebase/Firestore (= 8.15.0)
11841184
- React-Core
11851185
- RNFBApp
1186-
- RNFBFunctions (14.7.0):
1186+
- RNFBFunctions (14.9.2):
11871187
- Firebase/Functions (= 8.15.0)
11881188
- React-Core
11891189
- RNFBApp
1190-
- RNFBInAppMessaging (14.7.0):
1190+
- RNFBInAppMessaging (14.9.2):
11911191
- Firebase/InAppMessaging (= 8.15.0)
11921192
- React-Core
11931193
- RNFBApp
1194-
- RNFBInstallations (14.7.0):
1194+
- RNFBInstallations (14.9.2):
11951195
- Firebase/Installations (= 8.15.0)
11961196
- React-Core
11971197
- RNFBApp
1198-
- RNFBMessaging (14.7.0):
1198+
- RNFBMessaging (14.9.2):
11991199
- Firebase/Messaging (= 8.15.0)
12001200
- React-Core
12011201
- RNFBApp
1202-
- RNFBML (14.7.0):
1202+
- RNFBML (14.9.2):
12031203
- React-Core
12041204
- RNFBApp
1205-
- RNFBPerf (14.7.0):
1205+
- RNFBPerf (14.9.2):
12061206
- Firebase/Performance (= 8.15.0)
12071207
- React-Core
12081208
- RNFBApp
1209-
- RNFBRemoteConfig (14.7.0):
1209+
- RNFBRemoteConfig (14.9.2):
12101210
- Firebase/RemoteConfig (= 8.15.0)
12111211
- React-Core
12121212
- RNFBApp
1213-
- RNFBStorage (14.7.0):
1213+
- RNFBStorage (14.9.2):
12141214
- Firebase/Storage (= 8.15.0)
12151215
- React-Core
12161216
- RNFBApp
@@ -1430,11 +1430,11 @@ SPEC CHECKSUMS:
14301430
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
14311431
glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
14321432
GoogleAppMeasurement: 4c19f031220c72464d460c9daa1fb5d1acce958e
1433-
GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940
1433+
GoogleDataTransport: 5fffe35792f8b96ec8d6775f5eccd83c998d5a3b
14341434
GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1
14351435
"gRPC-C++": 9675f953ace2b3de7c506039d77be1f2e77a8db2
14361436
gRPC-Core: 943e491cb0d45598b0b0eb9e910c88080369290b
1437-
GTMSessionFetcher: 4577a4cc914a5a07c40a8a0ad0acc22080418c2d
1437+
GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba
14381438
Jet: 8b8c4620ed89e5ba53bfa36f2c11adaeac9d9c76
14391439
leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
14401440
Libuv-gRPC: 55e51798e14ef436ad9bc45d12d43b77b49df378
@@ -1464,23 +1464,23 @@ SPEC CHECKSUMS:
14641464
React-RCTVibration: d0361f15ea978958fab7ffb6960f475b5063d83f
14651465
React-runtimeexecutor: af1946623656f9c5fd64ca6f36f3863516193446
14661466
ReactCommon: 650e33cde4fb7d36781cd3143f5276da0abb2f96
1467-
RNFBAnalytics: ff4cf98d552c7d5a89d62ddb183f1b369d731f06
1468-
RNFBApp: 30a4759e4e0de21a07f2cfa738ca8e2d27f0da8d
1469-
RNFBAppCheck: afb965f26d20a29ca8aba2fc93f8e44d0f7c1fb8
1470-
RNFBAppDistribution: 077d8ca62b2d854969353a6ac1e4298720334384
1471-
RNFBAuth: 192fab090f9af9b203a7599bbc358019c42eae09
1472-
RNFBCrashlytics: d943cee01c171af8b62369e420e1ca83105f521e
1473-
RNFBDatabase: 6daa57d3f4b5c6f873d6842cc3ddb18ef130a059
1474-
RNFBDynamicLinks: c92fb916a18820e0755151323cc12a5b6f8e9acd
1475-
RNFBFirestore: b646622545d04beb2573bc2c17c1763e925c3dd5
1476-
RNFBFunctions: c70bda93a1378327f656f908c1cc4639e4c36891
1477-
RNFBInAppMessaging: 36c606c83942368fa9f774220f74cdb0474f0b13
1478-
RNFBInstallations: 6ff8fc40f5c3b6211f8bfdaeb57e52d37fecc5bf
1479-
RNFBMessaging: 653da0392205c8d9d4626fc15c49a0fec18517ae
1480-
RNFBML: 39677ab835b93f247d377a220919a348346db15a
1481-
RNFBPerf: e82d41a187f7f6b8a6db0e5f8cfeb29df9f8ced3
1482-
RNFBRemoteConfig: b25a57876a1912b1d14109a29ff53fe6dad4931e
1483-
RNFBStorage: 953f4eaee19b55b22b5d887767e6725f857b8e3e
1467+
RNFBAnalytics: 3860f9ba4bf1ad50fcd178695770545f2057c77f
1468+
RNFBApp: 6f5c7b9931378efb467e08144959ff93172ac83b
1469+
RNFBAppCheck: 9265d132e3530f78b413dc346fbb638d68134726
1470+
RNFBAppDistribution: 8e7d4123a15e063c90b150a5fe30ad9eb422343f
1471+
RNFBAuth: fa217bb6a56608623ef86c99f42a54a23ae25c2c
1472+
RNFBCrashlytics: 5e4a209897b4ccf36b805014924d3465f3c9e191
1473+
RNFBDatabase: 97390fda5516bc2e3193359a5065250ff52229df
1474+
RNFBDynamicLinks: cbecb8cffd4c0d15865f1c8f027cbd33462cfee7
1475+
RNFBFirestore: 1a1ac7d27ba17681ff27cfc91a6ea34541a8b883
1476+
RNFBFunctions: a8dd11b54274bfc3948bd932344f0c5e285d219c
1477+
RNFBInAppMessaging: 874211327edcfe4d29a684323a30f617376720b4
1478+
RNFBInstallations: fd7c58b337f7ce226b49c22493b27d9df31b0695
1479+
RNFBMessaging: cecaa5c11d993b6b5c22c580bb5c3111fa5c6ef5
1480+
RNFBML: 1ec38b34ca0789e30496301dfff044463b39b242
1481+
RNFBPerf: 09955a90a63adaebf365612f13f83b951f2dfc63
1482+
RNFBRemoteConfig: 837617c42142be01e0c3f9bc6a0c0e7330131206
1483+
RNFBStorage: c3a3c09322dde34342c0ec335084b8f2a0384e2c
14841484
Yoga: 90dcd029e45d8a7c1ff059e8b3c6612ff409061a
14851485

14861486
PODFILE CHECKSUM: a4854589561b42da6b3b0726136a46ac6aef3ebd

tests/ios/testing.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
"@react-native-firebase/private-tests-helpers": "0.0.13",
3535
"a2a": "^0.2.0",
3636
"babel-plugin-istanbul": "^6.0.0",
37-
"detox": "^19.5.1",
38-
"firebase": "^9.6.8",
39-
"firebase-tools": "^10.2.2",
40-
"jest-circus": "^27.5.1",
41-
"jest-environment-node": "^27.5.1",
37+
"detox": "^19.6.9",
38+
"firebase": "^9.8.1",
39+
"firebase-tools": "10.2.2",
40+
"jest-circus": "^28.1.0",
41+
"jest-environment-node": "^28.1.0",
4242
"jet": "^0.8.0",
4343
"jsonwebtoken": "^8.5.1",
44-
"metro-react-native-babel-preset": "0.69.0",
45-
"mocha": "^9.2.1",
44+
"metro-react-native-babel-preset": "0.69.1",
45+
"mocha": "^10.0.0",
4646
"nyc": "^15.0.1",
4747
"patch-package": "^6.4.7",
48-
"pod-install": "^0.1.32",
48+
"pod-install": "^0.1.35",
4949
"react-native-codegen": "^0.0.13",
5050
"react-native-port-patcher": "^1.0.4",
5151
"should": "^13.2.3",
5252
"should-sinon": "0.0.6",
53-
"sinon": "^13.0.1"
53+
"sinon": "^14.0.0"
5454
},
5555
"detox": {
5656
"test-runner": "mocha",
File renamed without changes.

0 commit comments

Comments
 (0)